From 2d92fcd7bfb92ea476f7327302caf1c44f23f758 Mon Sep 17 00:00:00 2001 From: Adrien Friggeri Date: Sun, 3 Jun 2012 22:02:04 +0200 Subject: split local/intl conferences --- friggeri-cv.cls | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'friggeri-cv.cls') diff --git a/friggeri-cv.cls b/friggeri-cv.cls index 9f1fe5d..12712c7 100644 --- a/friggeri-cv.cls +++ b/friggeri-cv.cls @@ -118,9 +118,9 @@ } \renewcommand{\subsection}[2]{ - \par\vspace{1\parskip}% + \par\vspace{.5\parskip}% \Large\headingfont\color{headercolor} #2% - \par\vspace{1.25\parskip}% + \par\vspace{.25\parskip}% } \pagestyle{empty} @@ -266,10 +266,16 @@ \newcommand{\printbibsection}[2]{ \begin{refsection} \nocite{*} - \printbibliography[type={#1}, title={#2}, heading=subbibliography] + \printbibliography[sorting=chronological, type={#1}, title={#2}, heading=subbibliography] \end{refsection} } +\DeclareSortingScheme{chronological}{ + \sort[direction=descending]{\field{year}} + \sort[direction=descending]{\field{month}} +} + + %%%%%%%%%%%%%%%% % Other tweaks % -- cgit v1.2.3