diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/interfaces/interfaces-truncate.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/interfaces/interfaces-truncate.sty | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/interfaces/interfaces-truncate.sty b/Master/texmf-dist/tex/latex/interfaces/interfaces-truncate.sty index 14ca9cb6b98..d3e3c069d44 100644 --- a/Master/texmf-dist/tex/latex/interfaces/interfaces-truncate.sty +++ b/Master/texmf-dist/tex/latex/interfaces/interfaces-truncate.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% interfaces : 2010/11/16 v2.2 - interfaces : interfaces with keys for other packages (FC) +%% interfaces : 2010/11/21 v2.3 - interfaces : interfaces with keys for other packages (FC) %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -38,8 +38,7 @@ %% interfaces-umrand.sty, %% interfaces-scrlfile.sty, %% interfaces-pgfkeys.sty, -%% interfaces-etoolbox.sty, -%% interfaces-fancyvrb.sty +%% interfaces-etoolbox.sty %% %% interfaces: interfaces with keys for other packages (FC) %% Copyright (C) 2010 by Florent Chervet <florent.chervet@free.fr> @@ -58,7 +57,7 @@ \newrobustcmd\htruncadjust[1]{\@testopt {\itf@htruncadjust{#1}}{}% }% \htruncadjust -\long\def\itf@htruncadjust#1[#2]#3{% #1=total width, #2=[x_1,...,x_n], #3=text_1,...,text_n +\long\def\itf@htruncadjust#1[#2]#3{%#1=total width, #2=[x_1..x_n], #3=text_1..text_n \begingroup \let\itf@trunc@width\@empty \let\itf@istruncated\@gobble % to remove the first comma @@ -83,7 +82,7 @@ \advance\count@\@ne \dimendef\itf@freespace=\count@ \advance\count@\@ne \dimendef\itf@tempdim=\count@ \advance\count@\@ne \dimendef\itf@sum=\count@ - \count@\z@ %%dimen0=\the\dimen@\quad\number\dimen@\par + \count@\z@ \itf@freespace\z@ % free space left when w_i < x_i/sum(x_i) * total \@for\x:=#3\do{% \advance \count@ \@ne |