diff options
author | Adrien Friggeri <adrien@friggeri.net> | 2012-06-03 22:02:04 +0200 |
---|---|---|
committer | Adrien Friggeri <adrien@friggeri.net> | 2012-06-03 22:02:04 +0200 |
commit | 2d92fcd7bfb92ea476f7327302caf1c44f23f758 (patch) | |
tree | 7af29cdc992a4999e8750af9ec8f70022f7625f6 /friggeri-cv.cls | |
parent | ad963e87625cad564f309f896276752ccfdf935a (diff) |
split local/intl conferences
Diffstat (limited to 'friggeri-cv.cls')
-rw-r--r-- | friggeri-cv.cls | 12 |
1 files changed, 9 insertions, 3 deletions
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 % |