texlive[42919] Master/texmf-dist: babel-french (10jan17)
commits+karl at tug.org
commits+karl at tug.org
Tue Jan 10 23:28:04 CET 2017
Revision: 42919
http://tug.org/svn/texlive?view=revision&revision=42919
Author: karl
Date: 2017-01-10 23:28:04 +0100 (Tue, 10 Jan 2017)
Log Message:
-----------
babel-french (10jan17)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/generic/babel-french/frenchb.pdf
trunk/Master/texmf-dist/source/generic/babel-french/frenchb.dtx
trunk/Master/texmf-dist/source/generic/babel-french/frenchb.ins
trunk/Master/texmf-dist/tex/generic/babel-french/frenchb.ldf
trunk/Master/texmf-dist/tex/generic/babel-french/frenchb.lua
Modified: trunk/Master/texmf-dist/doc/generic/babel-french/frenchb.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/generic/babel-french/frenchb.dtx
===================================================================
--- trunk/Master/texmf-dist/source/generic/babel-french/frenchb.dtx 2017-01-10 22:27:42 UTC (rev 42918)
+++ trunk/Master/texmf-dist/source/generic/babel-french/frenchb.dtx 2017-01-10 22:28:04 UTC (rev 42919)
@@ -1,4 +1,4 @@
-%\CheckSum{3344}
+%\CheckSum{3410}
%
%\iffalse
% Tell the \LaTeX\ system who we are and write an entry on the
@@ -13,7 +13,7 @@
%<ldf>\ProvidesLanguage{frenchb}
%\ProvidesFile{frenchb.dtx}
%<*!lua>
- [2016/05/14 v3.2c French support from the babel system]
+ [2017/01/10 v3.2e French support from the babel system]
%</!lua>
%<*internal>
\iffalse
@@ -20,9 +20,9 @@
%</internal>
%<*lua>
--
--- File `frenchb.lua' generated from frenchb.dtx [2016/05/14 v3.2c]
+-- File `frenchb.lua' generated from frenchb.dtx [2017/01/10 v3.2e]
--
--- Copyright © 2014-2016 Daniel Flipo
+-- Copyright © 2014-2017 Daniel Flipo
-- <daniel (dot) flipo (at) free (dot) fr>
-- License LPPL: see frenchb.ldf.
--
@@ -40,7 +40,7 @@
%</ldf>
%<*dtx|ldf>
%% Babel package for LaTeX version 2e
-%% Copyright © 1996 - 2016
+%% Copyright © 1996 - 2017
%% by Daniel Flipo <daniel (dot) flipo (at) free (dot) fr>
%%
%</dtx|ldf>
@@ -284,12 +284,13 @@
% \item In math mode the comma has to be surrounded with
% braces to avoid a spurious space being inserted after it,
% in decimal numbers for instance (see the \TeX{}book p.~134).
-% The command |\DecimalMathComma| makes the comma be an
-% ordinary character \emph{in French only} (no space added);
+% The command |\DecimalMathComma| makes the comma behave as an
+% ordinary character \emph{when the current language is French}
+% (no space added);
% as a counterpart, if |\DecimalMathComma| is active, an
% explicit space has to be added in lists and intervals:
% |$[0,\ 1]$|, |$(x,\ y)$|. |\StandardMathComma| switches
-% back to the standard behaviour of the comma.
+% back to the standard behaviour of the comma in French.
%
% \item A command |\nombre| was provided in 1.x versions to easily
% format numbers in slices of three digits separated either
@@ -425,7 +426,7 @@
% but as many people forget about it (even among native French
% writers!), the default behaviour of \frenchb{} is to
% automatically typeset nobreak spaces the width of which is
-% either |\FBthinspace| (defauts to thin space) before `|;|'
+% either |\FBthinspace| (defauts to a thin space) before `|;|'
% `|!|' `|?|' or |\FBcolonspace| (defauts to |\space|) before
% `|:|'; the defaults follow the French `Imprimerie Nationale's
% recommendations. This is convenient in most cases but can lead
@@ -451,8 +452,8 @@
% so that the same amount of space is added before any of the
% four `high punctuation' characters. The default setting is
% supported by the French `Imprimerie Nationale'.
-% \item [OriginalTypewriter=true (false)] leaves the original
-% definitions of |\ttfamily| and |\texttt{}| unchanged.
+% \item [OriginalTypewriter=true (false)] prevents any
+% customisation of |\ttfamily| and |\texttt{}| in French.
% \item [LowercaseSuperscripts=false (true)]; by default \frenchb{}
% inhibits the uppercasing of superscripts (for instance when
% they are moved to page headers). Making this option
@@ -677,8 +678,9 @@
% \item \frenchb{} no longer loads \file{frenchb.cfg}:
% customisation should definitely be done using \fbsetup{}
% options.
-% \item Description lists labels are now indented; set
-% |\listendentFB=0pt| to get the former layout.
+% \item Description lists labels are now indented; try setting
+% |\descindentFB=0pt| (or |\listindentFB=0pt| for all lists)
+% in the preamble if you don't like it.
% \item The last but not least change affects the (recent)
% LuaTeX-based engines, (this means version 0.76 as included in
% TL2013 and up): active characters are no longer used in French
@@ -1082,14 +1084,14 @@
% a skip (frenchb adds a nobreak penalty before it).}
%
% \changes{v3.2c}{2016/05/14}{Change .16667em to
-% .5\cs{fontdimen2}\cs{font} in \cs{FBthinspace}
-% to get a real thinspace with every font.}
+% .5\cs{fontdimen2}\cs{font} to get in XeTeX and pdfTeX
+% the same spacing as in LuaTeX.}
%
% According to the I.N.\ specifications, the `:' requires an
% inter-word space before it, the other three require just
-% a |\thinspace|. We define |\FBcolonspace| as |\space|
-% (inter-word space) and |\FBthinspace| as |\thinspace| (both
-% are user customisable).
+% a thin space. We define |\FBcolonspace| as |\space|
+% (inter-word space) and |\FBthinspace| as an half inter-word space
+% with no shrink nor stretch, both are user customisable.
% \begin{macrocode}
\newcommand*{\FBcolonspace}{\space}
\newcommand*{\FBthinspace}{\hskip.5\fontdimen2\font \relax}
@@ -1102,9 +1104,12 @@
% \changes{v3.0a}{2014/01/10}{LuaTeX requires dimensions: two new skips
% \cs{FBcolonskip} and \cs{FBthinskip}.}
%
+% \changes{v3.2d}{2016/07/03}{Corrected typo in \cs{FBthinskip}:
+% 1.66672pt changed to 1.6667pt.}
+%
% LuaTeX requires skips instead of commands, so we define
-% |\FBcolonskip| and |\FBthinskip| to hold the specifications
-% (width/stretch/shrink) of |\space| and |\thinspace| for the
+% |\FBcolonskip| and |\FBthinskip| to hold the width/stretch/shrink
+% specifications of |\FBcolonspace| and |\FBthinspace| for the
% |lmr10| font; these parameters will be scaled for the current font
% by the \file{frenchb.lua} script (see how p.~\pageref{lua-scaling}).
% |\FBcolonskip| and |\FBthinskip| are also user customisable.
@@ -1112,7 +1117,7 @@
\newskip\FBcolonskip
\FBcolonskip=3.33pt plus 1.665pt minus 1.11pt \relax
\newskip\FBthinskip
-\FBthinskip=1.66672pt \relax
+\FBthinskip=1.6667pt \relax
% \end{macrocode}
% \end{macro}
% \end{macro}
@@ -1320,7 +1325,7 @@
local thin10 = tex.skip['FBthinskip']
local thinwd = thin10.width/65536/3.33
local thinst = thin10.stretch/65536/1.665
-local thinsh = thin10.shrink/655.36/1.11
+local thinsh = thin10.shrink/65536/1.11
local coln10 = tex.skip['FBcolonskip']
local colnwd = coln10.width/65536/3.33
local colnst = coln10.stretch/65536/1.665
@@ -1373,7 +1378,7 @@
end
% \end{macrocode}
% Let's catch LuaTeX attributes |\FB at spacing|, |\FB at addDPspace|
-% and |\FB at addGUILspace|. Constant |FR=lang.id(french)| will be
+% and |\FB at addGUILspace|. Constant |FR=lang.id(french)| is
% defined by command |\activate at luatexpunct|.
% \begin{macrocode}
local FBspacing = luatexbase.attributes['FB at spacing']
@@ -2100,7 +2105,7 @@
% is added before the four |; : ! ?| characters, even if
% \fbo{AutoSpacePunctuation} is \fbo{true}. When
% \fbo{AutoSpacePunctuation} is \fbo{false}, the eventually typed
-% spaces are left unchanged (not turned into thinspaces, no penalty
+% spaces are left unchanged (not turned into thin spaces, no penalty
% added). |\rmfamily| and |\sffamily| need to be redefined also
% (|\ttfamily| is not always used inside a group, its effect can be
% cancelled by |\rmfamily| or |\sffamily|).
@@ -2882,11 +2887,11 @@
% \subsection{Formatting numbers}
% \label{ssec-numbers}
%
+% \begin{macro}{\StandardMathComma}
% \begin{macro}{\DecimalMathComma}
-% \begin{macro}{\StandardMathComma}
% As mentioned in the \TeX{}book p.~134, the comma is of type
% |\mathpunct| in math mode: it is automatically followed by a
-% space. This is convenient in lists and intervals but
+% thin space. This is convenient in lists and intervals but
% unpleasant when the comma is used as a decimal separator
% in French: it has to be entered as |{,}|.
% |\DecimalMathComma| makes the comma be an ordinary character
@@ -2893,23 +2898,54 @@
% (of type |\mathord|) in French \emph{only} (no space added);
% |\StandardMathComma| switches back to the standard behaviour
% of the comma.
+%
+% \changes{v3.2e}{2017/01/09}{\cs{DecimalMathComma} didn’t work
+% with LuaTeX. Fixed now.}
+%
+% Unfortunately, |\newcount| inside |\if| breaks Plain formats.
% \begin{macrocode}
+\newcount\mc at charclass
+\newcount\mc at charfam
+\newcount\mc at charslot
\newcount\std at mcc
\newcount\dec at mcc
-\std at mcc=\mathcode`\,
-\dec at mcc=\std at mcc
-\@tempcnta=\std at mcc
-\divide\@tempcnta by "1000
-\multiply\@tempcnta by "1000
-\advance\dec at mcc by -\@tempcnta
-\newcommand*{\DecimalMathComma}{\iflanguage{french}%
- {\mathcode`\,=\dec at mcc}{}%
- \FB at addto{extras}{\mathcode`\,=\dec at mcc}%
+\ifFBLuaTeX
+ \mc at charclass=\Umathcharclass`\,
+\else
+ \std at mcc=\mathcode`\,
+ \dec at mcc=\std at mcc
+ \@tempcnta=\std at mcc
+ \divide\@tempcnta by "1000
+ \multiply\@tempcnta by "1000
+ \advance\dec at mcc by -\@tempcnta
+\fi
+\newcommand*{\dec at math@comma}{%
+ \ifFBLuaTeX
+ \mc at charfam=\Umathcharfam`\,
+ \mc at charslot=\Umathcharslot`\,
+ \Umathcode`\,= 0 \mc at charfam \mc at charslot
+ \else
+ \mathcode`\,=\dec at mcc
+ \fi
}
-\newcommand*{\StandardMathComma}{\mathcode`\,=\std at mcc
- \FB at addto{extras}{\mathcode`\,=\std at mcc}%
+\newcommand*{\std at math@comma}{%
+ \ifFBLuaTeX
+ \mc at charfam=\Umathcharfam`\,
+ \mc at charslot=\Umathcharslot`\,
+ \Umathcode`\,= \mc at charclass \mc at charfam \mc at charslot
+ \else
+ \mathcode`\,=\std at mcc
+ \fi
}
-\FB at addto{noextras}{\mathcode`\,=\std at mcc}
+\newcommand*{\DecimalMathComma}{%
+ \iflanguage{french}{\dec at math@comma}{}%
+ \FB at addto{extras}{\dec at math@comma}%
+}
+\newcommand*{\StandardMathComma}{%
+ \std at math@comma
+ \FB at addto{extras}{\std at math@comma}%
+}
+\FB at addto{noextras}{\std at math@comma}
% \end{macrocode}
% \end{macro}
% \end{macro}
@@ -4426,10 +4462,11 @@
% \end{macro}
%
% \begin{macro}{\listindentFB}
+% \begin{macro}{\descindentFB}
% \begin{macro}{\labelwidthFB}
-% Let's define two lengths |\listindentFB| and |\labelwidthFB| to
-% customise lists' horizontal indentations. They are given
-% silly values here ($-1$\,pt) in order to eventually
+% Let's define three lengths |\listindentFB|, |\descindentFB| and
+% |\labelwidthFB| to customise lists' horizontal indentations.
+% They are given silly values here ($-1$\,pt) in order to eventually
% enable their customisation in the preamble. They will get
% reasonnable defaults later when entering French (see
% |\bbl at frenchlabelitems|) unless they have been customised.
@@ -4436,12 +4473,18 @@
% \begin{macrocode}
\newlength\listindentFB
\setlength{\listindentFB}{-1pt}
+\newlength\descindentFB
+\setlength{\descindentFB}{-1pt}
\newlength\labelwidthFB
\setlength{\labelwidthFB}{-1pt}
% \end{macrocode}
% \end{macro}
% \end{macro}
+% \end{macro}
%
+% \changes{v3.2e}{2016/10/28}{Add missing redefinitions for
+% \cs{leftmarginv}, \cs{leftmarginvi}. Suggested by J.F. Burnol.}
+%
% \begin{macro}{\FB at listHsettings}
% \begin{macro}{\leftmarginFB}
% |\FB at listHsettings| holds the new horizontal settings chosen for
@@ -4453,12 +4496,11 @@
\def\FB at listHsettings{%
\leftmarginFB\labelwidthFB
\advance\leftmarginFB \labelsep
- \leftmargini\leftmarginFB
+ \bbl at for\FB at dp {1, 2, 3, 4, 5, 6}%
+ {\csname leftmargin\romannumeral\FB at dp\endcsname \leftmarginFB}%
\advance\leftmargini \listindentFB
- \leftmarginii\leftmarginFB
- \leftmarginiii\leftmarginFB
- \leftmarginiv\leftmarginFB
- \leftmargin\csname leftmargin\romannumeral\the\@listdepth\endcsname
+ \leftmargin\csname leftmargin\ifnum\@listdepth=\@ne i\else
+ ii\fi\endcsname
}
% \end{macrocode}
% \end{macro}
@@ -4538,6 +4580,9 @@
\setlength{\listindentFB}{\parindent}%
\fi
\fi
+ \ifdim\descindentFB<\z@
+ \setlength{\descindentFB}{\listindentFB}%
+ \fi
}
% \end{macrocode}
%
@@ -4569,13 +4614,21 @@
% \changes{v2.6b}{2013/02/10}{Settings of \cs{FB at listHsettings} should
% apply to description lists too.}
%
-% \changes{v3.0a}{2014/02/28}{Add \cs{listindentFB} to
+% \changes{v3.0a}{2014/02/28}{Added \cs{listindentFB} to
% \cs{itemindent}. Suggested by Denis Bitouzé.}
%
-% Same tuning for the \env{description} environment (see the
-% original definition in \file{classes.dtx}). Customisable
-% |\listindentFB| added to |\itemindent| (first level only).
+% \changes{v3.2d}{2014/07/01}{Changed \cs{listindentFB} to
+% \cs{descindentFB} which defaults to \cs{listindentFB}.
+% \cs{leftmargini} reduced when \cs{descindentFB} is null.}
%
+% Same tuning for the \env{description} environment (see
+% \file{classes.dtx} for the original definition).
+% Customisable length |\descindentFB|, which defaults to
+% |\listindentFB|, is added to |\itemindent| (first level only).
+% When |\descindentFB=0pt| (1rst level labels start at the left
+% margin), |\leftmargini| is reduced to |\listindentFB| instead
+% of |\listindentFB| + |\leftmarginFB|.
+%
% \begin{macrocode}
\def\descriptionFB{%
\list{}{\FB at listHsettings
@@ -4582,7 +4635,15 @@
\labelwidth\z@
\itemindent-\leftmargin
\ifnum\@listdepth=1
- \advance\itemindent by \listindentFB
+ \ifdim\descindentFB=\z@
+ \ifdim\listindentFB>\z@
+ \leftmargini\listindentFB
+ \leftmargin\leftmargini
+ \itemindent-\leftmargin
+ \fi
+ \else
+ \advance\itemindent by \descindentFB
+ \fi
\fi
\let\makelabel\descriptionlabel}%
}
Modified: trunk/Master/texmf-dist/source/generic/babel-french/frenchb.ins
===================================================================
--- trunk/Master/texmf-dist/source/generic/babel-french/frenchb.ins 2017-01-10 22:27:42 UTC (rev 42918)
+++ trunk/Master/texmf-dist/source/generic/babel-french/frenchb.ins 2017-01-10 22:28:04 UTC (rev 42919)
@@ -3,7 +3,7 @@
%% driver files from the doc files in this package when run through
%% LaTeX or TeX.
%%
-%% Copyright 2001-2016 Daniel Flipo. All rights reserved.
+%% Copyright 2001-2017 Daniel Flipo. All rights reserved.
%%
%% This file is part of the Babel system, release 3.9.
%% ---------------------------------------------------
@@ -14,7 +14,7 @@
%%
%% --------------- start of docstrip commands ------------------
%%
-\def\filedate{2016/01/02}
+\def\filedate{2017/01/09}
\def\batchfile{frenchb.ins}
\input docstrip.tex
@@ -67,7 +67,7 @@
This is a generated file.
-Copyright 2001-2016 Daniel Flipo. All rights reserved.
+Copyright 2001-2017 Daniel Flipo. All rights reserved.
This file is part of the Babel system, release 3.9.
---------------------------------------------------
Modified: trunk/Master/texmf-dist/tex/generic/babel-french/frenchb.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel-french/frenchb.ldf 2017-01-10 22:27:42 UTC (rev 42918)
+++ trunk/Master/texmf-dist/tex/generic/babel-french/frenchb.ldf 2017-01-10 22:28:04 UTC (rev 42919)
@@ -33,11 +33,11 @@
%% extension .ins) which are part of the distribution.
%%
\ProvidesLanguage{frenchb}
- [2016/05/14 v3.2c French support from the babel system]
+ [2017/01/10 v3.2e French support from the babel system]
%%
%% File `frenchb.ldf'
%% Babel package for LaTeX version 2e
-%% Copyright © 1996 - 2016
+%% Copyright © 1996 - 2017
%% by Daniel Flipo <daniel (dot) flipo (at) free (dot) fr>
%%
\chardef\atcatcode=\catcode`\@
@@ -203,7 +203,7 @@
\newskip\FBcolonskip
\FBcolonskip=3.33pt plus 1.665pt minus 1.11pt \relax
\newskip\FBthinskip
-\FBthinskip=1.66672pt \relax
+\FBthinskip=1.6667pt \relax
\newif\ifFB at spacing \FB at spacingtrue
\newcommand*{\FB at spacing@on}{%
\ifFB at luatex@punct
@@ -749,22 +749,48 @@
\newcommand*{\degres}{%
\leavevmode\hbox to 0.3em{\hss\degre\hss}}
\fi
+\newcount\mc at charclass
+\newcount\mc at charfam
+\newcount\mc at charslot
\newcount\std at mcc
\newcount\dec at mcc
-\std at mcc=\mathcode`\,
-\dec at mcc=\std at mcc
-\@tempcnta=\std at mcc
-\divide\@tempcnta by "1000
-\multiply\@tempcnta by "1000
-\advance\dec at mcc by -\@tempcnta
-\newcommand*{\DecimalMathComma}{\iflanguage{french}%
- {\mathcode`\,=\dec at mcc}{}%
- \FB at addto{extras}{\mathcode`\,=\dec at mcc}%
+\ifFBLuaTeX
+ \mc at charclass=\Umathcharclass`\,
+\else
+ \std at mcc=\mathcode`\,
+ \dec at mcc=\std at mcc
+ \@tempcnta=\std at mcc
+ \divide\@tempcnta by "1000
+ \multiply\@tempcnta by "1000
+ \advance\dec at mcc by -\@tempcnta
+\fi
+\newcommand*{\dec at math@comma}{%
+ \ifFBLuaTeX
+ \mc at charfam=\Umathcharfam`\,
+ \mc at charslot=\Umathcharslot`\,
+ \Umathcode`\,= 0 \mc at charfam \mc at charslot
+ \else
+ \mathcode`\,=\dec at mcc
+ \fi
}
-\newcommand*{\StandardMathComma}{\mathcode`\,=\std at mcc
- \FB at addto{extras}{\mathcode`\,=\std at mcc}%
+\newcommand*{\std at math@comma}{%
+ \ifFBLuaTeX
+ \mc at charfam=\Umathcharfam`\,
+ \mc at charslot=\Umathcharslot`\,
+ \Umathcode`\,= \mc at charclass \mc at charfam \mc at charslot
+ \else
+ \mathcode`\,=\std at mcc
+ \fi
}
-\FB at addto{noextras}{\mathcode`\,=\std at mcc}
+\newcommand*{\DecimalMathComma}{%
+ \iflanguage{french}{\dec at math@comma}{}%
+ \FB at addto{extras}{\dec at math@comma}%
+}
+\newcommand*{\StandardMathComma}{%
+ \std at math@comma
+ \FB at addto{extras}{\std at math@comma}%
+}
+\FB at addto{noextras}{\std at math@comma}
\newcommand*{\nombre}[1]{{#1}\fb at warning{*** \noexpand\nombre
no longer formats numbers\string! ***}}
\let\FBstop at here\relax
@@ -1508,6 +1534,8 @@
\newcommand*{\Frlabelitemiv}{\FrenchLabelItem}
\newlength\listindentFB
\setlength{\listindentFB}{-1pt}
+\newlength\descindentFB
+\setlength{\descindentFB}{-1pt}
\newlength\labelwidthFB
\setlength{\labelwidthFB}{-1pt}
\newlength\leftmarginFB
@@ -1514,12 +1542,11 @@
\def\FB at listHsettings{%
\leftmarginFB\labelwidthFB
\advance\leftmarginFB \labelsep
- \leftmargini\leftmarginFB
+ \bbl at for\FB at dp {1, 2, 3, 4, 5, 6}%
+ {\csname leftmargin\romannumeral\FB at dp\endcsname \leftmarginFB}%
\advance\leftmargini \listindentFB
- \leftmarginii\leftmarginFB
- \leftmarginiii\leftmarginFB
- \leftmarginiv\leftmarginFB
- \leftmargin\csname leftmargin\romannumeral\the\@listdepth\endcsname
+ \leftmargin\csname leftmargin\ifnum\@listdepth=\@ne i\else
+ ii\fi\endcsname
}
\def\FB at itemizesettings{%
\ifFBReduceListSpacing
@@ -1566,6 +1593,9 @@
\setlength{\listindentFB}{\parindent}%
\fi
\fi
+ \ifdim\descindentFB<\z@
+ \setlength{\descindentFB}{\listindentFB}%
+ \fi
}
\def\enumerateFB{%
\ifnum \@enumdepth >\thr@@\@toodeep\else
@@ -1584,7 +1614,15 @@
\labelwidth\z@
\itemindent-\leftmargin
\ifnum\@listdepth=1
- \advance\itemindent by \listindentFB
+ \ifdim\descindentFB=\z@
+ \ifdim\listindentFB>\z@
+ \leftmargini\listindentFB
+ \leftmargin\leftmargini
+ \itemindent-\leftmargin
+ \fi
+ \else
+ \advance\itemindent by \descindentFB
+ \fi
\fi
\let\makelabel\descriptionlabel}%
}
Modified: trunk/Master/texmf-dist/tex/generic/babel-french/frenchb.lua
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel-french/frenchb.lua 2017-01-10 22:27:42 UTC (rev 42918)
+++ trunk/Master/texmf-dist/tex/generic/babel-french/frenchb.lua 2017-01-10 22:28:04 UTC (rev 42919)
@@ -1,7 +1,7 @@
--
--- File `frenchb.lua' generated from frenchb.dtx [2016/05/14 v3.2c]
+-- File `frenchb.lua' generated from frenchb.dtx [2017/01/10 v3.2e]
--
--- Copyright © 2014-2016 Daniel Flipo
+-- Copyright © 2014-2017 Daniel Flipo
-- <daniel (dot) flipo (at) free (dot) fr>
-- License LPPL: see frenchb.ldf.
--
@@ -48,7 +48,7 @@
local thin10 = tex.skip['FBthinskip']
local thinwd = thin10.width/65536/3.33
local thinst = thin10.stretch/65536/1.665
-local thinsh = thin10.shrink/655.36/1.11
+local thinsh = thin10.shrink/65536/1.11
local coln10 = tex.skip['FBcolonskip']
local colnwd = coln10.width/65536/3.33
local colnst = coln10.stretch/65536/1.665
More information about the tex-live-commits
mailing list