or you can simply output the latex code using templates... its just a
text file and thus can be rendered via the standard mechanism...

we use this approach to generate RTF files

On 1/12/07, Kjell Magne Fauske <[EMAIL PROTECTED]> wrote:


Anush Shetty wrote:
> Hi,
> I want to build a wiki with the html text to be rendered as latex. Can
> anybody please suggest me on how I should go about it.
>

Docutils[1] can generate LaTeX code[2] from reStructuredText markup.
Since its implemented in Python, it should not be that difficult to
integrate it with Django. See for instance [3] for an example.

[1] http://docutils.sourceforge.net/docs/index.html
[2] http://docutils.sourceforge.net/docs/user/latex.html
[3]
http://code.djangoproject.com/browser/django/trunk/django/contrib/markup/templatetags/markup.py

- Kjell Magne Fauske


>



--
Honza Kr l
E-Mail: [EMAIL PROTECTED]
ICQ#:   107471613
Phone:  +420 606 678585

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to