Re: Text not showing up
Heime via Users list for the Texinfo documentation system <[email protected]> Sat, 17 May 2025 19:41:02 +0000
| Newsgroups | gmane.comp.tex.texinfo.general |
|---|---|
| Message-ID | <b3y755ODhhuzFTqOPCJW5aMVBQEBfghmHuOdE2MWy9WL5QgtsRjOcZtEgyEnSoLyhx6Swsxa8bVhB0h7wf1TXKQiwpOVsrhiwhHUAweDcu0=@protonmail.com> |
Sent with Proton Mail secure email. On Sunday, May 18th, 2025 at 12:17 AM, Patrice Dumas <[email protected]> wrote: > On Sat, May 17, 2025 at 12:11:19PM +0000, Heime wrote: > > > Read through "3.5 The @top Sectioning Command". Which uses @ifnottex. > > Is this always the correct way? Do I have to use anything else? > > > No, it is not needed anymore, in this section in > https://www.gnu.org/software/texinfo/manual/texinfo/html_node/_0040top-Command.html > it is said that wrapping in @ifnootex ... "is no longer necessary, as > the ‘Top’ node is now never output for printed output.". > > -- > Pat What does one do now? Just the following without the conditional. @node Top @top your-manual-title It is not straightforward when the documentation still shows the old ways, and not the new way.