help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[help-texinfo] how to suppress the "nodelines" in unsplit HTML?


From: Benno Schulenberg
Subject: [help-texinfo] how to suppress the "nodelines" in unsplit HTML?
Date: Mon, 26 Jun 2017 11:27:20 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1


Hi,

We have this small manual: https://nano-editor.org/dist/v2.8/nano.html.
It is generated by texi2any with --no-split.

What I would like is for all the lines that begin with Next: to be gone.
That is: the "node lines".  In such a small manual they are just clutter.
How do I tell texi2any to do that?

I could of course do

   sed -i '/^Next:/d' nano.html

(and the same for "Previous:"), but surely there is a way to make texi2any
to leave those cross-links out altogether?

Also, I think there should be a <hr> line before the Table of Contents at
the very end of the page.  How do I get such a line in there with texi2any?

(Please CC; not subscribed.)

Benno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]