<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.wikiwaves.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BoletOvarp</id>
	<title>WikiWaves - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.wikiwaves.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BoletOvarp"/>
	<link rel="alternate" type="text/html" href="https://www.wikiwaves.org/index.php/Special:Contributions/BoletOvarp"/>
	<updated>2026-04-17T17:11:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://www.wikiwaves.org/index.php?title=Converting_Latex_to_Wiki&amp;diff=8539</id>
		<title>Converting Latex to Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.wikiwaves.org/index.php?title=Converting_Latex_to_Wiki&amp;diff=8539"/>
		<updated>2009-01-09T05:27:34Z</updated>

		<summary type="html">&lt;p&gt;BoletOvarp: http://tacataca.strefa.pl/comment-1898.htm&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://tacataca.strefa.pl/comment-1898.htm iraqi death video] [http://huruple.qsh.eu/20090103-old-english-movies.htm old english movies list] [http://varpasz.is-the-boss.com/sitemap.htm map] [http://sakonze.qsh.eu/nocnaba-1927.html social loafing movies] [http://tarobasal.strefa.pl/article1916.htm snowboarding accident video] &lt;br /&gt;
This is a script to help convert TeX tags into the correct form for wiki.  At the moment the script doesn&#039;t handle the &amp;lt;nowiki&amp;gt;\newcommand &amp;lt;/nowiki&amp;gt; environment or figures and certain types of tables.  [http://www.python.org/ Python] is required.&lt;br /&gt;
&lt;br /&gt;
We are actively working on improving the program and we welcome your input. The code is &#039;&#039;relatively&#039;&#039;  straight forward&lt;br /&gt;
to modify and you are welcome to add in your own lines to the code and we will use your updated version,&lt;br /&gt;
or if you have a request you can add these to the discussion page.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;One thing to note&#039;&#039;&#039; is that the code looks for the line &#039;&#039;\begin{document}&#039;&#039;&lt;br /&gt;
and only processes the file after this command. What this means is that if&lt;br /&gt;
you do not have line you will get a blank document. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Caveat Emptor&#039;&#039;&#039;: This code IS NOT PERFECT.  The script will do a lot of the leg work, but expect to make some minor modifications after the script has been run.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
The script is executed using the following syntax:&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;python Latex2wiki.py &amp;lt; infile.tex &amp;gt;outfile.wiki&lt;br /&gt;
&lt;br /&gt;
That&#039;s really it.&lt;br /&gt;
&lt;br /&gt;
Note that the latex file needs to be of compilable form, especially it needs a \begin{document} as all &lt;br /&gt;
material before this is ignored.&lt;br /&gt;
&lt;br /&gt;
==Capabilities==&lt;br /&gt;
The script will strip the preamble, \author tags etc.  The \itemize environment is also recognized and parsed into a wiki list, however custom bullet types are not supported at the moment.  &lt;br /&gt;
The most important replacements made by the script are the following:&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
!LaTeX !! replacement wikitext &lt;br /&gt;
|-&lt;br /&gt;
|\cite{} || &amp;lt;nowiki&amp;gt;([#References|references])&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\emph{ txt } || &amp;lt;nowiki&amp;gt; &#039;&#039;txt&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\texit{ txt } || &amp;lt;nowiki&amp;gt; &#039;&#039;txt&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\texttt{ txt } || &amp;lt;nowiki&amp;gt; =txt=&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\textbf{ txt } || &amp;lt;nowiki&amp;gt; &#039;&#039;&#039;txt&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\textt{ txt } || &amp;lt;nowiki&amp;gt; =txt=&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ equation }(*?)  &#039;&#039;or&#039;&#039; &amp;lt;nowiki&amp;gt;\[ &amp;lt;/nowiki&amp;gt; || &amp;lt;nowiki&amp;gt;&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{ equation }(*?) &#039;&#039;or&#039;&#039; &amp;lt;nowiki&amp;gt;\] &amp;lt;/nowiki&amp;gt;|| &amp;lt;nowiki&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ eqnarray }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&amp;lt;\begin{matrix}&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{ eqnarray }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;\end{matrix}&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ align }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&amp;lt;\begin{matrix}&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{ align }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;\end{matrix}&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ aligned }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|\end{ aligned }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|\begin{ subequations }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|\end{ subequations }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|$ || &amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;or&#039;&#039; &amp;lt;nowiki&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{verbatim} || &amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{verbatim} || &amp;lt;nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\[..]section||&#039;&#039;appropriate wiki heading level&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==The Script==&lt;br /&gt;
For security, python scripts cannot be served off of the [[Main Page|wiki]].  Please change the extension for &#039;.txt&#039; to &#039;.py&#039; after downloading.&lt;br /&gt;
&lt;br /&gt;
[[Media:Latex2wiki.txt|Latex2wiki.txt]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
This script is based &#039;&#039;heavily&#039;&#039; on [http://qwiki.caltech.edu/index.php/Converting_LaTex_To_Wiki Latex to Wiki on Qwiki] which in &lt;br /&gt;
turn was based on [http://www.kataplop.net/pub/info/projets/latex2twiki latex2twiki.py].&lt;br /&gt;
&lt;br /&gt;
[[Category:Administration]]&lt;/div&gt;</summary>
		<author><name>BoletOvarp</name></author>
	</entry>
	<entry>
		<id>https://www.wikiwaves.org/index.php?title=Converting_Latex_to_Wiki&amp;diff=8502</id>
		<title>Converting Latex to Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.wikiwaves.org/index.php?title=Converting_Latex_to_Wiki&amp;diff=8502"/>
		<updated>2009-01-08T22:16:59Z</updated>

		<summary type="html">&lt;p&gt;BoletOvarp: http://indronrol.is-the-boss.com/pasvinevi.html&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://indronrol.is-the-boss.com/pasvinevi.html enumerate serial ports vb] [http://releltl.0lx.net/20081108-actress-hot-indian.html actress hot indian movie south] [http://flheddin.qsh.eu/basbugca-488.html kanye west video clips] [http://sematild.qsh.eu/resource1498.htm radvideo.exe] [http://lofaako.strefa.pl/article1350.html a hard days night movie review] &lt;br /&gt;
[http://dronoubr.0lx.net/nylon-feet-videos.html nylon feet videos] [http://indronrol.is-the-boss.com/eltfipasl.html media player licenses] [http://bukgetert.0lx.net/article-798.htm amateur video of couple fucking] [http://sematild.qsh.eu/resource1086.htm swim butterfly video] [http://fispruil.qsh.eu/news1300.html soldier destinys child video] &lt;br /&gt;
This is a script to help convert TeX tags into the correct form for wiki.  At the moment the script doesn&#039;t handle the &amp;lt;nowiki&amp;gt;\newcommand &amp;lt;/nowiki&amp;gt; environment or figures and certain types of tables.  [http://www.python.org/ Python] is required.&lt;br /&gt;
&lt;br /&gt;
We are actively working on improving the program and we welcome your input. The code is &#039;&#039;relatively&#039;&#039;  straight forward&lt;br /&gt;
to modify and you are welcome to add in your own lines to the code and we will use your updated version,&lt;br /&gt;
or if you have a request you can add these to the discussion page.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;One thing to note&#039;&#039;&#039; is that the code looks for the line &#039;&#039;\begin{document}&#039;&#039;&lt;br /&gt;
and only processes the file after this command. What this means is that if&lt;br /&gt;
you do not have line you will get a blank document. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Caveat Emptor&#039;&#039;&#039;: This code IS NOT PERFECT.  The script will do a lot of the leg work, but expect to make some minor modifications after the script has been run.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
The script is executed using the following syntax:&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;python Latex2wiki.py &amp;lt; infile.tex &amp;gt;outfile.wiki&lt;br /&gt;
&lt;br /&gt;
That&#039;s really it.&lt;br /&gt;
&lt;br /&gt;
Note that the latex file needs to be of compilable form, especially it needs a \begin{document} as all &lt;br /&gt;
material before this is ignored.&lt;br /&gt;
&lt;br /&gt;
==Capabilities==&lt;br /&gt;
The script will strip the preamble, \author tags etc.  The \itemize environment is also recognized and parsed into a wiki list, however custom bullet types are not supported at the moment.  &lt;br /&gt;
The most important replacements made by the script are the following:&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
!LaTeX !! replacement wikitext &lt;br /&gt;
|-&lt;br /&gt;
|\cite{} || &amp;lt;nowiki&amp;gt;([#References|references])&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\emph{ txt } || &amp;lt;nowiki&amp;gt; &#039;&#039;txt&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\texit{ txt } || &amp;lt;nowiki&amp;gt; &#039;&#039;txt&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\texttt{ txt } || &amp;lt;nowiki&amp;gt; =txt=&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\textbf{ txt } || &amp;lt;nowiki&amp;gt; &#039;&#039;&#039;txt&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\textt{ txt } || &amp;lt;nowiki&amp;gt; =txt=&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ equation }(*?)  &#039;&#039;or&#039;&#039; &amp;lt;nowiki&amp;gt;\[ &amp;lt;/nowiki&amp;gt; || &amp;lt;nowiki&amp;gt;&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{ equation }(*?) &#039;&#039;or&#039;&#039; &amp;lt;nowiki&amp;gt;\] &amp;lt;/nowiki&amp;gt;|| &amp;lt;nowiki&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ eqnarray }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&amp;lt;\begin{matrix}&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{ eqnarray }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;\end{matrix}&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ align }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&amp;lt;\begin{matrix}&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{ align }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;\end{matrix}&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ aligned }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|\end{ aligned }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|\begin{ subequations }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|\end{ subequations }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|$ || &amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;or&#039;&#039; &amp;lt;nowiki&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{verbatim} || &amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{verbatim} || &amp;lt;nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\[..]section||&#039;&#039;appropriate wiki heading level&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==The Script==&lt;br /&gt;
For security, python scripts cannot be served off of the [[Main Page|wiki]].  Please change the extension for &#039;.txt&#039; to &#039;.py&#039; after downloading.&lt;br /&gt;
&lt;br /&gt;
[[Media:Latex2wiki.txt|Latex2wiki.txt]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
This script is based &#039;&#039;heavily&#039;&#039; on [http://qwiki.caltech.edu/index.php/Converting_LaTex_To_Wiki Latex to Wiki on Qwiki] which in &lt;br /&gt;
turn was based on [http://www.kataplop.net/pub/info/projets/latex2twiki latex2twiki.py].&lt;br /&gt;
&lt;br /&gt;
[[Category:Administration]]&lt;/div&gt;</summary>
		<author><name>BoletOvarp</name></author>
	</entry>
	<entry>
		<id>https://www.wikiwaves.org/index.php?title=Converting_Latex_to_Wiki&amp;diff=8484</id>
		<title>Converting Latex to Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.wikiwaves.org/index.php?title=Converting_Latex_to_Wiki&amp;diff=8484"/>
		<updated>2009-01-08T15:39:22Z</updated>

		<summary type="html">&lt;p&gt;BoletOvarp: http://dronoubr.0lx.net/nylon-feet-videos.html&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://dronoubr.0lx.net/nylon-feet-videos.html nylon feet videos] [http://indronrol.is-the-boss.com/eltfipasl.html media player licenses] [http://bukgetert.0lx.net/article-798.htm amateur video of couple fucking] [http://sematild.qsh.eu/resource1086.htm swim butterfly video] [http://fispruil.qsh.eu/news1300.html soldier destinys child video] &lt;br /&gt;
This is a script to help convert TeX tags into the correct form for wiki.  At the moment the script doesn&#039;t handle the &amp;lt;nowiki&amp;gt;\newcommand &amp;lt;/nowiki&amp;gt; environment or figures and certain types of tables.  [http://www.python.org/ Python] is required.&lt;br /&gt;
&lt;br /&gt;
We are actively working on improving the program and we welcome your input. The code is &#039;&#039;relatively&#039;&#039;  straight forward&lt;br /&gt;
to modify and you are welcome to add in your own lines to the code and we will use your updated version,&lt;br /&gt;
or if you have a request you can add these to the discussion page.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;One thing to note&#039;&#039;&#039; is that the code looks for the line &#039;&#039;\begin{document}&#039;&#039;&lt;br /&gt;
and only processes the file after this command. What this means is that if&lt;br /&gt;
you do not have line you will get a blank document. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Caveat Emptor&#039;&#039;&#039;: This code IS NOT PERFECT.  The script will do a lot of the leg work, but expect to make some minor modifications after the script has been run.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
The script is executed using the following syntax:&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;python Latex2wiki.py &amp;lt; infile.tex &amp;gt;outfile.wiki&lt;br /&gt;
&lt;br /&gt;
That&#039;s really it.&lt;br /&gt;
&lt;br /&gt;
Note that the latex file needs to be of compilable form, especially it needs a \begin{document} as all &lt;br /&gt;
material before this is ignored.&lt;br /&gt;
&lt;br /&gt;
==Capabilities==&lt;br /&gt;
The script will strip the preamble, \author tags etc.  The \itemize environment is also recognized and parsed into a wiki list, however custom bullet types are not supported at the moment.  &lt;br /&gt;
The most important replacements made by the script are the following:&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
!LaTeX !! replacement wikitext &lt;br /&gt;
|-&lt;br /&gt;
|\cite{} || &amp;lt;nowiki&amp;gt;([#References|references])&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\emph{ txt } || &amp;lt;nowiki&amp;gt; &#039;&#039;txt&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\texit{ txt } || &amp;lt;nowiki&amp;gt; &#039;&#039;txt&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\texttt{ txt } || &amp;lt;nowiki&amp;gt; =txt=&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\textbf{ txt } || &amp;lt;nowiki&amp;gt; &#039;&#039;&#039;txt&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\textt{ txt } || &amp;lt;nowiki&amp;gt; =txt=&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ equation }(*?)  &#039;&#039;or&#039;&#039; &amp;lt;nowiki&amp;gt;\[ &amp;lt;/nowiki&amp;gt; || &amp;lt;nowiki&amp;gt;&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{ equation }(*?) &#039;&#039;or&#039;&#039; &amp;lt;nowiki&amp;gt;\] &amp;lt;/nowiki&amp;gt;|| &amp;lt;nowiki&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ eqnarray }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&amp;lt;\begin{matrix}&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{ eqnarray }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;\end{matrix}&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ align }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&amp;lt;\begin{matrix}&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{ align }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;\end{matrix}&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ aligned }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|\end{ aligned }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|\begin{ subequations }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|\end{ subequations }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|$ || &amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;or&#039;&#039; &amp;lt;nowiki&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{verbatim} || &amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{verbatim} || &amp;lt;nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\[..]section||&#039;&#039;appropriate wiki heading level&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==The Script==&lt;br /&gt;
For security, python scripts cannot be served off of the [[Main Page|wiki]].  Please change the extension for &#039;.txt&#039; to &#039;.py&#039; after downloading.&lt;br /&gt;
&lt;br /&gt;
[[Media:Latex2wiki.txt|Latex2wiki.txt]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
This script is based &#039;&#039;heavily&#039;&#039; on [http://qwiki.caltech.edu/index.php/Converting_LaTex_To_Wiki Latex to Wiki on Qwiki] which in &lt;br /&gt;
turn was based on [http://www.kataplop.net/pub/info/projets/latex2twiki latex2twiki.py].&lt;br /&gt;
&lt;br /&gt;
[[Category:Administration]]&lt;/div&gt;</summary>
		<author><name>BoletOvarp</name></author>
	</entry>
	<entry>
		<id>https://www.wikiwaves.org/index.php?title=Converting_Latex_to_Wiki&amp;diff=8380</id>
		<title>Converting Latex to Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.wikiwaves.org/index.php?title=Converting_Latex_to_Wiki&amp;diff=8380"/>
		<updated>2008-12-19T16:22:14Z</updated>

		<summary type="html">&lt;p&gt;BoletOvarp: boceltl&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;trocdomgetze&lt;br /&gt;
This is a script to help convert TeX tags into the correct form for wiki.  At the moment the script doesn&#039;t handle the &amp;lt;nowiki&amp;gt;\newcommand &amp;lt;/nowiki&amp;gt; environment or figures and certain types of tables.  [http://www.python.org/ Python] is required.&lt;br /&gt;
&lt;br /&gt;
We are actively working on improving the program and we welcome your input. The code is &#039;&#039;relatively&#039;&#039;  straight forward&lt;br /&gt;
to modify and you are welcome to add in your own lines to the code and we will use your updated version,&lt;br /&gt;
or if you have a request you can add these to the discussion page.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;One thing to note&#039;&#039;&#039; is that the code looks for the line &#039;&#039;\begin{document}&#039;&#039;&lt;br /&gt;
and only processes the file after this command. What this means is that if&lt;br /&gt;
you do not have line you will get a blank document. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Caveat Emptor&#039;&#039;&#039;: This code IS NOT PERFECT.  The script will do a lot of the leg work, but expect to make some minor modifications after the script has been run.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
The script is executed using the following syntax:&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;python Latex2wiki.py &amp;lt; infile.tex &amp;gt;outfile.wiki&lt;br /&gt;
&lt;br /&gt;
That&#039;s really it.&lt;br /&gt;
&lt;br /&gt;
Note that the latex file needs to be of compilable form, especially it needs a \begin{document} as all &lt;br /&gt;
material before this is ignored.&lt;br /&gt;
&lt;br /&gt;
==Capabilities==&lt;br /&gt;
The script will strip the preamble, \author tags etc.  The \itemize environment is also recognized and parsed into a wiki list, however custom bullet types are not supported at the moment.  &lt;br /&gt;
The most important replacements made by the script are the following:&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
!LaTeX !! replacement wikitext &lt;br /&gt;
|-&lt;br /&gt;
|\cite{} || &amp;lt;nowiki&amp;gt;([#References|references])&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\emph{ txt } || &amp;lt;nowiki&amp;gt; &#039;&#039;txt&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\texit{ txt } || &amp;lt;nowiki&amp;gt; &#039;&#039;txt&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\texttt{ txt } || &amp;lt;nowiki&amp;gt; =txt=&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\textbf{ txt } || &amp;lt;nowiki&amp;gt; &#039;&#039;&#039;txt&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\textt{ txt } || &amp;lt;nowiki&amp;gt; =txt=&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ equation }(*?)  &#039;&#039;or&#039;&#039; &amp;lt;nowiki&amp;gt;\[ &amp;lt;/nowiki&amp;gt; || &amp;lt;nowiki&amp;gt;&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{ equation }(*?) &#039;&#039;or&#039;&#039; &amp;lt;nowiki&amp;gt;\] &amp;lt;/nowiki&amp;gt;|| &amp;lt;nowiki&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ eqnarray }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&amp;lt;\begin{matrix}&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{ eqnarray }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;\end{matrix}&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ align }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;center&amp;gt;&amp;lt;math&amp;gt;&amp;lt;\begin{matrix}&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{ align }(*?) || &amp;lt;nowiki&amp;gt;&amp;lt;\end{matrix}&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{ aligned }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|\end{ aligned }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|\begin{ subequations }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|\end{ subequations }(*?) || &lt;br /&gt;
|-&lt;br /&gt;
|$ || &amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;or&#039;&#039; &amp;lt;nowiki&amp;gt;&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\begin{verbatim} || &amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\end{verbatim} || &amp;lt;nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|\[..]section||&#039;&#039;appropriate wiki heading level&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==The Script==&lt;br /&gt;
For security, python scripts cannot be served off of the [[Main Page|wiki]].  Please change the extension for &#039;.txt&#039; to &#039;.py&#039; after downloading.&lt;br /&gt;
&lt;br /&gt;
[[Media:Latex2wiki.txt|Latex2wiki.txt]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
This script is based &#039;&#039;heavily&#039;&#039; on [http://qwiki.caltech.edu/index.php/Converting_LaTex_To_Wiki Latex to Wiki on Qwiki] which in &lt;br /&gt;
turn was based on [http://www.kataplop.net/pub/info/projets/latex2twiki latex2twiki.py].&lt;br /&gt;
&lt;br /&gt;
[[Category:Administration]]&lt;/div&gt;</summary>
		<author><name>BoletOvarp</name></author>
	</entry>
</feed>