summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/csquotes
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-07 03:00:49 +0000
committerNorbert Preining <norbert@preining.info>2019-12-07 03:00:49 +0000
commitf158c892f4714e2dfef87c5edf8cd679fd09bb2b (patch)
treef8cae0221bb28490d61fc9a531ac4d087186e273 /macros/latex/contrib/csquotes
parentac57c892e88b77eb217641d4a1059da681320633 (diff)
CTAN sync 201912070300
Diffstat (limited to 'macros/latex/contrib/csquotes')
-rw-r--r--macros/latex/contrib/csquotes/README.md2
-rw-r--r--macros/latex/contrib/csquotes/csq-compat.def2
-rw-r--r--macros/latex/contrib/csquotes/csquotes.def9
-rw-r--r--macros/latex/contrib/csquotes/csquotes.pdfbin291994 -> 292333 bytes
-rw-r--r--macros/latex/contrib/csquotes/csquotes.sty2
-rw-r--r--macros/latex/contrib/csquotes/csquotes.tex12
6 files changed, 20 insertions, 7 deletions
diff --git a/macros/latex/contrib/csquotes/README.md b/macros/latex/contrib/csquotes/README.md
index f0ed6e1d5f..60a0689276 100644
--- a/macros/latex/contrib/csquotes/README.md
+++ b/macros/latex/contrib/csquotes/README.md
@@ -16,7 +16,7 @@ quotes are freely configurable.
## License
-Copyright (c) 2003-2011 Philipp Lehman, 2015 Joseph Wright.
+Copyright (c) 2003-2011 Philipp Lehman, 2015-2019 Joseph Wright.
Permission is granted to copy, distribute and/or modify this
software under the terms of the LaTeX Project Public License (LPPL),
version 1.3c or any later version.
diff --git a/macros/latex/contrib/csquotes/csq-compat.def b/macros/latex/contrib/csquotes/csq-compat.def
index d7a6e504d9..d4c9485a30 100644
--- a/macros/latex/contrib/csquotes/csq-compat.def
+++ b/macros/latex/contrib/csquotes/csq-compat.def
@@ -1,5 +1,5 @@
\ProvidesFile{csq-compat.def}
- [2019-12-02 v5.2i csquotes backwards compatibility (JAW)]
+ [2019-12-06 v5.2j csquotes backwards compatibility (JAW)]
\def\csq@getversion#1{%
\expandafter\csq@getversion@i
diff --git a/macros/latex/contrib/csquotes/csquotes.def b/macros/latex/contrib/csquotes/csquotes.def
index 18479e170a..beab625e06 100644
--- a/macros/latex/contrib/csquotes/csquotes.def
+++ b/macros/latex/contrib/csquotes/csquotes.def
@@ -1,5 +1,5 @@
\ProvidesFile{csquotes.def}
- [2019-12-02 v5.2i csquotes generic definitions (JAW)]
+ [2019-12-06 v5.2j csquotes generic definitions (JAW)]
% Set defaults
@@ -323,6 +323,12 @@
\DeclareQuoteAlias[mexican]{spanish}{mexican}
\DeclareQuoteAlias[spanish]{spanish}{spanish}
\DeclareQuoteAlias[quotes]{swedish}{swedish}
+\DeclareQuoteAlias{italian}{latin/italianguillemets}
+\DeclareQuoteAlias[italianguillemets]{latin}{latin}
+\DeclareQuoteAlias{german}{latin/germanquotes}
+\DeclareQuoteAlias[guillemets]{german}{latin/germanguillemets}
+\DeclareQuoteAlias{british}{latin/britishquotes}
+\DeclareQuoteAlias{american}{latin/americanquotes}
% Babel aliases
@@ -351,6 +357,7 @@
\DeclareQuoteOption{german}
\DeclareQuoteOption{icelandic}
\DeclareQuoteOption{italian}
+\DeclareQuoteOption{latin}
\DeclareQuoteOption{latvian}
\DeclareQuoteOption{norwegian}
\DeclareQuoteOption{polish}
diff --git a/macros/latex/contrib/csquotes/csquotes.pdf b/macros/latex/contrib/csquotes/csquotes.pdf
index 8c6842882b..de42c872e3 100644
--- a/macros/latex/contrib/csquotes/csquotes.pdf
+++ b/macros/latex/contrib/csquotes/csquotes.pdf
Binary files differ
diff --git a/macros/latex/contrib/csquotes/csquotes.sty b/macros/latex/contrib/csquotes/csquotes.sty
index 9fa4802124..9f1db3d123 100644
--- a/macros/latex/contrib/csquotes/csquotes.sty
+++ b/macros/latex/contrib/csquotes/csquotes.sty
@@ -12,7 +12,7 @@
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesPackage{csquotes}
- [2019-12-02 v5.2i context-sensitive quotations (JAW)]
+ [2019-12-06 v5.2j context-sensitive quotations (JAW)]
%% Compatibility and requirements
diff --git a/macros/latex/contrib/csquotes/csquotes.tex b/macros/latex/contrib/csquotes/csquotes.tex
index 35665fb62c..db52185989 100644
--- a/macros/latex/contrib/csquotes/csquotes.tex
+++ b/macros/latex/contrib/csquotes/csquotes.tex
@@ -18,8 +18,8 @@
url={http://www.ctan.org/pkg/csquotes/},
author={Philipp Lehman, Joseph Wright},
email={joseph.wright@morningstar2.co.uk},
- revision={v5.2i},
- date={2019-12-02}}
+ revision={v5.2j},
+ date={2019-12-06}}
\hypersetup{%
pdftitle={The csquotes Package},
@@ -1041,7 +1041,7 @@ The \cmd{textdel} command passes its \prm{text} argument to \cmd{mktextdel} for
You may redefine the above hooks to change the format of the printed output. For example, if you prefer replacements to be indicated by «[\textellipsis text]» rather than «[\textellipsis\unkern] [text]», redefine \cmd{mktextelpins} accordingly:
\begin{ltxcode}
-\newcommand{<<\mktextelpins>>}[1]{[\textellipsis #1]}
+\renewcommand{<<\mktextelpins>>}[1]{[\textellipsis #1]}
\end{ltxcode}
%
The \cmd{unkern} in the default definitions is required because \cmd{textellipsis} adds asymmetric kerning by default. The kerning after the final dot is similar to the spacing between the dots, which is fine if \cmd{textellipsis} is followed by any text, but undesirable if it is enclosed in brackets.
@@ -1543,6 +1543,12 @@ This revision history is a list of changes relevant to users of this package. Ch
\begin{changelog}
+\begin{release}{5.2j}{2019-12-04}
+\item Fix issue with some combinations of language and document class
+\item Added support for Latin quotations
+\end{release}
+
+
\begin{release}{5.2i}{2019-12-02}
\item Fix issue with \cmd{csq@mainlang}
\end{release}