From 773fc91587b20b2f97a34028302bb077a0acef60 Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
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.
---
 tex/src/preamble-biblatex.tex | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'tex')

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