From 755661ec89a876b678d3f8ae0fb13206021b6fa9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 15 Nov 2019 21:38:17 +0000 Subject: csquotes (15nov19) git-svn-id: svn://tug.org/texlive/trunk@52806 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/csquotes/csq-compat.def | 2 +- Master/texmf-dist/tex/latex/csquotes/csquotes.def | 2 +- Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/tex/latex/csquotes') 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 -- cgit v1.2.3