summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/csquotes/csquotes.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes/csquotes.def')
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csquotes.def14
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.def b/Master/texmf-dist/tex/latex/csquotes/csquotes.def
index facb9972ac1..5483a2377b9 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.1a 2011/01/11 17:42:53 lehman stable $
+% $Id: csquotes.def,v 5.1b 2011/01/20 20:31:49 lehman stable $
\ProvidesFile{csquotes.def}
-[\csq@rcsid $Id: csquotes.def,v 5.1a 2011/01/11 17:42:53 lehman stable $
+[\csq@rcsid $Id: csquotes.def,v 5.1b 2011/01/20 20:31:49 lehman stable $
csquotes generic definitions]
% Set defaults
@@ -426,8 +426,9 @@
% \mkfrenchclosequote{\guillemotright}
%
% and will use a command called \@frenchquotespace to space out the
-% quotation marks. The spacing is:
+% quotation marks. The default spacing is:
%
+% \penalty\@M
% \hskip 0.8\fontdimen2\font
% plus 0.3\fontdimen3\font
% minus 0.3\fontdimen4\font
@@ -443,11 +444,16 @@
% as follows:
%
% \renewcommand*{\@frenchquotespace}{%
+% \penalty\@M
% \hskip\fontdimen2\font\relax}
%
% or:
%
-% \renewcommand*{\@frenchquotespace}{\space}
+% \renewcommand*{\@frenchquotespace}{%
+% \penalty\@M\space}
%
% In either case, the difference to the default values is so subtle,
% you will hardly notice it in most cases.
+%
+% Don't forget to add the penalty if you redefine \@frenchquotespace!
+% You certainly don't want to allow a linebreak at that point.