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

karl at gnu.org.ua karl at gnu.org.ua
Mon Jul 18 01:22:27 CEST 2016


Author: karl
Date: 2016-07-18 02:22:26 +0300 (Mon, 18 Jul 2016)
New Revision: 187

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
disable \CodeLineNo for *.4ht

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2016-07-04 18:22:59 UTC (rev 186)
+++ trunk/lit/ChangeLog	2016-07-17 23:22:26 UTC (rev 187)
@@ -1,3 +1,8 @@
+2016-07-17  Karl Berry  <karl at freefriends.org>
+
+	* tex4ht-4ht.tex (\CodeLineNo): disable again since Michal's
+	compilation fails.
+
 2016-06-05  Karl Berry  <karl at freefriends.org>
 
 	* ProTex.sty,
@@ -4,7 +9,6 @@
 	* AlProTex.sty: symlinks to ../protex, so dev versions will be used.
 	* Makefile (common): depend on them.
 
-	* tex4ht-4ht.tex,
 	* tex4ht-c.tex,
 	* tex4ht-4ht.tex: enable new protex option CodeLineNo to generate
 	#line directives in the .c files, and %line comments in *.4ht.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2016-07-04 18:22:59 UTC (rev 186)
+++ trunk/lit/tex4ht-4ht.tex	2016-07-17 23:22:26 UTC (rev 187)
@@ -100,8 +100,9 @@
 
 \next
 
-\CodeLineNo % Set line numbers in the output, using %.
+%\CodeLineNo % Set line numbers in the output, using %.
 % to change the comment char used: \srclineBOT{some symbol}
+% Sadly, this causes compilation to fail in unknown circumstances.
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \expandafter \ifx \csname append:def\endcsname \relax



More information about the tex4ht-commits mailing list