diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-11 23:09:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-11 23:09:38 +0000 |
commit | 7693eb017ac96acdb39dee66ab9a78607b8e61ec (patch) | |
tree | 87d3e79b7bfa5e1f816d55f351d5459bac151792 /Master | |
parent | af5d6aa66f3248e4ea051b18d2587a0cb2b0bcbb (diff) |
csquotes (11mar17)
git-svn-id: svn://tug.org/texlive/trunk@43469 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/csquotes/csquotes.pdf | bin | 290799 -> 291375 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/csquotes/csquotes.tex | 8 | ||||
-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 |
5 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf b/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf Binary files differindex 98a761d96f9..40523bd1006 100644 --- a/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf +++ b/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf diff --git a/Master/texmf-dist/doc/latex/csquotes/csquotes.tex b/Master/texmf-dist/doc/latex/csquotes/csquotes.tex index 0170187a872..e70bdeed994 100644 --- a/Master/texmf-dist/doc/latex/csquotes/csquotes.tex +++ b/Master/texmf-dist/doc/latex/csquotes/csquotes.tex @@ -18,8 +18,8 @@ url={http://www.ctan.org/pkg/csquotes/}, author={Philipp Lehman, Joseph Wright}, email={joseph.wright@morningstar2.co.uk}, - revision={v5.2a}, - date={2017/02/03}} + revision={v5.2b}, + date={2017/03/11}} \hypersetup{% pdftitle={The csquotes Package}, @@ -1549,6 +1549,10 @@ This revision history is a list of changes relevant to users of this package. Ch \begin{changelog} +\begin{release}{5.2b}{2017-03-11} +\item Added language option \opt{portuguese}\see{opt:opt} +\end{release} + \begin{release}{5.2a}{2017-02-03} \item Fix behaviour of \cmd{blockquote} inside \cmd{parbox} and related constructs 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@ |