summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/csquotes/csquotes.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/csquotes/csquotes.tex')
-rw-r--r--macros/latex/contrib/csquotes/csquotes.tex12
1 files changed, 9 insertions, 3 deletions
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}