[tex4ht-commits] [SCM] tex4ht updated: r989 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Mon Oct 4 11:35:17 CEST 2021
Author: michal_h21
Date: 2021-10-04 09:35:17 +0000 (Mon, 04 Oct 2021)
New Revision: 989
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Added support for the \includegraphics alt key
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-09-28 21:06:02 UTC (rev 988)
+++ trunk/lit/ChangeLog 2021-10-04 09:35:17 UTC (rev 989)
@@ -1,3 +1,9 @@
+2021-10-04 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (graphicx.4ht): added support for the \includegraphics alt
+ key.
+ https://github.com/latex3/latex2e/issues/651
+
2021-09-28 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): support for change of booktabs rule colors.
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2021-09-28 21:06:02 UTC (rev 988)
+++ trunk/lit/tex4ht-4ht.tex 2021-10-04 09:35:17 UTC (rev 989)
@@ -26024,6 +26024,7 @@
\EndVerbatim
+
Fix for XeTeX graphics - PDF inclusion doesn't work with the default driver,
dvips needs to be used instead
@@ -26077,6 +26078,12 @@
>>>
+Support for the alt key of \Verb!\includegraphics! command.
+
+\<fix graphicx\><<<
+\define at key{Gin}{alt}{\Configure{GraphicsAlt}{#1}}
+>>>
+
The calc package redefined \`'\setlength' to allow expressions of the
form `\Verb!width=.625\textwidth+5mm!'. The macros \`'Gin at ewidth' and
\`'Gin at eheight' allow such values. Hence, for such macros, we should
More information about the tex4ht-commits
mailing list.