diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-06 23:10:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-06 23:10:42 +0000 |
commit | 0618ebba9c0e02e9523bcbcedd498e4738c5969d (patch) | |
tree | 7fc0c55e81b00f5e604dd602f54413f0c0d1f565 /Master/texmf-dist/tex/latex/csquotes | |
parent | 2511e35cb7450757daaa32bd8929a38b115ec2cc (diff) |
csquotes (7dec19)
git-svn-id: svn://tug.org/texlive/trunk@53041 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes')
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csq-compat.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.def | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def index d7a6e504d96..d4c9485a308 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} - [2019-12-02 v5.2i csquotes backwards compatibility (JAW)] + [2019-12-06 v5.2j 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 18479e170a3..beab625e06b 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} - [2019-12-02 v5.2i csquotes generic definitions (JAW)] + [2019-12-06 v5.2j csquotes generic definitions (JAW)] % Set defaults @@ -323,6 +323,12 @@ \DeclareQuoteAlias[mexican]{spanish}{mexican} \DeclareQuoteAlias[spanish]{spanish}{spanish} \DeclareQuoteAlias[quotes]{swedish}{swedish} +\DeclareQuoteAlias{italian}{latin/italianguillemets} +\DeclareQuoteAlias[italianguillemets]{latin}{latin} +\DeclareQuoteAlias{german}{latin/germanquotes} +\DeclareQuoteAlias[guillemets]{german}{latin/germanguillemets} +\DeclareQuoteAlias{british}{latin/britishquotes} +\DeclareQuoteAlias{american}{latin/americanquotes} % Babel aliases @@ -351,6 +357,7 @@ \DeclareQuoteOption{german} \DeclareQuoteOption{icelandic} \DeclareQuoteOption{italian} +\DeclareQuoteOption{latin} \DeclareQuoteOption{latvian} \DeclareQuoteOption{norwegian} \DeclareQuoteOption{polish} diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty index 9fa48021243..9f1db3d1237 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} - [2019-12-02 v5.2i context-sensitive quotations (JAW)] + [2019-12-06 v5.2j context-sensitive quotations (JAW)] %% Compatibility and requirements |