[tex4ht-commits] [SCM] tex4ht updated: r239 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Wed Feb 1 21:08:46 CET 2017
Author: michal_h21
Date: 2017-02-01 22:08:46 +0200 (Wed, 01 Feb 2017)
New Revision: 239
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-env.tex
Log:
Use dvisvgm for svg production
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2017-01-31 16:43:03 UTC (rev 238)
+++ trunk/lit/ChangeLog 2017-02-01 20:08:46 UTC (rev 239)
@@ -1,3 +1,8 @@
+2017-02-01 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-env.tex (tex4ht.env-unix, tex4ht.env-win32):
+ Use dvisvgm for SVG production by default.
+
2017-01-31 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (usepackage.4ht,
Modified: trunk/lit/tex4ht-env.tex
===================================================================
--- trunk/lit/tex4ht-env.tex 2017-01-31 16:43:03 UTC (rev 238)
+++ trunk/lit/tex4ht-env.tex 2017-02-01 20:08:46 UTC (rev 239)
@@ -953,30 +953,17 @@
\<unix svg\><<<
G.svg
-Gdvips -Ppdf -mode ibmvga -D 110 -f %%1 -pp %%2 > zz%%4.eps
-Gpstoedit -f svg zz%%4.eps %%3 >>>
+Gdvisvgm -n -p %%2 -c 1.4,1.4 -s %%1 > %%3 >>>
\<win32 svg\><<<
G.svg
-Gif exist zz%%4.ps DEL zz%%4.ps >nul
-Gif exist %%3 DEL %%3 >nul
-Gdvips -Ppdf -mode ibmvga -D 110 -f %%1 -pp %%2 > zz%%4.eps
-Gpstoedit -f svg zz%%4.eps %%3
-Gif exist zz%%4.ps DEL zz%%4.ps >nul >>>
+Gdvisvgm -n -p %%2 -c 1.4,1.4 -s %%1 > %%3 >>>
-\begin{itemize}
-\item
-\Link[http://www.cityinthesky.co.uk/pdf2svg.html]{}{}pdf2svg\EndLink ?
+dvisvm is included with all \TeX distributions nowadays and the
+conversion is quite fast and efficient.
-The LaTeX distribution offers pdfcrop, in case it is needed
-
-\end{itemize}
-
-
-
-
%%%%%%%%%%%%%
\subsection{Request Scripts}
%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list