diff options
author | Norbert Preining <norbert@preining.info> | 2023-05-04 03:00:41 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-05-04 03:00:41 +0000 |
commit | f5c7c9695f181a8fd6e28b572edea03ffc59de93 (patch) | |
tree | 866203f7af48b59e3082f52c586eeb28071b37e5 /support | |
parent | faf23b00f32bf5f3a94d891369bc55db1d305074 (diff) |
CTAN sync 202305040300
Diffstat (limited to 'support')
-rw-r--r-- | support/TeX4ht/source/ChangeLog | 5 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-4ht.tex | 13 |
2 files changed, 15 insertions, 3 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index 085632739a..71266ccef6 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/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/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index 4016ee14f0..00d7732742 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/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} |