Difference between revisions of "Latex2wiki/ru"

From Madagascar
Jump to navigation Jump to search
(Created page with "'''latex2wiki''' - скрипт на языке [http://www.python.org Python] для перевода текста из формата LaTeX в формат MediaWiki. Скр...")
 
(Created page with "==Скачивание==")
Line 2: Line 2:
 
'''latex2wiki''' - скрипт на языке [http://www.python.org Python] для перевода текста из формата LaTeX в формат MediaWiki. Скрипт достаточно примитивен (по сравнению с [http://www.latex2html.org/ latex2html]). Тем не менее, он может быть полезен для перевода простых документов.
 
'''latex2wiki''' - скрипт на языке [http://www.python.org Python] для перевода текста из формата LaTeX в формат MediaWiki. Скрипт достаточно примитивен (по сравнению с [http://www.latex2html.org/ latex2html]). Тем не менее, он может быть полезен для перевода простых документов.
  
==Downloading==
+
==Скачивание==
  
 
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]].
 
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]].

Revision as of 10:33, 9 September 2015

latex2wiki - скрипт на языке Python для перевода текста из формата LaTeX в формат MediaWiki. Скрипт достаточно примитивен (по сравнению с latex2html). Тем не менее, он может быть полезен для перевода простых документов.

Скачивание

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.