diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-05-08 17:57:20 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-05-08 17:57:20 +0100 |
commit | 773fc91587b20b2f97a34028302bb077a0acef60 (patch) | |
tree | d74908ec8f3860f9a79669a550bae0f2b9dee088 /tex/src/preamble-biblatex.tex | |
parent | 0ee5fe092453a2100637475c91156dd8348c1abe (diff) |
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.
Diffstat (limited to 'tex/src/preamble-biblatex.tex')
-rw-r--r-- | tex/src/preamble-biblatex.tex | 7 |
1 files changed, 7 insertions, 0 deletions
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, |