HOWTO install

(courtesy of Bernhard Kast) (几乎为翻译[http://johannes.sipsolutions.net/Projects/new-moinmoin-latex 原文])

Windows 安装注记

Windows下出于安全等因素考虑, 新版本依赖于runlimit.exe这个程序, 从[http://johannes.sipsolutions.net/files/runlimit.zip runlimit.zip (built by Alexander Schremmer)]下载源码和可执行版本. 然后将runlimit.exe放在搜索路径, 或者修改\parser\latex.py中的相应位置.

inline latex

使用{#!latex ...}使用环境会产生换行 ,想将latex嵌入到moin的行中有两种方法:

例子

%%anchor: red-square
\usepackage{graphics,color}
%%end-prologue%%
\newsavebox{\mysquare}
\savebox{\mysquare}{\textcolor{red}{\rule{1in}{1in} } }
\usebox{\mysquare}