aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-09-15 01:57:29 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-09-15 01:57:29 +0100
commited5ef2e19658f21349cff3445fd65825277afe1b (patch)
treee3a46271b8d30eb1d6fc12f48479f8e1d0514d14
parent86d89255346df38add225ca3bbd5d8b46a43531f (diff)
BibLaTeX configured to only print initials of given names
Until now, we weren't explicitly asking for BibLaTeX to build the citations with only initial of the author's given names. Therefore when one BibTeX entry had a full given name and another had only initials, this would also be reflected in the paper's bibliography. With this commit, the `giveninits=true' option is given to BibLaTeX to always only print the initial character of an author's given name.
-rw-r--r--.file-metadatabin6250 -> 6250 bytes
-rw-r--r--tex/src/preamble-biblatex.tex1
2 files changed, 1 insertions, 0 deletions
diff --git a/.file-metadata b/.file-metadata
index 77f3475..d517396 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ
diff --git a/tex/src/preamble-biblatex.tex b/tex/src/preamble-biblatex.tex
index 71ee71e..0a21b73 100644
--- a/tex/src/preamble-biblatex.tex
+++ b/tex/src/preamble-biblatex.tex
@@ -64,6 +64,7 @@
hyperref=true,
maxcitenames=2,
mincitenames=1,
+ giveninits=true,
style=authoryear,
uniquelist=false,
backend=biber,natbib]{biblatex}