diff options
| author | Chris Cox <chris@mathematicaster.org> | 2022-10-05 16:53:48 -0500 |
|---|---|---|
| committer | Chris Cox <chris@mathematicaster.org> | 2022-10-05 16:53:48 -0500 |
| commit | 21bfcf632d22b491296072ce21787e17f1317cf0 (patch) | |
| tree | ccdcc07fbf41ce45f7a9bb6e1174c5e19b44f832 /cv.tex | |
| parent | 5da1c3de6966f256c744b7c45312b2519e3933e8 (diff) | |
| download | cv-21bfcf632d22b491296072ce21787e17f1317cf0.tar cv-21bfcf632d22b491296072ce21787e17f1317cf0.tar.gz cv-21bfcf632d22b491296072ce21787e17f1317cf0.tar.bz2 cv-21bfcf632d22b491296072ce21787e17f1317cf0.tar.lz cv-21bfcf632d22b491296072ce21787e17f1317cf0.tar.xz cv-21bfcf632d22b491296072ce21787e17f1317cf0.tar.zst cv-21bfcf632d22b491296072ce21787e17f1317cf0.zip | |
More work on biblatex shit
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} |
