diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes/csquotes.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.cfg b/Master/texmf-dist/tex/latex/csquotes/csquotes.cfg index 4a2c445c558..9004271d451 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csquotes.cfg +++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.cfg @@ -1,6 +1,6 @@ -% $Id: csquotes.cfg,v 4.4 2009/05/30 13:12:20 lehman stable $ +% $Id: csquotes.cfg,v 5.0 2010/06/02 19:22:07 lehman stable $ -\ProvidesFile{csquotes.cfg}[2009/05/30 v4.4 csquotes configuration] +\ProvidesFile{csquotes.cfg} % Put your definitions here. @@ -17,7 +17,7 @@ % processed before any options specified in the document preamble, % so you can still override them in the preamble. -\ExecuteQuoteOptions{strict=true,babel=try} +\ExecuteQuoteOptions{strict=true,autostyle=try} % CHANGING THE DEFAULT PARAMETERS @@ -217,8 +217,8 @@ % DEFINING ENVIRONMENTS FOR PARAGRAPH QUOTATIONS % Here are some alternative environments for paragraph quotations -% (block and display), as discussed in the tutorial. The first one -% decreases the font size of the 'quote' environment by one step: +% (block and display). The first one decreases the font size of +% the 'quote' environment by one step: \RequirePackage{relsize} |