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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Jan 22 12:15:28 CET 2024


Author: michal_h21
Date: 2024-01-22 11:15:28 +0000 (Mon, 22 Jan 2024)
New Revision: 1448

Modified:
   trunk/lit/ChangeLog
   trunk/lit/mktex4ht-cnf.tex
   trunk/lit/tex4ht-4ht.tex
Log:
Added support for the tikz-cd package

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-01-21 21:28:32 UTC (rev 1447)
+++ trunk/lit/ChangeLog	2024-01-22 11:15:28 UTC (rev 1448)
@@ -1,3 +1,9 @@
+2024-01-22  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (tikz-cd.4ht): convert the tikzcd environments to
+	pictures.
+	https://github.com/michal-h21/make4ht/issues/143
+
 2024-01-21  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (siunitx.4ht): disable the S columns for tables.

Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex	2024-01-21 21:28:32 UTC (rev 1447)
+++ trunk/lit/mktex4ht-cnf.tex	2024-01-22 11:15:28 UTC (rev 1448)
@@ -211,6 +211,7 @@
 \AddFile{9}{pb-diagram}
 \AddFile{7}{amscd}
 \AddFile{9}{pgf}
+\AddFile{9}{tikz-cd}
 \AddFile{7}{color}
 \AddFile{7}{xcolor}
 \AddFile{7}{dvipsnam}

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2024-01-21 21:28:32 UTC (rev 1447)
+++ trunk/lit/tex4ht-4ht.tex	2024-01-22 11:15:28 UTC (rev 1448)
@@ -4962,6 +4962,25 @@
 >>>        \AddFile{9}{pgf-hooks}
 
 %%%%%%%%%%%%%%%%%%
+\Section{tikz-cd.sty}
+%%%%%%%%%%%%%%%%%%
+
+\<tikz-cd.4ht\><<<
+% tikz-cd.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|>
+|<tikzcd-picture|>
+\Hinput{tikz-cd}
+\endinput
+>>> \AddFile{9}{tikz-cd}
+
+Convert the tikzcd environment to pictures by default.
+
+\<tikzcd-picture\><<<
+\ConfigureEnv{tikzcd}{\Picture+{}}{\EndPicture}{}{}
+>>>
+
+%%%%%%%%%%%%%%%%%%
 \Section{pdfbase.sty}
 %%%%%%%%%%%%%%%%%%
 



More information about the tex4ht-commits mailing list.