Difference between revisions of "Latex2wiki"

From Madagascar
Jump to navigation Jump to search
(transfer contents)
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''latex2wiki''' is a [http://www.python.org Python] script for converting <math>\mbox{\LaTeX}</math> formatting to MediaWiki. The script is primitive (nothing compared to [http://www.latex2html.org/ latex2html]). Nevertheless, it might be useful for simple documents.
+
<languages />
  
==Downloading==
+
<translate>
  
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]].
+
<!--T:1-->
 +
'''latex2wiki''' is a [http://www.python.org Python] script for converting LaTeX formatting to MediaWiki. The script is primitive (nothing compared to [http://www.latex2html.org/ latex2html]). Nevertheless, it might be useful for simple documents.
  
==Usage==
+
==Downloading== <!--T:2-->
  
 +
<!--T:3-->
 +
The [http://sourceforge.net/p/rsf/code/HEAD/tree/trunk/framework/rsf/latex2wiki.py current working version] is available from the Madagascar [[Download#Current_development_version|Subversion repository]].
 +
 +
==Usage== <!--T:4-->
 +
 +
<!--T:5-->
 
From the command line, run
 
From the command line, run
 
<pre>
 
<pre>
Line 13: Line 20:
 
then paste the contents of <tt>file.wiki</tt> into an editing window.
 
then paste the contents of <tt>file.wiki</tt> into an editing window.
  
'''latex2wiki''' is also integrated into the Madagascar [[SCons|SCons environment]], which provides a <tt>scons wiki</tt> command.
+
<!--T:6-->
 +
'''latex2wiki''' is also integrated into the Madagascar [[Reproducible computational experiments using SCons|SCons environment]], which provides a <tt>scons wiki</tt> command.
  
==History==
+
==History== <!--T:7-->
  
 +
<!--T:8-->
 
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 [http://wiki.loria.fr/wiki/Latex2wiki LoriaWiki].
 
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 [http://wiki.loria.fr/wiki/Latex2wiki LoriaWiki].
 +
</translate>

Latest revision as of 11:04, 9 September 2015

Other languages:


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.