From 0618ebba9c0e02e9523bcbcedd498e4738c5969d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 6 Dec 2019 23:10:42 +0000 Subject: csquotes (7dec19) git-svn-id: svn://tug.org/texlive/trunk@53041 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/csquotes/README.md | 2 +- Master/texmf-dist/doc/latex/csquotes/csquotes.pdf | Bin 291994 -> 292333 bytes Master/texmf-dist/doc/latex/csquotes/csquotes.tex | 12 +++++++++--- .../texmf-dist/tex/latex/csquotes/csq-compat.def | 2 +- Master/texmf-dist/tex/latex/csquotes/csquotes.def | 9 ++++++++- Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 2 +- 6 files changed, 20 insertions(+), 7 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 Binary files a/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf and b/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf 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} diff --git a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def index d7a6e504d96..d4c9485a308 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def +++ b/Master/texmf-dist/tex/latex/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/Master/texmf-dist/tex/latex/csquotes/csquotes.def b/Master/texmf-dist/tex/latex/csquotes/csquotes.def index 18479e170a3..beab625e06b 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csquotes.def +++ b/Master/texmf-dist/tex/latex/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/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty index 9fa48021243..9f1db3d1237 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty +++ b/Master/texmf-dist/tex/latex/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 -- cgit v1.2.3