[tex4ht-commits] [SCM] tex4ht updated: r1488 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Mar 7 15:22:22 CET 2024
Author: michal_h21
Date: 2024-03-07 14:22:22 +0000 (Thu, 07 Mar 2024)
New Revision: 1488
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
fixed .jpeg support with luatex
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-03-05 16:54:42 UTC (rev 1487)
+++ trunk/lit/ChangeLog 2024-03-07 14:22:22 UTC (rev 1488)
@@ -1,3 +1,8 @@
+2024-03-07 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (graphics.4ht): added rule to read the .xbb file
+ for .jpeg images, to fix image reading errors with LuaTeX.
+
2024-03-05 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (multibib.4ht, multibib-hooks.4ht): fixed clashes
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2024-03-05 16:54:42 UTC (rev 1487)
+++ trunk/lit/tex4ht-4ht.tex 2024-03-07 14:22:22 UTC (rev 1488)
@@ -27969,6 +27969,7 @@
\ifx\Gin at driver\Gin:defaultdriver%
\DeclareGraphicsRule{.png}{bmp}{.xbb}{}
\DeclareGraphicsRule{.jpg}{bmp}{.xbb}{}
+\DeclareGraphicsRule{.jpeg}{bmp}{.xbb}{}
\DeclareGraphicsRule{.gif}{bmp}{.xbb}{}
\DeclareGraphicsRule{.pdf}{bmp}{.xbb}{}
\DeclareGraphicsRule{.svg}{bmp}{.xbb}{}
More information about the tex4ht-commits
mailing list.