summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--biblatex.cfg5
-rw-r--r--cv.tex4
2 files changed, 7 insertions, 2 deletions
diff --git a/biblatex.cfg b/biblatex.cfg
index cc68cfa..b0cbb17 100644
--- a/biblatex.cfg
+++ b/biblatex.cfg
@@ -55,6 +55,11 @@
\usebibmacro{bytranslator+others}%
\newunit\newblock
\printfield{version}%
+ \newunit\newblock
+ \ifkeyword{accepted}
+ {\usebibmacro{in:}\usebibmacro{journal}}
+ {}%
+ \newunit
\usebibmacro{byeditor+others}%
\newunit
\usebibmacro{note+pages}%
diff --git a/cv.tex b/cv.tex
index bf30a59..7b24741 100644
--- a/cv.tex
+++ b/cv.tex
@@ -106,9 +106,9 @@
}
\nocite{*}
-\printbibliography[title=Published, heading=subbibliography, keyword=published]
-\printbibliography[title=Accepted, heading=subbibliography, keyword=accepted]
\printbibliography[title=Submitted, heading=subbibliography, keyword=submitted]
+\printbibliography[title=Accepted, heading=subbibliography, keyword=accepted]
+\printbibliography[title=Published, heading=subbibliography, keyword=published]
\section*{Teaching \hrulefill}
\input{content/teaching.tex}