mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 14:08:36 +00:00
67c15a831b
- Generate publications section by running biber with xelatex - Add bibliography support in cls file - Add sample bib and tex files
35 lines
952 B
TeX
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}
|