Difference between revisions of "Latex2wiki"

From Madagascar
Jump to navigation Jump to search
(→‎Downloading: updated link)
Line 3: Line 3:
 
==Downloading==
 
==Downloading==
  
The [http://rsf.svn.sourceforge.net/viewcvs.cgi/rsf/trunk/framework/latex2wiki.py?view=markup current working version] is available from the Madagascar [[Download#Current_development_version|Subversion repository]].
+
The [http://rsf.svn.sourceforge.net/viewvc/rsf/trunk/framework/latex2wiki.py?view=markup current working version] is available from the Madagascar [[Download#Current_development_version|Subversion repository]].
  
 
==Usage==
 
==Usage==

Revision as of 08:13, 12 October 2008

latex2wiki is a Python script for converting LaTeX formatting to MediaWiki. The script is primitive (nothing compared to latex2html). Nevertheless, it might be useful for simple documents.

Downloading

The current working version is available from the Madagascar Subversion repository.

Usage

From the command line, run

python latex2wiki.py < file.tex > file.wiki

then paste the contents of file.wiki into an editing window.

latex2wiki is also integrated into the Madagascar SCons environment, which provides a scons wiki command.

History

This is a hacked version of the script created previously by Maxime Biais and modified by several other people. The original version is available at LoriaWiki.