summaryrefslogtreecommitdiff
path: root/cv.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cv.tex')
-rw-r--r--cv.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/cv.tex b/cv.tex
index 078565e..5fd8eed 100644
--- a/cv.tex
+++ b/cv.tex
@@ -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}