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 /reproduce/software/config | |
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 'reproduce/software/config')
-rw-r--r-- | reproduce/software/config/installation/texlive.mk | 2 |
1 files changed, 1 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 |