summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/babel-french/frenchb.ldf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-16 23:11:54 +0000
committerKarl Berry <karl@freefriends.org>2017-01-16 23:11:54 +0000
commit4b61f97e62ad8f5277d9851da26809e8a080fa74 (patch)
tree0c4e5471ee3e52938cc962fc00ba3a3036a1f6d1 /Master/texmf-dist/tex/generic/babel-french/frenchb.ldf
parent4e5fab2a66c40e3caa99cadd5e1a1d3788a14279 (diff)
babel-french (15jan17)
git-svn-id: svn://tug.org/texlive/trunk@42971 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/babel-french/frenchb.ldf')
-rw-r--r--Master/texmf-dist/tex/generic/babel-french/frenchb.ldf46
1 files changed, 24 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/generic/babel-french/frenchb.ldf b/Master/texmf-dist/tex/generic/babel-french/frenchb.ldf
index 6d8591ebd07..0171d82eebf 100644
--- a/Master/texmf-dist/tex/generic/babel-french/frenchb.ldf
+++ b/Master/texmf-dist/tex/generic/babel-french/frenchb.ldf
@@ -33,7 +33,7 @@
%% extension .ins) which are part of the distribution.
%%
\ProvidesLanguage{frenchb}
- [2017/01/10 v3.2e French support from the babel system]
+ [2017/01/15 v3.2f French support from the babel system]
%%
%% File `frenchb.ldf'
%% Babel package for LaTeX version 2e
@@ -749,6 +749,7 @@
\newcommand*{\degres}{%
\leavevmode\hbox to 0.3em{\hss\degre\hss}}
\fi
+\newif\ifFB@icomma
\newcount\mc@charclass
\newcount\mc@charfam
\newcount\mc@charslot
@@ -756,6 +757,16 @@
\newcount\dec@mcc
\ifFBLuaTeX
\mc@charclass=\Umathcharclass`\,
+ \newcommand*{\dec@math@comma}{%
+ \mc@charfam=\Umathcharfam`\,
+ \mc@charslot=\Umathcharslot`\,
+ \Umathcode`\,= 0 \mc@charfam \mc@charslot
+ }
+ \newcommand*{\std@math@comma}{%
+ \mc@charfam=\Umathcharfam`\,
+ \mc@charslot=\Umathcharslot`\,
+ \Umathcode`\,= \mc@charclass \mc@charfam \mc@charslot
+ }
\else
\std@mcc=\mathcode`\,
\dec@mcc=\std@mcc
@@ -763,34 +774,25 @@
\divide\@tempcnta by "1000
\multiply\@tempcnta by "1000
\advance\dec@mcc by -\@tempcnta
+ \newcommand*{\dec@math@comma}{\mathcode`\,=\dec@mcc}
+ \newcommand*{\std@math@comma}{\mathcode`\,=\std@mcc}
\fi
-\newcommand*{\dec@math@comma}{%
- \ifFBLuaTeX
- \mc@charfam=\Umathcharfam`\,
- \mc@charslot=\Umathcharslot`\,
- \Umathcode`\,= 0 \mc@charfam \mc@charslot
- \else
- \mathcode`\,=\dec@mcc
- \fi
-}
-\newcommand*{\std@math@comma}{%
- \ifFBLuaTeX
- \mc@charfam=\Umathcharfam`\,
- \mc@charslot=\Umathcharslot`\,
- \Umathcode`\,= \mc@charclass \mc@charfam \mc@charslot
- \else
- \mathcode`\,=\std@mcc
- \fi
-}
\newcommand*{\DecimalMathComma}{%
\iflanguage{french}{\dec@math@comma}{}%
- \FB@addto{extras}{\dec@math@comma}%
+ \ifFB@icomma\else\FB@addto{extras}{\dec@math@comma}\fi
}
\newcommand*{\StandardMathComma}{%
\std@math@comma
- \FB@addto{extras}{\std@math@comma}%
+ \ifFB@icomma\else\FB@addto{extras}{\std@math@comma}\fi
}
-\FB@addto{noextras}{\std@math@comma}
+\ifLaTeXe
+ \AtBeginDocument{\@ifpackageloaded{icomma}%
+ {\FB@icommatrue}%
+ {\FB@addto{noextras}{\std@math@comma}}%
+ }
+\else
+ \FB@addto{noextras}{\std@math@comma}
+\fi
\newcommand*{\nombre}[1]{{#1}\fb@warning{*** \noexpand\nombre
no longer formats numbers\string! ***}}
\let\FBstop@here\relax