Latex2wiki/ru: Difference between revisions

From Madagascar
Jump to navigation Jump to search
Sfomel (talk | contribs)
Created page with "==Использование=="
Sfomel (talk | contribs)
Created page with "Из командной строки запустите <pre> python latex2wiki.py < file.tex > file.wiki </pre> Затем откройте содержимое файла <t..."
Line 8: Line 8:
==Использование==
==Использование==


From the command line, run
Из командной строки запустите
<pre>
<pre>
python latex2wiki.py < file.tex > file.wiki
python latex2wiki.py < file.tex > file.wiki
</pre>
</pre>
then paste the contents of <tt>file.wiki</tt> into an editing window.
Затем откройте содержимое файла <tt>file.wiki</tt> в окне редактирования.


'''latex2wiki''' is also integrated into the Madagascar [[Reproducible computational experiments using SCons|SCons environment]], which provides a <tt>scons wiki</tt> command.
'''latex2wiki''' is also integrated into the Madagascar [[Reproducible computational experiments using SCons|SCons environment]], which provides a <tt>scons wiki</tt> command.

Revision as of 17:34, 9 September 2015

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

Скачивание

Текущая рабочая версия доступна для скачивания из репозитории Мадагаскара.

Использование

Из командной строки запустите

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

Затем откройте содержимое файла file.wiki в окне редактирования.

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.