diff options
author | Karl Berry <karl@freefriends.org> | 2024-03-07 23:00:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-03-07 23:00:24 +0000 |
commit | cc45dc75cc9491a335c887183ebbdfeed2fefe68 (patch) | |
tree | 14ed45f6e37b40707306eca62c851fa55daaaaa2 /Master/texmf-dist/source/generic | |
parent | bf382b0d2aca619978f309809cf0ae2436559fcd (diff) |
read .xbb for jpeg, tex4ht r1488
git-svn-id: svn://tug.org/texlive/trunk@70488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 5 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index a464b4218f7..e7d69a72b71 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,8 @@ +2024-03-07 Michal Hoftich <michal.h21@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@gmail.com> * tex4ht-4ht.tex (multibib.4ht, multibib-hooks.4ht): fixed clashes diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index 84bc452c391..53ecd910d21 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 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}{} |