Awesome-CV/examples/cv/publications.tex
Amin Khan 67c15a831b List of Publications using BibTeX source
- Generate publications section by running biber with xelatex
- Add bibliography support in cls file
- Add sample bib and tex files
2022-02-22 06:02:44 +00:00

35 lines
952 B
TeX

%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Publications}
%-------------------------------------------------------------------------------
% SUBSECTION TITLE
%-------------------------------------------------------------------------------
\cvsubsection{Journal Articles}
\begin{refsection}
\nocite{gillies}
\nocite{glashow}
\nocite{herrmann}
\printbibliography[
heading=none,
sorting=ydnt
]
\end{refsection}
%-------------------------------------------------------------------------------
% SUBSECTION TITLE
%-------------------------------------------------------------------------------
\cvsubsection{Conference Proceedings}
\begin{refsection}
\nocite{salam}
\nocite{moraux}
\printbibliography[
heading=none,
sorting=ydnt
]
\end{refsection}