diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-11 22:50:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-11 22:50:35 +0000 |
commit | 015f59602dd3d67bf0308e310edeae053297da88 (patch) | |
tree | ca774a23e228d4b1e883176696885f26fd3426d4 /Master/texmf-dist/tex | |
parent | 4f8d8a303ae1f3c7a2a6b1eb4624a4c6a3b31d07 (diff) |
csquotes (11feb18)
git-svn-id: svn://tug.org/texlive/trunk@46601 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csq-compat.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.def | 37 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 4 |
3 files changed, 36 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def index 2b253ddc851..f0b6749c267 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} - [2017/03/11 v5.2b csquotes backwards compatibility (JAW)] + [2018/02/11 v5.2c 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 c7f8530b5fe..aac6bc3208a 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} - [2017/03/11 v5.2b csquotes generic definitions (JAW)] + [2018/02/11 v5.2c csquotes generic definitions (JAW)] % Set defaults @@ -39,12 +39,18 @@ [0.025em] {\quotesinglbase} {\textquoteright} -\DeclareQuoteStyle{czech} +\DeclareQuoteStyle[quotes]{czech} {\quotedblbase} {\textquotedblleft} [0.025em] {\quotesinglbase} {\fixligatures\textquoteleft} +\DeclareQuoteStyle[guillemets]{czech} + {\guillemotright} + {\guillemotleft} + [0.025em] + {\guilsinglright} + {\guilsinglleft} \DeclareQuoteStyle[quotes]{danish} {\quotedblbase} {\textquotedblleft} @@ -130,10 +136,22 @@ [0.025em] {\guilsinglleft} {\guilsinglright} +\DeclareQuoteStyle[guillemets]{galician} + {\guillemotleft} + {\guillemotright} + [0.025em] + {\textquotedblleft} + {\textquotedblright} +\DeclareQuoteStyle[quotes]{galician} + {\textquotedblleft} + {\textquotedblright} + [0.05em] + {\textquoteleft} + {\textquoteright} \DeclareQuoteStyle{greek}% verified {\guillemotleft} {\guillemotright} - {\textquotedblleft} + {\textquotedblleft} {\textquotedblright} \DeclareQuoteStyle{icelandic} {\quotedblbase} @@ -153,6 +171,12 @@ [0.025em] {\textquotedblleft} {\textquotedblright} +\DeclareQuoteStyle{latvian} + {\quotedblbase} + {\textquotedblright} + [0.05em] + {\quotesinglbase} + {\textquoteright} \DeclareQuoteStyle[guillemets]{norwegian} {\guillemotleft} {\guillemotright} @@ -188,7 +212,7 @@ [0.05em] {\textquoteleft} {\textquoteright} -\DeclareQuoteStyle{slovak} +\DeclareQuoteStyle{slovak} {\quotedblbase} {\textquotedblleft} [0.025em] @@ -241,7 +265,9 @@ \DeclareQuoteAlias[british]{english}{australian}% unsure \DeclareQuoteAlias[british]{english}{newzealand}% unsure \DeclareQuoteAlias[quotes]{french}{french} +\DeclareQuoteAlias[quotes]{galician}{galician} \DeclareQuoteAlias[quotes]{german}{german} +\DeclareQuoteAlias[quotes]{czech}{czech} \DeclareQuoteAlias[swiss]{german}{swiss} \DeclareQuoteAlias[swiss]{german}{swissgerman} \DeclareQuoteAlias[guillemets]{italian}{italian} @@ -269,12 +295,15 @@ % Language options \DeclareQuoteOption{austrian} +\DeclareQuoteOption{czech} \DeclareQuoteOption{danish} \DeclareQuoteOption{english} \DeclareQuoteOption{french} +\DeclareQuoteOption{galician} \DeclareQuoteOption{german} \DeclareQuoteOption{icelandic} \DeclareQuoteOption{italian} +\DeclareQuoteOption{latvian} \DeclareQuoteOption{norwegian} \DeclareQuoteOption{portuguese} \DeclareQuoteOption{spanish} diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty index 91b20d1ab72..f9ada5d765a 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-2017 Joseph Wright. +% (c) 2015-2018 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} - [2017/03/11 v5.2b context-sensitive quotations (JAW)] + [2018/02/11 v5.2c context-sensitive quotations (JAW)] %% Compatibility and requirements |