# Hi, # Is it possible to use Latex in Wiki pages on puredata.info? # This summer I will teach PD and thought that wiki's in member pages is the best place to put the info. Latex output is not so essential but makes somethings easier. -uğur-
Hallo, ugur guney hat gesagt: // ugur guney wrote:
# Is it possible to use Latex in Wiki pages on puredata.info? # This summer I will teach PD and thought that wiki's in member pages is the best place to put the info. Latex output is not so essential but makes somethings easier.
I'm not sure if it's possible in the updated wiki, but on most pages on pd.info you can use reStructuredText (partly per my request) which can be converted into LaTeX among other formats. Personally I write most of my texts in reST because of the many converters available for that, so I can easily generate pdf, html and txt versions of them.
More info on reST: http://docutils.sourceforge.net/
Frank Barknecht _ ______footils.org_ __goto10.org__
# Ok. As I understand, one can convert a structured text into pdf etc. But for using inline tex code in a wiki page, and automatically render its output, some plugins are needed. http://zwiki.org/LatexWiki # Thanks! -uğur-
# Is it possible to use Latex in Wiki pages on puredata.info?
# This summer I will teach PD and thought that wiki's in member pages is
the
best place to put the info. Latex output is not so essential but makes somethings easier.
I'm not sure if it's possible in the updated wiki, but on most pages on pd.info you can use reStructuredText (partly per my request) which can be converted into LaTeX among other formats.
ugur guney wrote:
# Ok. As I understand, one can convert a structured text into pdf etc. But
no, afaik you need to write reStructured text, not structered text.
for using inline tex code in a wiki page, and automatically render its output, some plugins are needed. http://zwiki.org/LatexWiki
as far as i can see, one would need to update to zope-2.9 (we are currently running 2.8) in order to be able to use LatexWiki.
mfg.asdr IOhannes