summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-11-01 20:48:09 +0000
committerKarl Berry <karl@freefriends.org>2023-11-01 20:48:09 +0000
commiteff7c776ae8a1dd1d2eca229f15a811c42edf9f9 (patch)
tree75da9fbd68205b0506f31c1accb94f44de8ee9bd /Master/texmf-dist/tex
parent7888ea6606132ba347b147f1d3d3e02122e607cc (diff)
decimal points and p-width option, tex4ht r1401
git-svn-id: svn://tug.org/texlive/trunk@68722 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html4.4ht8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
index b8f0a49440c..f3b83cf1f2a 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
@@ -1,4 +1,4 @@
-% html4.4ht (2023-10-31-12:28), generated from tex4ht-html4.tex
+% html4.4ht (2023-11-01-13:29), generated from tex4ht-html4.tex
% Copyright 2009-2023 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2023-10-31-12:28}
+\immediate\write-1{version 2023-11-01-13:29}
\exit:ifnot{8859-6,%
CJK,%
@@ -3402,12 +3402,14 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
use the command line option `fonts'}
\fi
\:CheckOption{p-width} \if:Option
+ \ExplSyntaxOn
\Configure{HColWidth}
{\ifnum\HRow=1% output CSS only on the first row, to prevent duplication
- \tmp:dim=\HColWidth \divide\tmp:dim by \f@size\relax
+ \tmp:dim=\fp_to_dim:n{\dim_to_fp:n{\HColWidth}/\f@size}
\Css{\#TBL-\TableNo\space td:nth-child(\HCol)% CSS selects ID of the current table column
{width:\strip@pt\tmp:dim em;}}
\fi}
+ \ExplSyntaxOff
\else
\Log:Note{for width specifications of tabular p entries, use
the `p-width' command line option or a configuration similar