Re: Sectional table of contents in HTML output

2020-01-23 Thread Patrice Dumas
On Mon, Jan 20, 2020 at 02:12:16PM +, Gavin Smith wrote: > On Sun, Nov 03, 2019 at 10:17:05AM +0100, Patrice Dumas wrote: > > I attach an example that generates such a list right after the heading. > > Something that looks strange is that the node names are used in the > > navigation header, w

French typo in Small Caps description

2020-01-23 Thread Jean-Christophe Helary
The (seemingly) French string used in the Small Caps description is not grammatically correct. If that was not intended, here is a patch. <> Jean-Christophe Helary --- http://mac4translators.blogspot.com @brandelune

Adding relevant class attribute info to the exported HTML tags

2020-01-23 Thread Jean-Christophe Helary
To make sure that the output HTML has the proper anchors for use as CSS selectors, it would be nice to distinguish between identical tags coming from different texi commands. What I did was keep the original tag and add the texi command name as the class attribute of the HTML tag. <> Jean-C