texlive[52416] Master/texmf-dist/tex/generic/tex4ht/html4.4ht:
commits+karl at tug.org
commits+karl at tug.org
Thu Oct 17 00:10:39 CEST 2019
Revision: 52416
http://tug.org/svn/texlive?view=revision&revision=52416
Author: karl
Date: 2019-10-17 00:10:39 +0200 (Thu, 17 Oct 2019)
Log Message:
-----------
beginning of paragraph + fontspec fix, tex4ht r613
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=613
Modified Paths:
--------------
trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht 2019-10-16 22:06:26 UTC (rev 52415)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht 2019-10-16 22:10:39 UTC (rev 52416)
@@ -1,4 +1,4 @@
-% html4.4ht (2019-09-29-14:18), generated from tex4ht-html4.tex
+% html4.4ht (2019-10-16-14:57), generated from tex4ht-html4.tex
% Copyright 2009-2019 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 2019-09-29-14:18}
+\immediate\write-1{version 2019-10-16-14:57}
\exit:ifnot{8859-6,%
CJK,%
@@ -3021,7 +3021,9 @@
{</tr>}
\Configure{putHBorder}{\HCode{\HBorder}}
\HAssign\Next:TableNo0 \global\let\TableNo=\Next:TableNo
-\Css{.hline hr, .cline hr{ height : 1px; margin:0px; }}
+\Css{.hline hr, .cline hr{ height : 0px; margin:0px; }}
+\Css{.hline td, .cline td{ padding: 0; }}
+\Css{.hline hr, .cline hr{border:none;border-top:1px solid black;}}
\def\putVBorder{\expandafter\put:VBorder\VBorder</>!*?: }
\def\put:VBorder#1</#2>#3!*?: {\def\:temp{#2}\ifx\:temp\empty
\HCode{\VBorder}%
@@ -20919,7 +20921,9 @@
{</tr>}
\Configure{putHBorder}{\HCode{\HBorder}}
\HAssign\Next:TableNo0 \global\let\TableNo=\Next:TableNo
-\Css{.hline hr, .cline hr{ height : 1px; margin:0px; }}
+\Css{.hline hr, .cline hr{ height : 0px; margin:0px; }}
+\Css{.hline td, .cline td{ padding: 0; }}
+\Css{.hline hr, .cline hr{border:none;border-top:1px solid black;}}
\def\putVBorder{\expandafter\put:VBorder\VBorder</>!*?: }
\def\put:VBorder#1</#2>#3!*?: {\def\:temp{#2}\ifx\:temp\empty
\HCode{\VBorder}%
@@ -39704,9 +39708,9 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{fontspec}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{textit}{\Tg<i>}{\Tg</i>}
-\Configure{textbf}{\Tg<strong>}{\Tg</strong>}
-\Configure{textsc}{\Tg<span class="small-caps">}{\Tg</span>}
+ \Configure{textit}{\HCode{<i>}\NoFonts}{\EndNoFonts\Tg</i>}
+\Configure{textbf}{\HCode{<strong>}\NoFonts}{\EndNoFonts\Tg</strong>}
+\Configure{textsc}{\HCode{<span class="small-caps">}\NoFonts}{\EndNoFonts\Tg</span>}
\Css{.small-caps{font-variant: small-caps;}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex-live-commits
mailing list