texlive[72996] Master/texmf-dist: \Xe(La)TeX with metalogo, tex4ht

commits+karl at tug.org commits+karl at tug.org
Thu Nov 28 22:43:43 CET 2024


Revision: 72996
          https://tug.org/svn/texlive?view=revision&revision=72996
Author:   karl
Date:     2024-11-28 22:43:42 +0100 (Thu, 28 Nov 2024)
Log Message:
-----------
\Xe(La)TeX with metalogo, tex4ht r1605

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1605

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/generic/tex4ht/metalogo.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-11-28 21:25:35 UTC (rev 72995)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-11-28 21:43:42 UTC (rev 72996)
@@ -1,3 +1,8 @@
+2024-11-28  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (metalogo.4ht): fixed rendering of \XeTeX and
+	\XeLaTeX with the Metalogo package.
+
 2024-11-27  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (fvextra.4ht): disable redefinition of Fancyvrb's

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex	2024-11-28 21:25:35 UTC (rev 72995)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex	2024-11-28 21:43:42 UTC (rev 72996)
@@ -1,4 +1,4 @@
-% $Id: mktex4ht-cnf.tex 1604 2024-11-27 11:56:23Z michal_h21 $
+% $Id: mktex4ht-cnf.tex 1605 2024-11-28 14:57:28Z michal_h21 $
 % Manually-maintained file, listing *.4ht files created by tex4ht-4ht.tex.
 % Read by tex4ht-cond4ht.
 %
@@ -43,6 +43,7 @@
 \AddFile{9}{hypcap}
 \AddFile{9}{draftwatermark}
 \AddFile{9}{draftwatermark-hooks}
+\AddFile{9}{metalogo}
 \AddFile{8}{fleqn}
 \AddFile{7}{supertabular}
 \AddFile{7}{array}

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2024-11-28 21:25:35 UTC (rev 72995)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2024-11-28 21:43:42 UTC (rev 72996)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1604 2024-11-27 11:56:23Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1605 2024-11-28 14:57:28Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2024 TeX Users Group    
@@ -6710,6 +6710,37 @@
 }
 >>>
 
+%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{metalogo}
+%%%%%%%%%%%%%%%%%%%%%%%%
+
+\<metalogo.4ht\><<< 
+% metalogo.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|> 
+
+|<metalogo xetex|>
+
+\Hinput{metalogo} 
+\endinput
+>>> \AddFile{9}{metalogo}
+
+The metalogo package provides alternative formatting for various variants 
+of the \''\TeX' command. They mostly work out of the box, but in the 
+case of XeTeX and XeLaTeX, they produce rubbish. So we will redefine them. 
+
+\<metalogo xetex\><<<
+\NewConfigure{XeLaTeX}{1}
+\Configure{XeLaTeX}{Xe\LaTeX}
+\def\:tempa{\a:XeLaTeX}
+\HLet\XeLaTeX\:tempa
+
+\NewConfigure{XeTeX}{1}
+\Configure{XeTeX}{Xe\TeX}
+\def\:tempa{\a:XeTeX}
+\HLet\XeTeX\:tempa
+>>>
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
 \Chapter{Miscellaneous Environments}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  

Added: trunk/Master/texmf-dist/tex/generic/tex4ht/metalogo.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/metalogo.4ht	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/metalogo.4ht	2024-11-28 21:43:42 UTC (rev 72996)
@@ -0,0 +1,35 @@
+% metalogo.4ht (2024-11-28-13:39), generated from tex4ht-4ht.tex
+% Copyright 2024 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+%   http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2024-11-28-13:39}
+
+
+\NewConfigure{XeLaTeX}{1}
+\Configure{XeLaTeX}{Xe\LaTeX}
+\def\:tempa{\a:XeLaTeX}
+\HLet\XeLaTeX\:tempa
+
+\NewConfigure{XeTeX}{1}
+\Configure{XeTeX}{Xe\TeX}
+\def\:tempa{\a:XeTeX}
+\HLet\XeTeX\:tempa
+
+
+\Hinput{metalogo}
+\endinput
+


Property changes on: trunk/Master/texmf-dist/tex/generic/tex4ht/metalogo.4ht
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the tex-live-commits mailing list.