From 21bfcf632d22b491296072ce21787e17f1317cf0 Mon Sep 17 00:00:00 2001 From: Chris Cox Date: Wed, 5 Oct 2022 16:53:48 -0500 Subject: More work on biblatex shit --- cv.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'cv.tex') 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} -- cgit v1.2.3