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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Wed Nov 20 21:38:23 CET 2024


Author: michal_h21
Date: 2024-11-20 20:38:22 +0000 (Wed, 20 Nov 2024)
New Revision: 1599

Modified:
   trunk/lit/ChangeLog
   trunk/lit/mktex4ht-cnf.tex
   trunk/lit/tex4ht-4ht.tex
Log:
added support for the qtree package

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-11-20 11:40:35 UTC (rev 1598)
+++ trunk/lit/ChangeLog	2024-11-20 20:38:22 UTC (rev 1599)
@@ -1,5 +1,7 @@
 2024-11-20  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-4ht.tex (qtree.4ht): added support for the Qtree package.
+
 	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): added the
 	"fastmathjax" option.
 	https://tug.org/pipermail/tex4ht/2024q4/003625.html

Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex	2024-11-20 11:40:35 UTC (rev 1598)
+++ trunk/lit/mktex4ht-cnf.tex	2024-11-20 20:38:22 UTC (rev 1599)
@@ -207,6 +207,7 @@
 \AddFile{9}{xy}
 \AddFile{9}{xyling}
 \AddFile{9}{xyling-hooks}
+\AddFile{9}{qtree}
 \AddFile{9}{pictex}
 \AddFile{9}{diagrams}
 \AddFile{9}{pstricks}

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2024-11-20 11:40:35 UTC (rev 1598)
+++ trunk/lit/tex4ht-4ht.tex	2024-11-20 20:38:22 UTC (rev 1599)
@@ -27945,6 +27945,32 @@
 \HLet\Treek\xyling:Treek
 >>>
 
+%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{qtree}
+%%%%%%%%%%%%%%%%%%%%%%%%
+
+\<qtree.4ht\><<< 
+% qtree.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|> 
+
+|<qtree images|>
+
+\Hinput{qtree} 
+\endinput
+>>> \AddFile{9}{qtree}
+
+We want to convert the whole contents of the \''\Tree' command to pictures.
+
+\<qtree images\><<<
+\NewConfigure{qtree}{2}
+
+\pend:def\Tree{\a:qtree}
+\append:def\endTree{\b:qtree}
+
+\Configure{qtree}{\Picture+[\csname a:Picture-alt\endcsname]{}}{\EndPicture}
+>>>
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \Section{PicTeX}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%



More information about the tex4ht-commits mailing list.