emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Docbook XML file does not exist


From: Jambunathan K
Subject: Re: [O] Docbook XML file does not exist
Date: Wed, 04 May 2011 19:30:56 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt)

Jambunathan K <address@hidden> 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
>
> 2. Variation 2:
>
> #+begin_src sh
>    dblatex test.xml
> #+end_src

Forgot to add this, the whole docbook to pdf could be shellified by
using org-export-as-docbook-batch.

Jambunathan K.
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]