From 773fc91587b20b2f97a34028302bb077a0acef60 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 8 May 2019 17:57:20 +0100 Subject: TeXLive csquotes packages (needed by BibLaTeX) has been added In the warnings output by LaTeX during the building of a project, I noticed that `csquotes' is recommended for some features of BibLaTeX (a warning was printed) so it is added with this commit. --- reproduce/software/config/installation/texlive.mk | 2 +- tex/src/preamble-biblatex.tex | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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, -- cgit v1.2.1