texlive[53522] Master/texmf-dist/tex/generic/tex4ht: plain text \TeX

commits+karl at tug.org commits+karl at tug.org
Fri Jan 24 00:57:53 CET 2020


Revision: 53522
          http://tug.org/svn/texlive?view=revision&revision=53522
Author:   karl
Date:     2020-01-24 00:57:53 +0100 (Fri, 24 Jan 2020)
Log Message:
-----------
plain text \TeX and \LaTeX by default; default line-height; fontspec fix; tex4ht r653-656

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=653

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage-fontspec.4ht

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2020-01-23 21:58:36 UTC (rev 53521)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2020-01-23 23:57:53 UTC (rev 53522)
@@ -1,4 +1,4 @@
-% html4.4ht (2019-12-17-15:48), generated from tex4ht-html4.tex
+% html4.4ht (2020-01-23-15:53), 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-12-17-15:48}
+\immediate\write-1{version 2020-01-23-15:53}
 
 \exit:ifnot{8859-6,% 
 CJK,% 
@@ -1133,6 +1133,7 @@
 \Css{p + div, p + pre {margin-top:1em;}}
 \Css{div + p, pre + p {margin-top:1em;}}
 }
+\Css{body{line-height:1.5;}}
 \NewConfigure{!BODY}[1]{\expandafter\concat:config
   \csname a:!BODY\endcsname{#1}}
 \expandafter\let\csname a:!BODY\endcsname\relax
@@ -3086,12 +3087,17 @@
 \ifx\bf\:UnDef
    \def\bf{\normalfont\bfseries}
 \fi
+\:CheckOption{fancylogo}\if:Option
 \def\TeX{\HCode{<span class="TEX">}T\HCode{<span\Hnewline
      class="E">}E\HCode{</span>}X\HCode{</span>}}
 \Css{span.TEX {letter-spacing: -0.125em; }}
 \Css{span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;}}
 \Css{a span.TEX span.E {text-decoration: none; }}
+\else
+\def\TeX{TeX}
+\fi
 
+\:CheckOption{fancylogo}\if:Option
 \def\:temp{\HCode{<span class="LATEX">}L\HCode{<span
    class="A">}A\HCode{</span>}\TeX\HCode{</span>}}
 \HLet\LaTeX\:temp
@@ -3102,6 +3108,10 @@
 \Css{span.LATEX span.A{ position:relative; top:-0.5ex;
    left:-0.4em; font-size:85\%;}}
 \Css{span.LATEX span.TEX{ position:relative; left: -0.4em; }}
+\else
+\def\LaTeX{LaTeX}
+\def\LaTeXe{LaTeX2e}
+\fi
 \Configure{@TITLE}{\def\LaTeX{LaTeX}\let\fontencoding\:gobble
   \let\fontfamily\:gobble \let\fontseries\:gobble
   \let\fontshape\:gobble  \let\usefont\:gobbleIV  }
@@ -20044,11 +20054,15 @@
 \fi
 
 
+\:CheckOption{fancylogo}\if:Option
 \def\TeX{\HCode{<span class="TEX">}T\HCode{<span\Hnewline
      class="E">}E\HCode{</span>}X\HCode{</span>}}
 \Css{span.TEX {letter-spacing: -0.125em; }}
 \Css{span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;}}
 \Css{a span.TEX span.E {text-decoration: none; }}
+\else
+\def\TeX{TeX}
+\fi
 
 \Configure{underline}
    {\HCode{<span class="underline">}\hbox\bgroup \:gobble}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage-fontspec.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage-fontspec.4ht	2020-01-23 21:58:36 UTC (rev 53521)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage-fontspec.4ht	2020-01-23 23:57:53 UTC (rev 53522)
@@ -1,4 +1,4 @@
-% usepackage-fontspec.4ht (2018-05-09-14:47), generated from tex4ht-4ht.tex
+% usepackage-fontspec.4ht (2020-01-23-15:52), generated from tex4ht-4ht.tex
 % Copyright 2017 TeX Users Group
 %
 % This work may be distributed and/or modified under the
@@ -16,7 +16,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2018-05-09-14:47}
+\immediate\write-1{version 2020-01-23-15:52}
 
 \:dontusepackage{fontenc}
 \ifdefined\XeTeXversion%
@@ -31,6 +31,7 @@
 \AtEndOfPackage{%
   \tl_gset:Nx \l__fontspec_nfss_enc_tl {T1}
   \tl_gset:Nx \g_fontspec_encoding_tl {T1}
+  \tl_gset:Nx \l__fontspec_ttfamily_encoding_tl {T1}
   \seq_new:N \fontspec_ht_scripts
   \seq_new:N \fontspec_ht_fontfamilies
   \ifdefined\XeTeXversion



More information about the tex-live-commits mailing list