14,953
edits
m (→參考資料) |
mNo edit summary |
||
| Line 7: | Line 7: | ||
* MySQL: 5.0.41-community-nt | * MySQL: 5.0.41-community-nt | ||
* OS: MS Windows XP}} | * OS: MS Windows XP}} | ||
=== 可以辨識 <math></math>標籤內的Tex語法 === | === 可以辨識 <math></math>標籤內的Tex語法 === | ||
在LocalSettings.php啟用Tex | 在LocalSettings.php啟用Tex | ||
| Line 41: | Line 42: | ||
$wgImageMagickConvertCommand = "/usr/bin/convert"; | $wgImageMagickConvertCommand = "/usr/bin/convert"; | ||
$wgImageMagickIdentifyCommand = '/usr/bin/identify'; </pre> | $wgImageMagickIdentifyCommand = '/usr/bin/identify'; </pre> | ||
* 如果要將c\usr\bin加在系統變數PATH, 需將convert.exe更名成imageconvert.exe, 避免與Windows內建的convert.exe (fat32 轉成 ntfs; 位於C:\WINDOWS\system32\convert.exe)衝突。 | * ''(選擇性)'' 如果要將c\usr\bin加在系統變數PATH, 需將convert.exe更名成imageconvert.exe, 避免與Windows內建的convert.exe (fat32 轉成 ntfs; 位於C:\WINDOWS\system32\convert.exe)衝突。 | ||
==== Ghostscript ==== | ==== Ghostscript ==== | ||