[tex4ht-commits] [SCM] tex4ht updated: r15 - trunk/lit
cvr at gnu.org.ua
cvr at gnu.org.ua
Thu Feb 11 11:06:45 CET 2010
Author: cvr
Date: 2010-02-11 12:06:45 +0200 (Thu, 11 Feb 2010)
New Revision: 15
Modified:
trunk/lit/tex4ht-t4ht.tex
Log:
\input location of tex4ht-cpright.tex has been changed and placed just above the line defining \<t4ht.c\>.
Modified: trunk/lit/tex4ht-t4ht.tex
===================================================================
--- trunk/lit/tex4ht-t4ht.tex 2010-02-11 01:51:06 UTC (rev 14)
+++ trunk/lit/tex4ht-t4ht.tex 2010-02-11 10:06:45 UTC (rev 15)
@@ -17,7 +17,7 @@
\input ProTex.sty
\AlProTex{perl,<<<>>>,`,title,list,_^}
-\input tex4ht-cpright.tex
+%\input tex4ht-cpright.tex
\Comment{
}{}
@@ -134,14 +134,20 @@
} }
>>>
+% Need to input tex4ht-cpright.tex at this point,
+% if not, it causes an error while expanding the
+% macros like `jobname.tex, `version, ...
+% Still greek to me. :( CVR/2010/02/11
+%
+\input tex4ht-cpright.tex
-
\<t4ht.c\><<<
/* t4ht.c (`version), generated from `jobname.tex
Copyright (C) `CopyYear.1998. Eitan M. Gurari
Copyright (C) 2009, 2010 TeX Users Group
-`<TeX4ht copyright`> */
+`<TeX4ht copyright`>
+*/
`<t4ht.h`>
`<defines`>
`<vars`>
More information about the tex4ht-commits
mailing list