On Mar 20, 2:19 am, Stuart Rackham <[email protected]> wrote: > Giles wrote: > > Hi, > > > I was wondering is it possible to generate a 1 page pdf file from my > > curriculum vitae located here: > > >http://www.gilesbathgate.com/curriculum-vitae.txt > > > I tried to use a2x , but I don't want to generate a cover page, or > > Table of Contents > > Single page documents can be done with FOP, my post to this > threadhttp://groups.google.com/group/asciidoc/browse_frm/thread/972b9af1ec1... > contains two attachements: an example letter.txt file and the letter.pdf it > generated with this command: > > a2x --fop letter.txt > > Getting the a one pager using dblatex is a bit more difficult, this command > suppresses the revision history and TOC: > > a2x --dblatex-opts "-P latex.output.revhistory=0 -P doc.toc.show=0" letter.txt > > I don't know how to suppress the dblatex title page (it was alluded to in this > thread,http://groups.google.com/group/asciidoc/browse_frm/thread/97ebad82a8d... > but no explicit details). > > Cheers, Stuart
There is possibility to suppress any part of document in the latest version of dblatex. For example: a2x --dblatex-opts="-Pdoc.layout=\"frontmatter mainmatter\"" letter.txt For more info, see http://dblatex.sourceforge.net/html/manual/doc.layout.html -- 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.
