[dokuwiki] Re: LaTeX export
- From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 26 Jan 2006 20:23:45 +0100
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
- Follow-Ups:
- [dokuwiki] Re: LaTeX export
- From: Antonino Sabetta
- References:
- [dokuwiki] LaTeX export
- From: Antonino Sabetta
Other related posts:
- » [dokuwiki] LaTeX export
- » [dokuwiki] Re: LaTeX export
- » [dokuwiki] Re: LaTeX export
- [dokuwiki] Re: LaTeX export
- From: Antonino Sabetta
- [dokuwiki] LaTeX export
- From: Antonino Sabetta