[tex4ht-commits] [SCM] tex4ht updated: r1327 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Wed May 3 14:01:09 CEST 2023
Author: michal_h21
Date: 2023-05-03 12:01:08 +0000 (Wed, 03 May 2023)
New Revision: 1327
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
disable line numbering
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-05-02 11:50:33 UTC (rev 1326)
+++ trunk/lit/ChangeLog 2023-05-03 12:01:08 UTC (rev 1327)
@@ -1,3 +1,8 @@
+2023-05-03 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (lineno.4ht): disable line numbering.
+ https://github.com/michal-h21/make4ht/issues/119
+
2023-05-02 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (latex.4ht): disable newlines when caption is
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2023-05-02 11:50:33 UTC (rev 1326)
+++ trunk/lit/tex4ht-4ht.tex 2023-05-03 12:01:08 UTC (rev 1327)
@@ -32632,8 +32632,8 @@
\<lineno.4ht\><<<
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% lineno.4ht |version %
-% Copyright (C) |CopyYear.2000. Eitan M. Gurari %
+% lineno.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2000-2009 Eitan M. Gurari %
|<TeX4ht copyright|>
\let\:tempc\linelabel
@@ -32655,6 +32655,13 @@
\HLet\MakeLineNo\:tempc
\NewConfigure{lineno}{2}
+% \linenumbers don't have any sense in the HTML output
+% moreover, they cause equations and possibly other elements to fail
+\HLet\linenumbers\relax
+
+% if \linenumbers were used in the document preamble, we must disable them now:
+\LineNumbersfalse
+
\Hinput{lineno}
\endinput
>>> \AddFile{9}{lineno}
More information about the tex4ht-commits
mailing list.