mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
There was two problems: - the sect1 template did not process the footnote - footnote processing needed to use a template matching footnote/para[1], but we had a template matching para at a higher precendence level. So: - call process.footnotes at the end of the sect1 template - Add a templates matching footnote/para[1] at the same import level as the template matching para (this just call the original template) We also add a priority 1 to the sect1 template in chunk-code.xsl, although it is not strictly necessary. This is what upstream recommends... |
||
---|---|---|
.. | ||
lfs-admon.xsl | ||
lfs-index.xsl | ||
lfs-legalnotice.xsl | ||
lfs-mixed.xsl | ||
lfs-navigational.xsl | ||
lfs-sections.xsl | ||
lfs-titles.xsl | ||
lfs-toc.xsl | ||
lfs-xref.xsl |