add noheader printbibliography command

This commit is contained in:
Paul Lesur 2019-06-05 11:18:08 +02:00 committed by Paul Lesur
parent 8d1de5b334
commit 86e0ab4483
2 changed files with 9 additions and 1 deletions

2
cv.tex
View file

@ -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

View file

@ -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}}