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


--~--~---------~--~----~------------~-------~--~----~
 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