diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes/csquotes.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty index ab7a9f0388e..91b20d1ab72 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} - [2017/02/03 v5.2a context-sensitive quotations (JAW)] + [2017/03/11 v5.2b context-sensitive quotations (JAW)] %% Compatibility and requirements @@ -173,7 +173,7 @@ % Grouping control \protected\def\csq@bqgroup{% - \bgroup\leavevmode + \begingroup\leavevmode \csq@glevel\currentgrouplevel \csq@gtype\currentgrouptype} @@ -186,7 +186,7 @@ \else \csq@err@gtype \fi - \egroup} + \endgroup} \AtEndDocument{% \ifnum\csq@qlevel>\z@ |