[dokuwiki] Re: LaTeX export
- From: Antonino Sabetta <antonino.sabetta@xxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 26 Jan 2006 21:44:26 +0100
Andreas Gohr wrote:
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
Thanks for the valuable hints. I wish I had some more spare time....
(do I have any spare time at all??)
Cheers,
Antonino
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] LaTeX export
- From: Antonino Sabetta
- [dokuwiki] Re: LaTeX export
- From: Andreas Gohr
Other related posts:
- » [dokuwiki] LaTeX export
- » [dokuwiki] Re: LaTeX export
- » [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
Thanks for the valuable hints. I wish I had some more spare time.... (do I have any spare time at all??) Cheers, Antonino -- DokuWiki mailing list - more info at http://wiki.splitbrain.org/wiki:mailinglist
- [dokuwiki] LaTeX export
- From: Antonino Sabetta
- [dokuwiki] Re: LaTeX export
- From: Andreas Gohr