asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.91k stars 297 forks source link

How can I disable page footers in asciidoc #307

Open atlantageek opened 7 years ago

atlantageek commented 7 years ago

I found how to disable headers by... :header: noheader

but the corresponding footer does not work.

:footer: nofooter

rahmanusta commented 7 years ago

You should edit it in Docboox xsl configuration.

atlantageek commented 7 years ago

If im generating pdf the docbook.xls affect it.

marcdexet-cnrs commented 6 years ago

The toolchain is .adoc --[asciidoc] --> .xml --[XSL-FO(docbook.xls)]-->.pdf The docbook.xsl is the master piece of your PDF appearance.