summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-03-04 03:01:41 +0000
committerNorbert Preining <norbert@preining.info>2023-03-04 03:01:41 +0000
commit7761a2c2ae5e392243a4e09aefe8c69a97a1d0f6 (patch)
treecaf3ebd2ad32acef93a74b70c70c52e9d255f0e2 /support/TeX4ht/source
parentc000ad35f0ce69cc0466ad24b0647c1e295c0259 (diff)
CTAN sync 202303040301
Diffstat (limited to 'support/TeX4ht/source')
-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}
>>>