Re: Footnotes in documentation
Jan Wielemaker <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 07/11/2013 09:38 PM, Anne Ogborn wrote: > =8cO Right now might not be the best moment for an independent fix for that, indeed! > > If somebody can point out a place this occurs, We'll fix it when we restyle. The predicate is_list/1 is a good example. Note that the generation of the footnote from the LaTeX code is done by the package ltx2htm. The styling is done in pldoc.css. A footnote is represented as <sup class="fn">Number<span class="fn-text">Content</span></sup> Cheers --- Jan