diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-11 00:30:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-11 00:30:53 +0000 |
commit | 7e1403e5adf2df821d55ab025c9dfac07a8e4704 (patch) | |
tree | 25a83b8ae6dd7433483924f26ca80807e77a9459 /Master/texmf-dist/tex/latex | |
parent | d9582113cc8503cf43001d5e8d06e42ecad947af (diff) |
csquotes 5.0a (9jun10)
git-svn-id: svn://tug.org/texlive/trunk@18877 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-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 |