diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp-convert.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3fp-convert.dtx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp-convert.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp-convert.dtx index 7bb9f89a507..10cf4d2d03b 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3fp-convert.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3fp-convert.dtx @@ -36,7 +36,7 @@ % %<*driver> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3fp-convert.dtx 4234 2012-09-26 09:43:31Z bruno $ +\GetIdInfo$Id: l3fp-convert.dtx 4339 2012-11-24 19:16:43Z joseph $ {L3 Floating-point conversion} \documentclass[full]{l3doc} \begin{document} @@ -404,8 +404,8 @@ % { % \@@_from_dim_test:N, % \@@_from_dim:Nw, -% \@@_from_dim_ii:wNNnnnnnn, -% \@@_from_dim_iii:wnnnnwN, +% \@@_from_dim:wNNnnnnnn, +% \@@_from_dim:wnnnnwN, % } % The dimension expression (which can in fact be a glue expression) is % evaluated, converted to a number (\emph{i.e.}, expressed in scaled @@ -437,12 +437,12 @@ } \cs_new:Npn \@@_from_dim:Nw #1 #2; { - \@@_pack_twice_four:wNNNNNNNN \@@_from_dim_ii:wNNnnnnnn ; + \@@_pack_twice_four:wNNNNNNNN \@@_from_dim:wNNnnnnnn ; #2 000 0000 00 {10}987654321; #1 } -\cs_new:Npn \@@_from_dim_ii:wNNnnnnnn #1; #2#3#4#5#6#7#8#9 - { \@@_from_dim_iii:wnnnnwN #1 {#2#300} {0000} ; } -\cs_new:Npn \@@_from_dim_iii:wnnnnwN #1; #2#3#4#5#6; #7 +\cs_new:Npn \@@_from_dim:wNNnnnnnn #1; #2#3#4#5#6#7#8#9 + { \@@_from_dim:wnnnnwN #1 {#2#300} {0000} ; } +\cs_new:Npn \@@_from_dim:wnnnnwN #1; #2#3#4#5#6; #7 { \@@_mul_npos_o:Nww #7 \s_@@ \@@_chk:w 1 #7 {#5} #1 ; |