summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-05-03 20:58:27 +0000
committerKarl Berry <karl@freefriends.org>2023-05-03 20:58:27 +0000
commit18bf8b1160bf88f5454453c69bcc4f236999e27e (patch)
tree63649cc18a286da8af5fb0a3185759c30c206b99 /Master/texmf-dist/source
parent3b4de048565a9aa481a4dea2fc7cf33a9049ed68 (diff)
disable lineno, tex4ht r1327
git-svn-id: svn://tug.org/texlive/trunk@67005 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog5
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex13
2 files changed, 15 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 085632739ab..71266ccef6a 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,8 @@
+2023-05-03 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-4ht.tex (latex.4ht): disable newlines when caption is
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index 4016ee14f0e..00d7732742b 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1326 2023-05-02 11:50:33Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1327 2023-05-03 12:01:08Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2023 TeX Users Group
@@ -32632,8 +32632,8 @@ the fancy page style.
\<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 @@ the fancy page style.
\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}