Re: Makeinfo html Customization Options
Patrice Dumas <[email protected]> Fri, 26 Jun 2026 08:34:40 +0200
| Newsgroups | gmane.comp.tex.texinfo.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jun 25, 2026 at 09:03:39PM +0000, Heime wrote: > Have been looking into the html options in makeinfo. > What would be the common scenarios on their use. The > split options seems useful, what others are common to > apply? The options related to CSS, --css-include or --css-ref are also commonly used, the remaining HTML-specific options are less likely to be useful, in my opinion. One customization variable is also of general relevance, namely HTML_MATH if the manual contains math, with the easiest value to use being mathjax, like texi2any --html -c HTML_MATH=mathjax -- Pat