Latex2wiki: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<languages /> | |||
<translate> | |||
<!--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. | '''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. | ||
==Downloading== | ==Downloading== <!--T:2--> | ||
The [http:// | <!--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== | ==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 18:04, 9 September 2015
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[edit]
The current working version is available from the Madagascar Subversion repository.
Usage[edit]
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[edit]
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.