texlive[53041] Master/texmf-dist: csquotes (7dec19)

commits+karl at tug.org commits+karl at tug.org
Sat Dec 7 00:10:43 CET 2019


Revision: 53041
          http://tug.org/svn/texlive?view=revision&revision=53041
Author:   karl
Date:     2019-12-07 00:10:42 +0100 (Sat, 07 Dec 2019)
Log Message:
-----------
csquotes (7dec19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/csquotes/README.md
    trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
    trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
    trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
    trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.def
    trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty

Modified: trunk/Master/texmf-dist/doc/latex/csquotes/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/csquotes/README.md	2019-12-06 18:28:03 UTC (rev 53040)
+++ trunk/Master/texmf-dist/doc/latex/csquotes/README.md	2019-12-06 23:10:42 UTC (rev 53041)
@@ -16,7 +16,7 @@
 
 ## 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.

Modified: trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.tex	2019-12-06 18:28:03 UTC (rev 53040)
+++ trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.tex	2019-12-06 23:10:42 UTC (rev 53041)
@@ -18,8 +18,8 @@
   url={http://www.ctan.org/pkg/csquotes/},
   author={Philipp Lehman, Joseph Wright},
   email={joseph.wright at 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 @@
 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 @@
 
 \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 at mainlang}
 \end{release}

Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def	2019-12-06 18:28:03 UTC (rev 53040)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def	2019-12-06 23:10:42 UTC (rev 53041)
@@ -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 at getversion#1{%
   \expandafter\csq at getversion@i

Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.def	2019-12-06 18:28:03 UTC (rev 53040)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.def	2019-12-06 23:10:42 UTC (rev 53041)
@@ -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}

Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty	2019-12-06 18:28:03 UTC (rev 53040)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty	2019-12-06 23:10:42 UTC (rev 53041)
@@ -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
 



More information about the tex-live-commits mailing list