summaryrefslogtreecommitdiff
path: root/cv.tex
diff options
context:
space:
mode:
authorChris Cox <chris@mathematicaster.org>2022-10-05 16:53:48 -0500
committerChris Cox <chris@mathematicaster.org>2022-10-05 16:53:48 -0500
commit21bfcf632d22b491296072ce21787e17f1317cf0 (patch)
treeccdcc07fbf41ce45f7a9bb6e1174c5e19b44f832 /cv.tex
parent5da1c3de6966f256c744b7c45312b2519e3933e8 (diff)
downloadcv-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.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}