texlive[52793] Master/texmf-dist: csquotes (14nov19)
commits+karl at tug.org
commits+karl at tug.org
Thu Nov 14 22:53:57 CET 2019
Revision: 52793
http://tug.org/svn/texlive?view=revision&revision=52793
Author: karl
Date: 2019-11-14 22:53:57 +0100 (Thu, 14 Nov 2019)
Log Message:
-----------
csquotes (14nov19)
Modified Paths:
--------------
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/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-11-14 21:53:35 UTC (rev 52792)
+++ trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.tex 2019-11-14 21:53:57 UTC (rev 52793)
@@ -18,8 +18,8 @@
url={http://www.ctan.org/pkg/csquotes/},
author={Philipp Lehman, Joseph Wright},
email={joseph.wright at morningstar2.co.uk},
- revision={2.5f},
- date={2019-11-11}}
+ revision={5.2g},
+ date={2019-11-14}}
\hypersetup{%
pdftitle={The csquotes Package},
@@ -1542,6 +1542,10 @@
This revision history is a list of changes relevant to users of this package. Changes of a more technical nature which do not affect the user interface or the behavior of the package are not included in the list. If an entry in the revision history states that a feature has been \emph{extended}, this indicates a syntactically backwards compatible modification, such as the addition of an optional argument to an existing command. Entries stating that a feature has been \emph{modified}, \emph{renamed}, or \emph{removed} demand attention. They indicate a modification which may require changes to existing documents in some, hopefully rare, cases. The \opt{version} option from \secref{opt:opt} may be helpful in this case. The numbers on the right indicate the relevant section of this manual.
\begin{changelog}
+\begin{release}{5.2g}{2019-11-14}
+\item Fix issue with \cmd{languagename}
+\end{release}
+
\begin{release}{5.2f}{2019-11-11}
\item Added language option \opt{serbian}\see{opt:opt}
\item Improved \sty{polyglossia} support\see{opt:opt}
Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def 2019-11-14 21:53:35 UTC (rev 52792)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def 2019-11-14 21:53:57 UTC (rev 52793)
@@ -1,5 +1,5 @@
\ProvidesFile{csq-compat.def}
- [2019-11-11 v2.5f csquotes backwards compatibility (JAW)]
+ [2019-11-14 v5.2g 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-11-14 21:53:35 UTC (rev 52792)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.def 2019-11-14 21:53:57 UTC (rev 52793)
@@ -1,5 +1,5 @@
\ProvidesFile{csquotes.def}
- [2019-11-11 v2.5f csquotes generic definitions (JAW)]
+ [2019-11-14 v5.2g csquotes generic definitions (JAW)]
% Set defaults
Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty 2019-11-14 21:53:35 UTC (rev 52792)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty 2019-11-14 21:53:57 UTC (rev 52793)
@@ -12,7 +12,7 @@
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesPackage{csquotes}
- [2019-11-11 v2.5f context-sensitive quotations (JAW)]
+ [2019-11-14 v5.2g context-sensitive quotations (JAW)]
%% Compatibility and requirements
@@ -781,25 +781,21 @@
\endgroup}}
\def\csq at resetstyle{%
- \ifundef\babelname
- {\csq at resetstyle@i{\languagename}}%
- {\csq at resetstyle@i{\babelname}}}
+ \ifnum\csq at reset=\@ne
+ \ifundef\babelname
+ {\ifundef\languagename
+ {\csq at warn@multilang{Cannot detect current language}}
+ {\csq at resetstyle@i{\languagename}}}%
+ {\csq at resetstyle@i{\babelname}}%
+ \fi}
\def\csq at resetstyle@i#1{%
- \begingroup
- \edef\csq at tempa{\endgroup
- \noexpand\csq at resetstyle@ii{#1}}%
- \csq at tempa}
-
-\def\csq at resetstyle@ii#1{%
- \ifnum\csq at reset=\@ne
- \ifx\csq at currentstyle#1
- \else
- \ifcsundef{csq at qstyle@#1}
- {\csq at warn@style#1
- \csq at setstyle{fallback}}
- {\csq at setstyle{#1}}%
- \fi
+ \ifx\csq at currentstyle#1\relax
+ \else
+ \ifcsundef{csq at qstyle@#1}
+ {\csq at warn@style#1
+ \csq at setstyle{fallback}}
+ {\csq at setstyle{#1}}%
\fi}
\def\csq at savelang{%
More information about the tex-live-commits
mailing list