[dokuwiki] Re: LaTeX export

On Thu, 26 Jan 2006 18:28:47 +0100
Antonino Sabetta <antonino.sabetta@xxxxxxxxx> wrote:

> Hi,
> I'm looking for a plug-in that is able to export a whole
> dokuwiki page to a LaTeX document. I know that there
> is a plugin that interprets LaTeX formulas producing gifs, but what
> I'm looking for is something that is useable in this scenario:
> 
> a. a group of authors cooperate to write a paper, producing a dw page
> b. when the paper is finished they convert the page into LaTeX (the
> LaTeX code must be available for download!) and focus on the
> camera-ready  version of the paper
> c. they render the LaTeX paper as a ps or pdf
> 
> Is there anything that can support this kind of usage?

Just write a new render class producing latex. You need to inherit from
Doku_Renderer (defined in inc/parser/renderer.php). See how it is done
in the XHTML renderer. If you do so be sure to share your code with us.

Andi

Other related posts: