texlive[70488] Master/texmf-dist: read .xbb for jpeg, tex4ht r1488
commits+karl at tug.org
commits+karl at tug.org
Fri Mar 8 00:00:24 CET 2024
Revision: 70488
https://tug.org/svn/texlive?view=revision&revision=70488
Author: karl
Date: 2024-03-08 00:00:24 +0100 (Fri, 08 Mar 2024)
Log Message:
-----------
read .xbb for jpeg, tex4ht r1488
Revision Links:
--------------
https://tug.org/svn/texlive?view=revision&revision=1488
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/graphics.4ht
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2024-03-07 22:55:09 UTC (rev 70487)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2024-03-07 23:00:24 UTC (rev 70488)
@@ -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/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2024-03-07 22:55:09 UTC (rev 70487)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2024-03-07 23:00:24 UTC (rev 70488)
@@ -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 @@
\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}{}
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/graphics.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/graphics.4ht 2024-03-07 22:55:09 UTC (rev 70487)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/graphics.4ht 2024-03-07 23:00:24 UTC (rev 70488)
@@ -1,6 +1,6 @@
-% graphics.4ht (2022-03-20-14:29), generated from tex4ht-4ht.tex
+% graphics.4ht (2024-03-07-13:56), generated from tex4ht-4ht.tex
% Copyright 1997-2009 Eitan M. Gurari
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2024 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 2022-03-20-14:29}
+\immediate\write-1{version 2024-03-07-13:56}
\expandafter\let\csname includegraphics \endcsname\includegraphics
@@ -58,6 +58,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 tex-live-commits
mailing list.