[tex4ht-commits] [SCM] tex4ht updated: r368 - trunk/tests/scholarlyhtml

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Mon Jan 29 15:59:25 CET 2018


Author: michal_h21
Date: 2018-01-29 16:59:25 +0200 (Mon, 29 Jan 2018)
New Revision: 368

Modified:
   trunk/tests/scholarlyhtml/elementstruct.sty
Log:
some comments

Modified: trunk/tests/scholarlyhtml/elementstruct.sty
===================================================================
--- trunk/tests/scholarlyhtml/elementstruct.sty	2018-01-29 13:13:57 UTC (rev 367)
+++ trunk/tests/scholarlyhtml/elementstruct.sty	2018-01-29 14:59:25 UTC (rev 368)
@@ -1,5 +1,5 @@
 \ProvidesPackage{elementstruct}
-% stack structure. we need it for ent tags
+% stack structure. we need it for end tags
 \def\newstack#1{\def#1{}}
 \newcommand{\stack at item}[1]{\ERROR}
 \newcommand{\stack at push}[2]{%
@@ -31,5 +31,9 @@
 
 \newstack\endtag
 
+% basic command for block insertion
+% the three arguments are: logical block name
+% \def\inserttag
 
+
 \endinput



More information about the tex4ht-commits mailing list