There's no identification of which file is being rendered per print page. Add filename to margin or header/footer.
This is more complicated than it looks. Python Asciidoc supported this via infile attribute. Asciidoctor-web-pdf supports this via CSS selectors. Asciidoctor-PDF does not support it. DocBook-XSL might support it with a new fo:marker subsystem set up for //abstract or some other custom role.
There's no identification of which file is being rendered per print page. Add filename to margin or header/footer.
This is more complicated than it looks. Python Asciidoc supported this via
infile
attribute. Asciidoctor-web-pdf supports this via CSS selectors. Asciidoctor-PDF does not support it. DocBook-XSL might support it with a new fo:marker subsystem set up for //abstract or some other custom role.