diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-06 23:34:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-06 23:34:50 +0000 |
commit | d95420cfa1846c1142165499156752cca03ce0e6 (patch) | |
tree | 387ae229b84ad32cd9e1a29797d3a639cd7c007a /Master/texmf-dist/tex/latex/csquotes/csquotes.sty | |
parent | 1b49ce8abffc2ea892d57c13c73e96c726becbb0 (diff) |
scquotes 4.4d (6feb10)
git-svn-id: svn://tug.org/texlive/trunk@16927 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes/csquotes.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty index 490145e160c..9c7ba32b7a8 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 4.4c 2009/09/23 18:54:12 lehman stable $ +% $Id: csquotes.sty,v 4.4d 2010/02/06 18:19:34 lehman stable $ -% Copyright (c) 2003-2009 Philipp Lehman. +% Copyright (c) 2003-2010 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} \ProvidesPackage{csquotes} -[\csq@rcsid $Id: csquotes.sty,v 4.4c 2009/09/23 18:54:12 lehman stable $ +[\csq@rcsid $Id: csquotes.sty,v 4.4d 2010/02/06 18:19:34 lehman stable $ context-sensitive quotations] %% Compatibility and requirements @@ -1680,14 +1680,14 @@ {\csq@err@char \@gobbletwo}}} -\ifundef\inputencodingname % inputenc 2006/05/05 v1.1b +\ifundef\inputencodingname % inputenc >= 2006/05/05 v1.1b, inputenx {\def\csq@ifutfenc{% \csq@ifucs {\csq@err@ucs\@secondoftwo} {\begingroup - \def\@inpenc@undefined@##1{\def\csq@tempa{##1}}% + \def\@inpenc@undefined@##1{\def\inputencodingname{##1}}% \@inpenc@undefined - \ifdefstring\csq@tempa{utf8} + \ifdefstring\inputencodingname{utf8} {\aftergroup\@firstoftwo} {\aftergroup\@secondoftwo}% \endgroup}}} |