From bb1788335b7c394ee980b7b6f12b81f5223bbd63 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 9 Mar 2024 03:04:53 +0000 Subject: CTAN sync 202403090304 --- support/TeX4ht/source/ChangeLog | 5 +++++ support/TeX4ht/source/tex4ht-4ht.tex | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'support/TeX4ht') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index a464b4218f..e7d69a72b7 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,8 @@ +2024-03-07 Michal Hoftich + + * 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 * tex4ht-4ht.tex (multibib.4ht, multibib-hooks.4ht): fixed clashes diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index 84bc452c39..53ecd910d2 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1487 2024-03-05 16:54:42Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1488 2024-03-07 14:22:22Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2024 TeX Users Group @@ -27969,6 +27969,7 @@ other drivers, it would result in a compilation error. \ifx\Gin@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}{} -- cgit v1.2.3