add noheader printbibliography command
This commit is contained in:
parent
8d1de5b334
commit
86e0ab4483
2 changed files with 9 additions and 1 deletions
2
cv.tex
2
cv.tex
|
@ -170,7 +170,7 @@ systems for Augmented Reality.}
|
||||||
|
|
||||||
\printbibsection{book}{books} % Print all books from the bibliography
|
\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
|
\printbibsection{misc}{other publications} % Print all miscellaneous entries from the bibliography
|
||||||
|
|
||||||
|
|
|
@ -337,6 +337,14 @@ BoldItalicFont=texgyreheros-bolditalic.otf
|
||||||
\end{refsection}
|
\end{refsection}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\newcommand{\printbibsectionnoheader}[2]{
|
||||||
|
\begin{refsection}
|
||||||
|
\newrefcontext[sorting=chronological]%
|
||||||
|
\nocite{*}
|
||||||
|
\printbibliography[type={#1}, title={#2}, heading=none]
|
||||||
|
\end{refsection}
|
||||||
|
}
|
||||||
|
|
||||||
\DeclareSortingScheme{chronological}{
|
\DeclareSortingScheme{chronological}{
|
||||||
\sort[direction=descending]{\field{year}}
|
\sort[direction=descending]{\field{year}}
|
||||||
\sort[direction=descending]{\field{month}}
|
\sort[direction=descending]{\field{month}}
|
||||||
|
|
Loading…
Reference in a new issue