texlive[51091] Master/texmf-dist: csquotes (11may19)
commits+karl at tug.org
commits+karl at tug.org
Sat May 11 23:31:25 CEST 2019
Revision: 51091
http://tug.org/svn/texlive?view=revision&revision=51091
Author: karl
Date: 2019-05-11 23:31:25 +0200 (Sat, 11 May 2019)
Log Message:
-----------
csquotes (11may19)
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-05-11 21:31:07 UTC (rev 51090)
+++ trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.tex 2019-05-11 21:31:25 UTC (rev 51091)
@@ -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.2d},
- date={2018/04/13}}
+ revision={v5.2e},
+ date={2019/05/10}}
\hypersetup{%
pdftitle={The csquotes Package},
@@ -110,7 +110,7 @@
\subsection{License}
-Copyright © 2003--2011 Philipp Lehman, 2015--2018 Joseph Wright. Permission is granted to copy, distribute and\slash or modify this software under the terms of the \lppl, version 1.3c or any later version.\fnurl{http://www.latex-project.org/lppl/}
+Copyright © 2003--2011 Philipp Lehman, 2015--2019 Joseph Wright. Permission is granted to copy, distribute and\slash or modify this software under the terms of the \lppl, version 1.3c or any later version.\fnurl{http://www.latex-project.org/lppl/}
\subsection{Contributions}
@@ -149,12 +149,15 @@
czech & quotes, guillemets \\
danish & quotes, guillemets, topquotes \\
english & american, british\\
+ estonian & \\
french & quotes, quotes\*, guillemets, guillemets\*\\
galician & quotes, guillemets \\
german & quotes, guillemets, swiss \\
+ hungarian & \\
italian & guillemets, quotes \\
latvian & \\
norwegian & guillemets, quotes \\
+ polish & guillemets, guillemets\*\\
portuguese & portuguese, brazilian \\
spanish & spanish, mexican \\
swedish & quotes, guillemets, guillemets\*\\
@@ -1555,6 +1558,8 @@
\begin{release}{5.2d}{2018-04-13}
\item Update for \LaTeX{} kernel changes in 2018
+\item Added language option \opt{estonian}\see{opt:opt}
+\item Added language option \opt{polish}\see{opt:opt}
\end{release}
\begin{release}{5.2c}{2018-02-11}
Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def 2019-05-11 21:31:07 UTC (rev 51090)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def 2019-05-11 21:31:25 UTC (rev 51091)
@@ -1,5 +1,5 @@
\ProvidesFile{csq-compat.def}
- [2018/04/113 v5.2d csquotes backwards compatibility (JAW)]
+ [2019/05/10 v5.2e 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-05-11 21:31:07 UTC (rev 51090)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.def 2019-05-11 21:31:25 UTC (rev 51091)
@@ -1,5 +1,5 @@
\ProvidesFile{csquotes.def}
- [2018/04/13 v5.2d csquotes generic definitions (JAW)]
+ [2019/05/10 v5.2e csquotes generic definitions (JAW)]
% Set defaults
@@ -159,6 +159,11 @@
{\guillemotright}
{\textquotedblleft}
{\textquotedblright}
+\DeclareQuoteStyle{hungarian}
+ {\quotedblbase}
+ {\textquotedblright}
+ {\guillemotright}
+ {\guillemotleft}
\DeclareQuoteStyle{icelandic}
{\quotedblbase}
{\textquotedblleft}
@@ -307,6 +312,7 @@
\DeclareQuoteAlias{brazilian}{brazil}
\DeclareQuoteAlias{british}{UKenglish}
\DeclareQuoteAlias{british}{ukenglish}
+\DeclareQuoteAlias{hungarian}{magyar}
\DeclareQuoteAlias{german}{ngerman}
\DeclareQuoteAlias{austrian}{naustrian}
\DeclareQuoteAlias{swissgerman}{nswissgerman}
Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty 2019-05-11 21:31:07 UTC (rev 51090)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty 2019-05-11 21:31:25 UTC (rev 51091)
@@ -1,5 +1,5 @@
% Copyright (c) 2003-2011 Philipp Lehman.
-% (c) 2015-2018 Joseph Wright.
+% (c) 2015-2019 Joseph Wright.
%
% Permission is granted to copy, distribute and/or modify this
% software under the terms of the LaTeX Project Public License
@@ -12,7 +12,7 @@
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesPackage{csquotes}
- [2018/04/13 v5.2d context-sensitive quotations (JAW)]
+ [2019/05/10 v5.2e context-sensitive quotations (JAW)]
%% Compatibility and requirements
More information about the tex-live-commits
mailing list