diff options
-rw-r--r-- | reproduce/software/config/installation/texlive.mk | 2 | ||||
-rw-r--r-- | tex/src/preamble-biblatex.tex | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/reproduce/software/config/installation/texlive.mk b/reproduce/software/config/installation/texlive.mk index b3e1235..d68f94e 100644 --- a/reproduce/software/config/installation/texlive.mk +++ b/reproduce/software/config/installation/texlive.mk @@ -19,4 +19,4 @@ texlive-packages = tex fancyhdr ec newtx fontaxes xkeyval etoolbox xcolor \ setspace caption footmisc datetime fmtcount titlesec \ preprint ulem biblatex biber logreq pgf pgfplots fp \ - courier tex-gyre txfonts times + courier tex-gyre txfonts times csquotes diff --git a/tex/src/preamble-biblatex.tex b/tex/src/preamble-biblatex.tex index ca54f90..da3aa6f 100644 --- a/tex/src/preamble-biblatex.tex +++ b/tex/src/preamble-biblatex.tex @@ -39,6 +39,13 @@ +%% For quotation signs (sometimes used by BibLaTeX) +\usepackage{csquotes} + + + + + % Basic BibLaTeX settings \usepackage[ doi=false, |