diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-15 21:38:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-15 21:38:17 +0000 |
commit | 755661ec89a876b678d3f8ae0fb13206021b6fa9 (patch) | |
tree | afdae31ec3a3e328425a96be0c3b5439825d895f /Master/texmf-dist/tex/latex | |
parent | 114f0dcb24f1aea5407bfa676ef0dcfb2a60b28d (diff) |
csquotes (15nov19)
git-svn-id: svn://tug.org/texlive/trunk@52806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csq-compat.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def index 6ed72d174bd..81a37db6b95 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-11-14 v5.2g csquotes backwards compatibility (JAW)] + [2019-11-15 v5.2h 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 ec7834d7526..a870f8a2c68 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-11-14 v5.2g csquotes generic definitions (JAW)] + [2019-11-15 v5.2h csquotes generic definitions (JAW)] % Set defaults diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty index 9cc48633a21..0d61ab8b237 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-11-14 v5.2g context-sensitive quotations (JAW)] + [2019-11-15 v5.2h context-sensitive quotations (JAW)] %% Compatibility and requirements @@ -803,7 +803,9 @@ {} {\ifdef\babelname {\edef\csq@mainlang{\babelname}} - {\edef\csq@mainlang{\langname}}}} + {\ifdef\languagename + {\edef\csq@mainlang{\languagename}} + {\csq@warn@multilang{Cannot detect main document language}}}}} \def\csq@resetlang{% \ifdef\csq@mainlang |