diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/babel-french/frenchb.dtx')
-rw-r--r-- | Master/texmf-dist/source/generic/babel-french/frenchb.dtx | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/generic/babel-french/frenchb.dtx b/Master/texmf-dist/source/generic/babel-french/frenchb.dtx index 9842286e5e7..5816c5efae9 100644 --- a/Master/texmf-dist/source/generic/babel-french/frenchb.dtx +++ b/Master/texmf-dist/source/generic/babel-french/frenchb.dtx @@ -13,17 +13,18 @@ %<ldf>\ProvidesLanguage{frenchb} %\ProvidesFile{frenchb.dtx} %<*!lua> - [2015/04/06 v3.1d French support from the babel system] + [2015/04/10 v3.1e French support from the babel system] %</!lua> %<*internal> \iffalse %</internal> %<*lua> -- --- File `frenchb.lua' generated from frenchb.dtx [2015/04/06 v3.1d] +-- File `frenchb.lua' generated from frenchb.dtx [2015/04/10 v3.1e] -- --- Copyright (C) 2014 Daniel Flipo <daniel.flipo at free.fr> --- License LPPL: see frenchb.dtx. +-- Copyright (C) 2014-2015 Daniel Flipo +-- <daniel (dot) flipo (at) free (dot) fr> +-- License LPPL: see frenchb.ldf. -- %</lua> %<*internal> @@ -39,8 +40,8 @@ %</ldf> %<*dtx|ldf> %% Babel package for LaTeX version 2e -%% Copyright (C) 1996 - 2014 -%% by Daniel Flipo <daniel.flipo at free.fr> +%% Copyright (C) 1996 - 2015 +%% by Daniel Flipo <daniel (dot) flipo (at) free (dot) fr> %% %</dtx|ldf> %<*dtx> @@ -455,15 +456,15 @@ % when this occurs, this option should be set to % \fbo{false}, part titles will then be printed as ``Partie I'', % ``Partie II''. -% \item [CustomiseFigTabcaptions=false (true*)]; when \fbo{false} +% \item [CustomiseFigTabCaptions=false (true*)]; when \fbo{false} % the default separator (colon) is used instead of % |\CaptionSeparator|. Anyway, \frenchb{} makes sure that the % colon will be typeset with proper preceeding space in French. -% \item [OldFigTabcaptions=true (false)] is to be used when +% \item [OldFigTabCaptions=true (false)] is to be used when % figures' and tables' captions must be typeset as with pre~3.0 % versions of \frenchb{} (with |\CaptionSeparator| in French and % colon otherwise). Intended for standard \LaTeX{} classes only. -% \item [SmallCapsFigTabcaptions=false (true*)]; when set to +% \item [SmallCapsFigTabCaptions=false (true*)]; when set to % \fbo{false}, |\figurename| and |\tablename| will be printed in % French captions as ``Figure'' and ``Table'' instead of being % printed in small caps (the default). @@ -560,7 +561,7 @@ % colon in other languages); this option only makes sense with the % standard \LaTeX{} classes \cls{article}, \cls{report} and % \cls{book}. -% The last option, \fbo{SmallCapsFigTabcaptions}, can be set to +% The last option, \fbo{SmallCapsFigTabCaptions}, can be set to % \fbo{false} to typeset |\figurename| and |\tablename| in French as % ``Figure'' and ``Table'' rather than in small caps (the default). % @@ -3001,7 +3002,7 @@ return french_punctuation % % With \cls{memoir} and koma-script classes, \frenchb{} customises % |\captiondelim| or |\captionformat| in French (unless option -% \fbo{CustomiseFigTabcaptions} is set to \fbo{false}) and issues +% \fbo{CustomiseFigTabCaptions} is set to \fbo{false}) and issues % no warning. % % When |\@makecaption| has been changed by another class @@ -3337,6 +3338,10 @@ return french_punctuation % % \changes{v3.1b}{2014/09/15}{New option SmallCapsFigTabCaptions.} % +% \changes{v3.1e}{2015/04/10}{Corrected typo: SmallCapsFigTabcaptions +% instead of SmallCapsFigTabCaptions. Pointed out by CĂ©line +% Chevalier.} +% % \begin{macrocode} \newcommand*{\frenchbsetup}[1]{% \setkeys{FB}{#1}% @@ -3370,7 +3375,7 @@ return french_punctuation \newif\ifFBPartNameFull \FBPartNameFulltrue \newif\ifFBCustomiseFigTabCaptions \FBCustomiseFigTabCaptionsfalse \newif\ifFBOldFigTabCaptions \FBOldFigTabCaptionsfalse -\newif\ifFBSmallCapsFigTabcaptions \FBSmallCapsFigTabcaptionstrue +\newif\ifFBSmallCapsFigTabCaptions \FBSmallCapsFigTabCaptionstrue \newif\ifFBSuppressWarning \FBSuppressWarningfalse \newif\ifFBINGuillSpace \FBINGuillSpacefalse % \end{macrocode} |