summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-12 21:54:22 +0000
committerKarl Berry <karl@freefriends.org>2022-01-12 21:54:22 +0000
commit51c76bd00f0afd18d79753374d24aee52252ad62 (patch)
tree11a6aad691e85e42a8c6a5c718414a0a25ade90f /Master/texmf-dist/source/generic/tex4ht
parent518f8d90ebff0c2828a0a7bedc75666822ce7327 (diff)
declare GraphicsAlt, tex4ht r1055
git-svn-id: svn://tug.org/texlive/trunk@61590 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex3
2 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index c622871995b..0507080b417 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,9 @@
+2022-01-12 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-4ht.tex (usepackage.4ht, unicode-math-hooks.4ht): added
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index ece2d419ea7..0f0bcda1293 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
@@ -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 @@ dvips needs to be used instead
Support for the alt key of \Verb!\includegraphics! command.
\<fix graphicx\><<<
+\NewConfigure{GraphicsAlt}{1}
\define@key{Gin}{alt}{\Configure{GraphicsAlt}{#1}}
>>>