summaryrefslogtreecommitdiff
path: root/support/TeX4ht
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht')
-rw-r--r--support/TeX4ht/source/ChangeLog5
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex4
2 files changed, 7 insertions, 2 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 344462e0c0..6e7294edca 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/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/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index b519d8e5af..f76a092fe2 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/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}
>>>