summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/csquotes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-06 23:10:42 +0000
committerKarl Berry <karl@freefriends.org>2019-12-06 23:10:42 +0000
commit0618ebba9c0e02e9523bcbcedd498e4738c5969d (patch)
tree7fc0c55e81b00f5e604dd602f54413f0c0d1f565 /Master/texmf-dist/doc/latex/csquotes
parent2511e35cb7450757daaa32bd8929a38b115ec2cc (diff)
csquotes (7dec19)
git-svn-id: svn://tug.org/texlive/trunk@53041 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/csquotes')
-rw-r--r--Master/texmf-dist/doc/latex/csquotes/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/csquotes/csquotes.pdfbin291994 -> 292333 bytes
-rw-r--r--Master/texmf-dist/doc/latex/csquotes/csquotes.tex12
3 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/csquotes/README.md b/Master/texmf-dist/doc/latex/csquotes/README.md
index f0ed6e1d5fa..60a06892761 100644
--- a/Master/texmf-dist/doc/latex/csquotes/README.md
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf b/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
index 8c6842882b4..de42c872e37 100644
--- a/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
+++ b/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/csquotes/csquotes.tex b/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
index 35665fb62c6..db521859895 100644
--- a/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
+++ b/Master/texmf-dist/doc/latex/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}