diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-15 00:43:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-15 00:43:12 +0000 |
commit | 682935655b3fa1bea80a35fe8e196795c9d0a8ac (patch) | |
tree | 8798d4a841798df3e4415ab2ca06cc68a12b2b65 /Master/texmf-dist/tex/latex/csquotes | |
parent | df8606b38ce8bbbb6d90691717925839ecf6f881 (diff) |
csquotes (14jan11)
git-svn-id: svn://tug.org/texlive/trunk@21074 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes')
4 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def index a4ab6a1cdb3..9e69adde272 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def +++ b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def @@ -1,7 +1,7 @@ -% $Id: csq-compat.def,v 5.1 2010/11/19 15:15:40 lehman stable $ +% $Id: csq-compat.def,v 5.1a 2011/01/11 17:42:53 lehman stable $ \ProvidesFile{csquotes.def} -[\csq@rcsid $Id: csq-compat.def,v 5.1 2010/11/19 15:15:40 lehman stable $ +[\csq@rcsid $Id: csq-compat.def,v 5.1a 2011/01/11 17:42:53 lehman stable $ csquotes backwards compatibility] \def\csq@getversion#1{% diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.cfg b/Master/texmf-dist/tex/latex/csquotes/csquotes.cfg index 81795a7a39e..ef108e10908 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csquotes.cfg +++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.cfg @@ -1,4 +1,4 @@ -% $Id: csquotes.cfg,v 5.1 2010/11/19 15:15:40 lehman stable $ +% $Id: csquotes.cfg,v 5.1a 2011/01/11 17:42:53 lehman stable $ \ProvidesFile{csquotes.cfg} diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.def b/Master/texmf-dist/tex/latex/csquotes/csquotes.def index f5588da47d4..facb9972ac1 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csquotes.def +++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.def @@ -1,7 +1,7 @@ -% $Id: csquotes.def,v 5.1 2010/11/19 15:15:40 lehman stable $ +% $Id: csquotes.def,v 5.1a 2011/01/11 17:42:53 lehman stable $ \ProvidesFile{csquotes.def} -[\csq@rcsid $Id: csquotes.def,v 5.1 2010/11/19 15:15:40 lehman stable $ +[\csq@rcsid $Id: csquotes.def,v 5.1a 2011/01/11 17:42:53 lehman stable $ csquotes generic definitions] % Set defaults diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty index 9d412cc83ff..4d2d602b602 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty +++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty @@ -1,6 +1,6 @@ -% $Id: csquotes.sty,v 5.1 2010/11/19 15:15:40 lehman stable $ +% $Id: csquotes.sty,v 5.1a 2011/01/11 17:42:53 lehman stable $ -% Copyright (c) 2003-2010 Philipp Lehman. +% Copyright (c) 2003-2011 Philipp Lehman. % % Permission is granted to copy, distribute and/or modify this % software under the terms of the LaTeX Project Public License @@ -18,7 +18,7 @@ \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{csquotes} -[\csq@rcsid $Id: csquotes.sty,v 5.1 2010/11/19 15:15:40 lehman stable $ +[\csq@rcsid $Id: csquotes.sty,v 5.1a 2011/01/11 17:42:53 lehman stable $ context-sensitive quotations] \def\csq@version$#1: #2.#3 ${#2#3} @@ -1175,7 +1175,7 @@ \def\csq@bcount@lines{% \iftoggle{csq@parthreshold} - {\def\par{\global\toggletrue{csq@tempsw}\@normalcr\relax}% + {\def\par{\global\toggletrue{csq@tempsw}\@@par}% \let\newline\par \let\\\par} {}% |