diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes/csquotes.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty index 76e3948194f..dea2ebf12b6 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty +++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty @@ -1,4 +1,4 @@ -% $Id: csquotes.sty,v 5.0 2010/06/02 19:13:37 lehman stable $ +% $Id: csquotes.sty,v 5.0a 2010/06/09 20:45:32 lehman stable $ % Copyright (c) 2003-2010 Philipp Lehman. % @@ -18,7 +18,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{csquotes} -[\csq@rcsid $Id: csquotes.sty,v 5.0 2010/06/02 19:13:37 lehman stable $ +[\csq@rcsid $Id: csquotes.sty,v 5.0a 2010/06/09 20:45:32 lehman stable $ context-sensitive quotations] \def\csq@version$#1: #2.#3 ${#2#3} @@ -511,6 +511,7 @@ \appto\@parboxrestore{% \let\csq@bquote@i\csq@bquote@ii + \let\csq@theeverypar\@empty \csq@qlevel\z@ \togglefalse{csq@block}} @@ -1991,8 +1992,13 @@ %% Interface for biblatex \newrobustcmd*{\@setquotesfcodes}{\csq@setsfcodes} + \newcommand*{\@quotelevel}{} \let\@quotelevel\csq@qlevel + +\newcommand*{\@quotereset}{} +\let\@quotereset\csq@reset + \newcommand*{\@ifquotemarker}{% \ifdim\lastskip=\csq@kernmarker\relax \expandafter\@firstoftwo |