texlive[47564] Master/texmf-dist: csquotes (13apr18)

commits+karl at tug.org commits+karl at tug.org
Wed May 2 19:53:44 CEST 2018


Revision: 47564
          http://tug.org/svn/texlive?view=revision&revision=47564
Author:   karl
Date:     2018-05-02 19:53:44 +0200 (Wed, 02 May 2018)
Log Message:
-----------
csquotes (13apr18)

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	2018-05-02 17:53:29 UTC (rev 47563)
+++ trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.tex	2018-05-02 17:53:44 UTC (rev 47564)
@@ -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.2c},
-  date={2018/02/11}}
+  revision={v5.2d},
+  date={2018/04/13}}
 
 \hypersetup{%
   pdftitle={The csquotes Package},
@@ -150,8 +150,10 @@
   danish	& quotes, guillemets, topquotes \\
   english	& american, british\\
   french	& quotes, quotes\*, guillemets, guillemets\*\\
+  galician	& quotes, guillemets \\
   german	& quotes, guillemets, swiss \\
   italian	& guillemets, quotes \\
+  latvian   & \\
   norwegian	& guillemets, quotes \\
   portuguese	& portuguese, brazilian \\
   spanish	& spanish, mexican \\
@@ -1551,6 +1553,16 @@
 
 \begin{changelog}
 
+\begin{release}{5.2d}{2018-04-13}
+\item Update for \LaTeX{} kernel changes in 2018
+\end{release}
+
+\begin{release}{5.2c}{2018-02-11}
+\item Added language option \opt{galician}\see{opt:opt}
+\item Added language option \opt{latvian}\see{opt:opt}
+\item Improve language support for \opt{czech}
+\end{release}
+
 \begin{release}{5.2b}{2017-03-11}
 \item Added language option \opt{portuguese}\see{opt:opt}
 \end{release}

Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def	2018-05-02 17:53:29 UTC (rev 47563)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def	2018-05-02 17:53:44 UTC (rev 47564)
@@ -1,5 +1,5 @@
 \ProvidesFile{csq-compat.def}
-  [2018/02/11 v5.2c csquotes backwards compatibility (JAW)]
+  [2018/04/113 v5.2d 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	2018-05-02 17:53:29 UTC (rev 47563)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.def	2018-05-02 17:53:44 UTC (rev 47564)
@@ -1,5 +1,5 @@
 \ProvidesFile{csquotes.def}
-  [2018/02/11 v5.2c csquotes generic definitions (JAW)]
+  [2018/04/13 v5.2d csquotes generic definitions (JAW)]
 
 % Set defaults
 
@@ -86,6 +86,12 @@
   [0.05em]
   {\textquotedblleft}
   {\textquotedblright}
+\DeclareQuoteStyle{estonian}% verified
+  {\quotedblbase}
+  {\textquotedblleft}
+  [0.05em]
+  {\quotedblbase}
+  {\textquotedblleft}
 \DeclareQuoteStyle{finnish}% verified
   {\textquotedblright}
   {\textquotedblright}
@@ -189,6 +195,21 @@
   [0.05em]
   {\quotesinglbase}
   {\textquoteright}
+\DeclareQuoteStyle[guillemets]{polish}
+  {\quotedblbase}
+  {\textquotedblright}
+  {\guillemotleft}
+  {\guillemotright}
+\DeclareQuoteStyle[guillemets*]{polish}
+  {\quotedblbase}
+  {\textquotedblright}
+  {\guillemotright}
+  {\guillemotleft}
+\DeclareQuoteStyle[quotes]{polish}
+  {\quotedblbase}
+  {\textquotedblright}
+  {\quotesinglbase}
+  {\textquoteright}
 \DeclareQuoteStyle[brazilian]{portuguese}% verified
   {\textquotedblleft}
   {\textquotedblright}
@@ -272,6 +293,7 @@
 \DeclareQuoteAlias[swiss]{german}{swissgerman}
 \DeclareQuoteAlias[guillemets]{italian}{italian}
 \DeclareQuoteAlias[guillemets]{norwegian}{norwegian}
+\DeclareQuoteAlias[guillemets]{polish}{polish}
 \DeclareQuoteAlias[brazilian]{portuguese}{brazilian}
 \DeclareQuoteAlias[portuguese]{portuguese}{portuguese}
 \DeclareQuoteAlias[mexican]{spanish}{mexican}
@@ -305,6 +327,7 @@
 \DeclareQuoteOption{italian}
 \DeclareQuoteOption{latvian}
 \DeclareQuoteOption{norwegian}
+\DeclareQuoteOption{polish}
 \DeclareQuoteOption{portuguese}
 \DeclareQuoteOption{spanish}
 \DeclareQuoteOption{swedish}

Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty	2018-05-02 17:53:29 UTC (rev 47563)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty	2018-05-02 17:53:44 UTC (rev 47564)
@@ -12,7 +12,7 @@
 
 \NeedsTeXFormat{LaTeX2e}[2005/12/01]
 \ProvidesPackage{csquotes}
-  [2018/02/11 v5.2c context-sensitive quotations (JAW)]
+  [2018/04/13 v5.2d context-sensitive quotations (JAW)]
 
 %% Compatibility and requirements
 
@@ -1738,7 +1738,7 @@
 % {<char>}{<true>}{<false>}
 
 \def\csq at ifutfchar#1{%
-  \ifundef\@inpenc at undefined
+  \ifundef\inputencodingname
     {\@secondoftwo}
     {\csq at ifutfenc}%
   {\csq at ifsingle{#1}



More information about the tex-live-commits mailing list