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 thread http://groups.google.com/group/asciidoc/browse_frm/thread/972b9af1ec191341/e9720cc30ddd6d82 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/97ebad82a8d76bea/a8e6f5dfb9fc80ba but no explicit details).


Cheers, Stuart



Regards

Giles


--
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.

Reply via email to