Re: Table of Contents always after copying section in html output
Patrice Dumas <[email protected]>
| Newsgroups | gmane.comp.tex.texinfo.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Dec 30, 2023 at 04:50:12PM +0100, Hilaire Fernandes wrote: > Hi, > > Since upgrading to texinfo 7.0.3, when rendering html, the table of contents > always appears after the copying, even if instructed differently. Indeed, the default for CONTENTS_OUTPUT_LOCATION is now 'after_top' in the default case. If you want to have it appear where @contents is, you should change it to 'inline'. On the command line, that would be: texi2any --html -c CONTENTS_OUTPUT_LOCATION=inline manual.texi -- Pat