From a2a8e26521204503d10e05f88373f89ec2ca129a Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Sun, 27 Oct 2024 08:47:27 -0500 Subject: slight changes to bib format --- biblatex.cfg | 5 +++++ cv.tex | 4 ++-- 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} -- cgit v1.2.3