TeX implementation on Windows: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
No edit summary
mNo edit summary
Line 72: Line 72:




; 我的LocalSettings.php設定
=== LocalSettings.php設定 ===
<pre>
<pre>
$wgUseTeX          = true;
$wgUseTeX          = true;
Line 86: Line 86:


#Where is your Tex
#Where is your Tex
$wgLaTexCommand = 'latex';
$wgLaTexCommand = "latex";
$wgDvipsCommand = 'dvips';
$wgDvipsCommand = "dvips";
</pre>
</pre>


Navigation menu