[tex4ht-commits] [SCM] tex4ht updated: r902 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Fri Apr 16 10:50:00 CEST 2021


Author: michal_h21
Date: 2021-04-16 08:50:00 +0000 (Fri, 16 Apr 2021)
New Revision: 902

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
load dvisvgm4ht TikZ driver by default

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-04-15 20:04:43 UTC (rev 901)
+++ trunk/lit/ChangeLog	2021-04-16 08:50:00 UTC (rev 902)
@@ -1,3 +1,7 @@
+2021-04-16  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (tikz-hooks.4ht): load dvisvgm4ht driver by default.
+
 2021-04-15  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (caption.4ht): fix for TOC handling.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2021-04-15 20:04:43 UTC (rev 901)
+++ trunk/lit/tex4ht-4ht.tex	2021-04-16 08:50:00 UTC (rev 902)
@@ -4316,6 +4316,12 @@
 % tikz-hooks.4ht (|version), generated from |jobname.tex
 % Copyright 2020 TeX Users Group
 |<TeX4ht license text|>
+\ifdefined\pgfsysdriver\else%
+  {\typeout{*****************************}
+  \typeout{TeX4ht info: Using dvisvgm4ht TikZ driver. Put \detokenize{\def\pgfsysdriver{driver-name}} to your 
+  document before use of TikZ if you want to another driver. Use tikz+ option if your TikZ pictures use patterns.}%
+   \def\pgfsysdriver{pgfsys-dvisvgm4ht.def}%
+\fi%
 \:AtEndOfPackage{%
 \let\use:tikzlibrary\usetikzlibrary
 \def\find:externalize#1external#2\@nil{%



More information about the tex4ht-commits mailing list.