texlive[67444] Master/texmf-dist: requested image extension

commits+karl at tug.org commits+karl at tug.org
Thu Jun 22 23:20:27 CEST 2023


Revision: 67444
          http://tug.org/svn/texlive?view=revision&revision=67444
Author:   karl
Date:     2023-06-22 23:20:26 +0200 (Thu, 22 Jun 2023)
Log Message:
-----------
requested image extension

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2023-06-22 20:41:40 UTC (rev 67443)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2023-06-22 21:20:26 UTC (rev 67444)
@@ -1,3 +1,13 @@
+2023-06-22  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): use the requested image extension
+	for conversion of EPS files.
+	https://tex.stackexchange.com/q/689248/2891
+
+2023-06-18  Karl Berry  <karl at freefriends.org>
+
+	* update-htfonts: dup verbose assignment.
+
 2023-06-16  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-mathml.tex (mathml.4ht): fixed \TeX used in \text.

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2023-06-22 20:41:40 UTC (rev 67443)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2023-06-22 21:20:26 UTC (rev 67444)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1338 2023-06-08 20:40:46Z michal_h21 $
+% $Id: tex4ht-html4.tex 1344 2023-06-22 07:56:38Z michal_h21 $
 % Compile 4 times: latex tex4ht-html4
 % Copy html4.4ht into the work directory before all but the last compilation.
 %
@@ -13963,7 +13963,7 @@
 \Configure{EpsConvert}{"epstopdf "\Gin at base.eps"  && pdf2svg "\Gin at base.pdf" "\Gin at base.svg""}
 \else
 \Configure{PdfConvert}{png}{"\a:Ghostscript\space -q -dNOPAUSE -dBATCH -dusecropbox -sDEVICE=pngalpha -r\gr:density\space \ifx\Gin at page\@empty\else -dFirstPage="\Gin at page"  -dLastPage="\Gin at page"\fi\space -sOutputFile="\Gin at base-\Gin at page.\a:PdfConvert" "\Gin at base.pdf" "}
-\Configure{EpsConvert}{"\a:Ghostscript\space -dSAFER    -dBATCH    -dNOPAUSE    -dEPSCrop    -r\gr:density\space -sDEVICE=pngalpha -sOutputFile="\Gin at base.png" "\Gin at base.eps" "}
+\Configure{EpsConvert}{"\a:Ghostscript\space -dSAFER    -dBATCH    -dNOPAUSE    -dEPSCrop    -r\gr:density\space -sDEVICE=pngalpha -sOutputFile="\Gin at base\PictExt" "\Gin at base.eps" "}
 \fi
 \Configure{graphics*}
    {pdf}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2023-06-22 20:41:40 UTC (rev 67443)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2023-06-22 21:20:26 UTC (rev 67444)
@@ -1,4 +1,4 @@
-% html4.4ht (2023-06-08-13:46), generated from tex4ht-html4.tex
+% html4.4ht (2023-06-22-13:56), generated from tex4ht-html4.tex
 % Copyright 2009-2023 TeX Users Group
 % Copyright 1997-2009 Eitan M. Gurari
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-06-08-13:46}
+\immediate\write-1{version 2023-06-22-13:56}
 
 \exit:ifnot{8859-6,% 
 CJK,% 
@@ -11524,7 +11524,7 @@
 \Configure{EpsConvert}{"epstopdf "\Gin at base.eps"  && pdf2svg "\Gin at base.pdf" "\Gin at base.svg""}
 \else
 \Configure{PdfConvert}{png}{"\a:Ghostscript\space -q -dNOPAUSE -dBATCH -dusecropbox -sDEVICE=pngalpha -r\gr:density\space \ifx\Gin at page\@empty\else -dFirstPage="\Gin at page"  -dLastPage="\Gin at page"\fi\space -sOutputFile="\Gin at base-\Gin at page.\a:PdfConvert" "\Gin at base.pdf" "}
-\Configure{EpsConvert}{"\a:Ghostscript\space -dSAFER    -dBATCH    -dNOPAUSE    -dEPSCrop    -r\gr:density\space -sDEVICE=pngalpha -sOutputFile="\Gin at base.png" "\Gin at base.eps" "}
+\Configure{EpsConvert}{"\a:Ghostscript\space -dSAFER    -dBATCH    -dNOPAUSE    -dEPSCrop    -r\gr:density\space -sDEVICE=pngalpha -sOutputFile="\Gin at base\PictExt" "\Gin at base.eps" "}
 \fi
 \Configure{graphics*}
    {pdf}



More information about the tex-live-commits mailing list.