From 86e0ab44831c6de3f8c0d268c8a574dfc137366a Mon Sep 17 00:00:00 2001 From: Paul Lesur Date: Wed, 5 Jun 2019 11:18:08 +0200 Subject: [PATCH] add noheader printbibliography command --- cv.tex | 2 +- friggeri-cv-a4.cls | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cv.tex b/cv.tex index d50a951..500e5c8 100644 --- a/cv.tex +++ b/cv.tex @@ -170,7 +170,7 @@ systems for Augmented Reality.} \printbibsection{book}{books} % Print all books from the bibliography -\printbibsection{inproceedings}{Peer-reviewed conferences/proceedings} +\printbibsectionnoheader{inproceedings}{Peer-reviewed conferences/proceedings} \printbibsection{misc}{other publications} % Print all miscellaneous entries from the bibliography diff --git a/friggeri-cv-a4.cls b/friggeri-cv-a4.cls index dfed53e..c24ef69 100644 --- a/friggeri-cv-a4.cls +++ b/friggeri-cv-a4.cls @@ -337,6 +337,14 @@ BoldItalicFont=texgyreheros-bolditalic.otf \end{refsection} } +\newcommand{\printbibsectionnoheader}[2]{ + \begin{refsection} + \newrefcontext[sorting=chronological]% + \nocite{*} + \printbibliography[type={#1}, title={#2}, heading=none] + \end{refsection} +} + \DeclareSortingScheme{chronological}{ \sort[direction=descending]{\field{year}} \sort[direction=descending]{\field{month}}