summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-11 21:31:25 +0000
committerKarl Berry <karl@freefriends.org>2019-05-11 21:31:25 +0000
commitd9fc58602a96c5bb006e4e4a8764a8679d238bd0 (patch)
treea315cff9d52f7ea392bae5a70307d00a43026c86
parent1f17918f6a9af739d984a5ea165dcbbe1c78f0b6 (diff)
csquotes (11may19)
git-svn-id: svn://tug.org/texlive/trunk@51091 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/csquotes/csquotes.pdfbin292166 -> 291554 bytes
-rw-r--r--Master/texmf-dist/doc/latex/csquotes/csquotes.tex11
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csq-compat.def2
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csquotes.def8
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csquotes.sty4
5 files changed, 18 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf b/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
index 8f306a9d451..be3224968f2 100644
--- a/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
+++ b/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/csquotes/csquotes.tex b/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
index a828d5d97cd..594d3373e40 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.2d},
- date={2018/04/13}}
+ revision={v5.2e},
+ date={2019/05/10}}
\hypersetup{%
pdftitle={The csquotes Package},
@@ -110,7 +110,7 @@ This package provides advanced facilities for inline and display quotations. It
\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 @@ This option controls multilingual support. It requires either the \sty{babel} pa
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 @@ This revision history is a list of changes relevant to users of this package. Ch
\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}
diff --git a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
index 43b5954c769..9f99b31b8a3 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}
- [2018/04/113 v5.2d csquotes backwards compatibility (JAW)]
+ [2019/05/10 v5.2e 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 dbc8306d0b0..1f4b1b14456 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}
- [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}
diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
index 4da5d47d187..89ffabe7fd9 100644
--- a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
+++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
@@ -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