texlive[61590] Master/texmf-dist: declare GraphicsAlt, tex4ht r1055

commits+karl at tug.org commits+karl at tug.org
Wed Jan 12 22:54:22 CET 2022


Revision: 61590
          http://tug.org/svn/texlive?view=revision&revision=61590
Author:   karl
Date:     2022-01-12 22:54:22 +0100 (Wed, 12 Jan 2022)
Log Message:
-----------
declare GraphicsAlt, tex4ht r1055

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

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

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-01-12 21:47:55 UTC (rev 61589)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-01-12 21:54:22 UTC (rev 61590)
@@ -1,3 +1,9 @@
+2022-01-12  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (graphicx.4ht): declare GraphicsAlt configuration,
+	in order to support the \includegraphics's alt attribute in other
+	output formats than HTML.
+
 2022-01-11  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (usepackage.4ht, unicode-math-hooks.4ht): added

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-01-12 21:47:55 UTC (rev 61589)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-01-12 21:54:22 UTC (rev 61590)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1054 2022-01-11 12:16:25Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1055 2022-01-12 21:28:48Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2022 TeX Users Group    
@@ -26356,6 +26356,7 @@
 Support for the alt key of \Verb!\includegraphics! command.
 
 \<fix graphicx\><<<
+\NewConfigure{GraphicsAlt}{1}
 \define at key{Gin}{alt}{\Configure{GraphicsAlt}{#1}}
 >>>
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/graphicx.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/graphicx.4ht	2022-01-12 21:47:55 UTC (rev 61589)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/graphicx.4ht	2022-01-12 21:54:22 UTC (rev 61590)
@@ -1,6 +1,6 @@
-% graphicx.4ht (2021-10-04-13:48), generated from tex4ht-4ht.tex
+% graphicx.4ht (2022-01-12-13:53), generated from tex4ht-4ht.tex
 % Copyright 2003-2009 Eitan M. Gurari
-% Copyright 2009-2021 TeX Users Group
+% Copyright 2009-2022 TeX Users Group
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2021-10-04-13:48}
+\immediate\write-1{version 2022-01-12-13:53}
 
    \let\Gin:esetsize\Gin at esetsize
 \def\Gin at esetsize{%
@@ -40,6 +40,7 @@
 \pend:def\Grot at box{\a:rotatebox}
 \append:def\Grot at box{\b:rotatebox}
 
+\NewConfigure{GraphicsAlt}{1}
 \define at key{Gin}{alt}{\Configure{GraphicsAlt}{#1}}
 
 \Hinput{graphicx}

Added: trunk/Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/unicode-math-hooks.4ht	2022-01-12 21:54:22 UTC (rev 61590)
@@ -0,0 +1,25 @@
+% unicode-math-hooks.4ht (2022-01-11-14:12), generated from tex4ht-4ht.tex
+% Copyright 2021 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 2022-01-11-14:12}
+
+\:dontusepackage{unicode-math}
+\RequirePackage{fontspec} % it is loaded by unicode-math
+\NewDocumentCommand \setmathfont { O{} m O{} }{}
+\endinput
+


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


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