On 04/05/11 16:00, Jambunathan K wrote:
Jambunathan K<kjambunat...@gmail.com> writes:
Export to xml from within emacs and export to pdf from within
shell. (shell is bash within cygwin). There are two variations of shell
command that I use:
1. Variation 1:
#+begin_src sh
xsltproc -stringparam admon.graphics 1 --output test.fo
/usr/share/sgml/docbook/xsl-stylesheets/fo/docbook.xsl test.xml
~/bin/fop-1.0/fop ./test.fo test.pdf
open test.pdf
#+end_src
I confirm that this works !
the whole docbook to pdf could be shellified by
using org-export-as-docbook-batch.
This works to transform the org file into a xml file.
Thanks, Eric