summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-02 22:45:49 +0000
committerKarl Berry <karl@freefriends.org>2023-03-02 22:45:49 +0000
commit6811a5f20776a1b484c5e79e89cc922f1b3ed8d6 (patch)
treeb2da83d221c4655d3ff6a0e8c12adb10d319947b /Master/texmf-dist/source
parent917eb307bd24ddeb198e5e831e3e71a7d7c48106 (diff)
tex4ht r1303 to branch
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@66315 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog5
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex4
2 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 344462e0c06..6e7294edca9 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-02 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): added jpeg to list of supported
+ image formats.
+
2023-02-27 Karl Berry <karl@freefriends.org>
* tex4ht-mathjax.tex: 2023.
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index b519d8e5af3..f76a092fe29 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1291 2023-02-03 12:10:35Z michal_h21 $
+% $Id: tex4ht-html4.tex 1303 2023-03-02 10:52:32Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -14041,7 +14041,7 @@ Declare default graphics extensions supported in HTML or converted to these
supported formats by tex4ht.
\<graphics default extensions\><<<
-\DeclareGraphicsExtensions{.png,.svg,.jpg,.eps,.pdf,.mps}
+\DeclareGraphicsExtensions{.png,.svg,.jpg,.jpeg,.eps,.pdf,.mps}
>>>