diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-02 17:53:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-02 17:53:44 +0000 |
commit | 57f7bd1739a948af6d1d1cace4c22a127d743937 (patch) | |
tree | 4c0da357d29e13ec04726dfdbff6880761ebd166 /Master | |
parent | e1809e9c838ac3ed386dc53e6c8b282a6eb484c3 (diff) |
csquotes (13apr18)
git-svn-id: svn://tug.org/texlive/trunk@47564 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/csquotes/csquotes.pdf | bin | 291270 -> 292166 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/csquotes/csquotes.tex | 16 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csq-compat.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.def | 25 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 4 |
5 files changed, 41 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf b/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf Binary files differindex 7bcc8eb2fdb..8f306a9d451 100644 --- a/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf +++ b/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf diff --git a/Master/texmf-dist/doc/latex/csquotes/csquotes.tex b/Master/texmf-dist/doc/latex/csquotes/csquotes.tex index ee687f5fc48..a828d5d97cd 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.2c}, - date={2018/02/11}} + revision={v5.2d}, + date={2018/04/13}} \hypersetup{% pdftitle={The csquotes Package}, @@ -150,8 +150,10 @@ This option controls multilingual support. It requires either the \sty{babel} pa 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 @@ This revision history is a list of changes relevant to users of this package. Ch \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} diff --git a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def index f0b6749c267..43b5954c769 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/02/11 v5.2c csquotes backwards compatibility (JAW)] + [2018/04/113 v5.2d 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 aac6bc3208a..dbc8306d0b0 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/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} diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty index f9ada5d765a..4da5d47d187 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty +++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty @@ -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@ifutfchar#1{% - \ifundef\@inpenc@undefined + \ifundef\inputencodingname {\@secondoftwo} {\csq@ifutfenc}% {\csq@ifsingle{#1} |