Re: Default CSS?
Patrice Dumas <[email protected]> Mon, 21 Jul 2025 18:08:44 +0200
| Newsgroups | gmane.comp.tex.texinfo.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jul 21, 2025 at 07:07:04AM -0700, Raymond Toy wrote:
> Using this very simple example:
>
> The contents also seem to vary depending on what I texi file. For
> example, when building the Maxima user manual, it contains
> |ul.toc-numbered-mark {list-style: none}| instead.
To complete Gavin answer, to get all the default CSS rules that may
be emitted, you can call
texi2any -c SHOW_BUILTIN_CSS_RULES=1
--
Pat