I take that back. This works: a2x -d article -f pdf test-page-break.txt
This does not: a2x -k -d article test-page-break.txt dblatex --pdf test-page-break.xml a2x does the following: dblatex -t pdf -p /usr/local/etc/asciidoc/dblatex/asciidoc-dblatex.xsl \ -s /usr/local/etc/asciidoc/dblatex/asciidoc-dblatex.sty \ -V /home/gary/asciidoc/test-page-break.xml It appears that if I want to continue to process files in two separate steps that I will need to beef up the dblatex invocation. Sorry for the false alarm. PS: I do wonder if "/newpage" might not be a better mapping for a page break, than "/pagebreak[4]"? -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
