Re: version 6.8 forces Table of Contents to top of HTML document

2021-12-24 Thread Patrice Dumas
On Fri, Dec 24, 2021 at 08:07:02AM +, Gavin Smith wrote: > On Fri, Dec 24, 2021 at 12:35:09AM +0100, Patrice Dumas wrote: > > I think that it is wrong. Indeed, the principle of > > CONTENTS_OUTPUT_LOCATION=inline is to have the table of contents > > output where the @-command @contents is. If

Re: version 6.8 forces Table of Contents to top of HTML document

2021-12-24 Thread Gavin Smith
On Fri, Dec 24, 2021 at 12:35:09AM +0100, Patrice Dumas wrote: > On Tue, Dec 21, 2021 at 09:28:45PM +, Gavin Smith wrote: > > On Mon, Oct 18, 2021 at 10:35:17AM +0200, Benno Schulenberg wrote: > > > > By default a list of chapters isn't output at the start, as it would > > > > be repetition fro

Re: version 6.8 forces Table of Contents to top of HTML document

2021-12-23 Thread Patrice Dumas
On Tue, Dec 21, 2021 at 09:28:45PM +, Gavin Smith wrote: > On Mon, Oct 18, 2021 at 10:35:17AM +0200, Benno Schulenberg wrote: > > > By default a list of chapters isn't output at the start, as it would > > > be repetition from the table of contents. However, if > > > "-c CONTENTS_OUTPUT_LOCATI

Re: version 6.8 forces Table of Contents to top of HTML document

2021-12-21 Thread Gavin Smith
On Mon, Oct 18, 2021 at 10:35:17AM +0200, Benno Schulenberg wrote: > > By default a list of chapters isn't output at the start, as it would > > be repetition from the table of contents. However, if > > "-c CONTENTS_OUTPUT_LOCATION=inline" is given as an option to texi2any, > > I see that it is a

Re: version 6.8 forces Table of Contents to top of HTML document

2021-10-18 Thread Benno Schulenberg
Op 17-10-2021 om 13:18 schreef Gavin Smith: > You can get the old behaviour back by specifying "-c FORMAT_MENU=menu". Thanks. Combining "-c CONTENTS_OUTPUT_LOCATION=inline" and "-c FORMAT_MENU=menu" brings back the old arrangement. Almost. Because now each menu item is followed by a colon.

Re: version 6.8 forces Table of Contents to top of HTML document

2021-10-17 Thread Gavin Smith
On Sun, Oct 17, 2021 at 12:48:11PM +0200, Benno Schulenberg wrote: > > Op 16-10-2021 om 17:50 schreef Gavin Smith: > > Hello Benno, this was a deliberate change. You should be able to output > > the table of contents at the place where @contents occurs by passing > > "-c CONTENTS_OUTPUT_LOCATION=

Re: version 6.8 forces Table of Contents to top of HTML document

2021-10-17 Thread Benno Schulenberg
Op 17-10-2021 om 12:48 schreef Benno Schulenberg: > Okay, that gets back the table of contents at the end of the page. > But how do I get back the short menu of chapter links at the top? Never mind. I just suppress the @contents command for anything that is not a printed manual; it was kind of r

Re: version 6.8 forces Table of Contents to top of HTML document

2021-10-17 Thread Benno Schulenberg
Op 16-10-2021 om 17:50 schreef Gavin Smith: > Hello Benno, this was a deliberate change. You should be able to output > the table of contents at the place where @contents occurs by passing > "-c CONTENTS_OUTPUT_LOCATION=inline" as an option to texi2any. Thanks. Okay, that gets back the table of

Re: version 6.8 forces Table of Contents to top of HTML document

2021-10-16 Thread Gavin Smith
> Since version 6.8, makeinfo forces the Table of Contents in the HTML > output to the top of the document, even when the texi file specifies > @contents at the bottom. > > Compare https://nano-editor.org/dist/v5/nano.html which was produced > with version 6.8 with https://nano-editor.org/dist/v4/

version 6.8 forces Table of Contents to top of HTML document

2021-10-16 Thread Benno Schulenberg
Hi, Since version 6.8, makeinfo forces the Table of Contents in the HTML output to the top of the document, even when the texi file specifies @contents at the bottom. Compare https://nano-editor.org/dist/v5/nano.html which was produced with version 6.8 with https://nano-editor.org/dist/v4/nano.h