diff options
author | Karl Berry <karl@freefriends.org> | 2023-11-09 22:45:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-11-09 22:45:44 +0000 |
commit | d03b7cb55c61ac5b3b7f2d22e1429fe0ef435c4f (patch) | |
tree | 265e17c6789a02013a2db1bb5cde02dce58deef8 /Master/texmf-dist/tex/generic/tex4ht/latex.4ht | |
parent | 48ae35fd25a649352d80a3146ca4c7a84189550d (diff) |
\texttt for \vrb:tt, tex4ht r1404; \refname for scrartcl, tex4ht r1405; do not set array spaces to zero, tex4ht r1406; first rows of tables with p-width, tex4ht r1407
git-svn-id: svn://tug.org/texlive/trunk@68795 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/latex.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/latex.4ht | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht index ebf4c8e07d4..6d3fbeac2c2 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht @@ -1,4 +1,4 @@ -% latex.4ht (2023-10-24-13:47), generated from tex4ht-4ht.tex +% latex.4ht (2023-11-09-13:34), generated from tex4ht-4ht.tex % Copyright 1997-2009 Eitan M. Gurari % Copyright 2009-2023 TeX Users Group % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2023-10-24-13:47} +\immediate\write-1{version 2023-11-09-13:34} \ifx\SaveMkHalignConf:g\:UnDef \else \expandafter\endinput\fi @@ -53,6 +53,7 @@ \let\\\space% \toc:lbl:idx} \def\endMkHalign{\EndMkHalign} +\let\vrb:tt\texttt \def\:protect{\vrb:tt \let\protect\@unexpandable@protect \let\ref\o:ref \more:no @@ -1169,8 +1170,11 @@ $\vcenter \tabcolsep\the\tabcolsep \noexpand\fi }% \fi -\arrayrulewidth\z@ \doublerulesep\z@ -\arraycolsep\z@ \tabcolsep\z@ +% why did we set these variables to zero? it leads to wrong spacing +% in pictures. +% https://puszcza.gnu.org.ua/bugs/?229 +% \arrayrulewidth\z@ \doublerulesep\z@ +% \arraycolsep\z@ \tabcolsep\z@ \Configure{MkHalign} {\@array:a}% {\@array:b\ProperTrTrue}% @@ -2325,7 +2329,7 @@ $\vcenter \expandafter\:temp\usepackage!*?: \def\:tempa{\@latex@e@error} \ifx \:temp\:tempa - % latex209.4ht (2023-10-24-13:47), generated from tex4ht-4ht.tex + % latex209.4ht (2023-11-09-13:34), generated from tex4ht-4ht.tex % Copyright 1997-2009 Eitan M. Gurari % Copyright 2009-2023 TeX Users Group % @@ -2344,7 +2348,7 @@ $\vcenter % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2023-10-24-13:47} +\immediate\write-1{version 2023-11-09-13:34} \let\:fnsymbol\@fnsymbol \def\@fnsymbol#1{{\hbox{$\:fnsymbol{#1}$}}} |