TeX implementation on Windows: Difference between revisions
Jump to navigation
Jump to search
m
Text replacement - "http://planetoid.info/images/" to "https://planetoid.info/images/"
mNo edit summary |
m (Text replacement - "http://planetoid.info/images/" to "https://planetoid.info/images/") |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Template:MediaWiki Installation}} | {{Template:MediaWiki Installation}} | ||
[[MediaWiki]]的數學套件,經由Tex語法顯示數學式。 (替代方案: 使用線上服務產生數學式圖形 [http://www.mediawiki.org/wiki/LaTeX_on_a_shared_host LaTeX on a shared host]) | |||
== 如何啟用數學表示 == | == 如何啟用數學表示 == | ||
| Line 18: | Line 20: | ||
需要Math.php與texvc | 需要Math.php與texvc | ||
* 將{MediaWiki}/includes/Math.php 替換成這個[http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Windows/math.php Math.php],否則會出現「解析失敗 (未知錯誤) 」訊息 | * 將{MediaWiki}/includes/Math.php 替換成這個[http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Windows/math.php Math.php],否則會出現「解析失敗 (未知錯誤) 」訊息 | ||
* 下載[https://wfs.gc.cuny.edu/MCarlisle/www/texvc_win32bin_20050202.zip texvc.exe]([http:// | * 下載[https://wfs.gc.cuny.edu/MCarlisle/www/texvc_win32bin_20050202.zip texvc.exe]([http://www.box.net/shared/rxoijj92cl mirrors]),儲存於{MediaWiki} (與LocalSettings.php所在的相同目錄) | ||
=== 將 .tex檔 轉成 .dvi檔 === | === 將 .tex檔 轉成 .dvi檔 === | ||
| Line 78: | Line 80: | ||
<math>(\frac{x^5}{y^7})</math> | <math>(\frac{x^5}{y^7})</math> | ||
</pre> | </pre> | ||
: | : https://planetoid.info/images/mediawiki_math.gif | ||
| Line 105: | Line 107: | ||
* [http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/math/README?view=markup (mediawiki) View of /trunk/phase3/math/README] | * [http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/math/README?view=markup (mediawiki) View of /trunk/phase3/math/README] | ||
* [http://www.google.com.tw/search?q=%5B%E5%95%8F%E9%A1%8C%5D+MediaWiki+%E4%B8%8B%E7%9A%84+Latex&sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2006-27,GGGL:zh-TW&aq=t (問題) MediaWiki 下的 Latex - Google 搜尋] (Thanks, kornelius!) | * [http://www.google.com.tw/search?q=%5B%E5%95%8F%E9%A1%8C%5D+MediaWiki+%E4%B8%8B%E7%9A%84+Latex&sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2006-27,GGGL:zh-TW&aq=t (問題) MediaWiki 下的 Latex - Google 搜尋] (Thanks, kornelius!) | ||
* [http://wiki.hoebus.idv.tw/index.php/%E6%95%B8%E5%AD%B8%E5%85%AC%E5%BC%8F 數學公式 - HoebusWiki] for Gentoo Linux http://favico.collection.googlepages.com/gentoo.org.favicon.png (Thanks, Hoebus!) | |||
* [http://en.wikibooks.org/wiki/LaTeX LaTeX - Wikibooks, collection of open-content textbooks] | * [http://en.wikibooks.org/wiki/LaTeX LaTeX - Wikibooks, collection of open-content textbooks] | ||
* [http://wuyy.idv.tw/dokuwiki/doku.php?id=research:latex LaTex 相關網路資源] | * [http://wuyy.idv.tw/dokuwiki/doku.php?id=research:latex LaTex 相關網路資源] | ||
* [http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Editing_mathematical_formulae Help:Displaying a formula - Meta] {{access | date = 2011-02-22}} | |||
[[Category:MediaWiki]] | [[Category:MediaWiki]] | ||