diff options
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 | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 6 |
3 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def index 9f546873e45..2b253ddc851 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/02/03 v5.2a csquotes backwards compatibility (JAW)] + [2017/03/11 v5.2b 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 1137ed8ac7b..c7f8530b5fe 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/02/03 v5.2a csquotes generic definitions (JAW)] + [2017/03/11 v5.2b csquotes generic definitions (JAW)] % Set defaults @@ -276,6 +276,7 @@ \DeclareQuoteOption{icelandic} \DeclareQuoteOption{italian} \DeclareQuoteOption{norwegian} +\DeclareQuoteOption{portuguese} \DeclareQuoteOption{spanish} \DeclareQuoteOption{swedish} 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@ |