diff options
Diffstat (limited to 'cv.tex')
| -rw-r--r-- | cv.tex | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -14,8 +14,7 @@ natbib=true, defernumbers=true, maxbibnames=99, - giveninits=true, - refsection=section + refsection=section, ]{biblatex} \addbibresource{content/papers.bib} \addbibresource{content/presentations.bib} @@ -23,7 +22,7 @@ % \ifitemannotation{highlight} % {\textbf{#1}} % {#1}} -\renewcommand*{\mkbibnamefamily}[1]{ +\renewcommand*{\mkbibnamefamily}[1]{% {#1}% \ifitemannotation{undergrad} {\textsuperscript{*}} @@ -32,6 +31,9 @@ {$^\dagger$} {}% }%% + + + % The following hack from http://tex.stackexchange.com/a/103349 reduces spacing in the bibliography slightly. % The effect is that the paper is not so long \usepackage{etoolbox} |
