On 2010-10-25 23:49 , Sérgio Miguel Neves Lopes wrote: > Considering that I'm a bit new to all this, I would thing it's my > fault :). As I said before, I'm following the tutorial at > http://www.stevestreeting.com/2010/03/07/building-a-new-technical-documentation-tool-chain/, > and I just copied it without really understanding what all the > commands did, and am now learning to create the damn PDF :). I > thought about using a2x but being on OS X is a bit tricky to get all > requirements properly installed.
I am also on Mac OS X, it is easy to use MacPorts [1] for a full asciidoc toolchain with docbook-xsl and fop. Of course the asciidoc port [2] also includes the a2x script. Installation is easy with one command: sudo port install asciidoc There is also a separate port for saxon if you prefer that over xsltproc from the libxslt port. Rainer [1] http://macports.org [2] http://www.macports.org/ports.php?by=name&substr=asciidoc -- 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.
