$…$ 就可以在行內輸入了\$ escape 掉plugin»mathjax»configfile:(Optional) One or more files containing MathJax configuration commands. Specify paths relative to the dokuwiki installation directory (e.g. conf/mathjax.js or data/pages/mathjaxconf.txt), and separate multiple files with semicolons.
然後即可自訂 command?是類似 TiddlyWiki plugin 的 \third、\quarter 這種嗎?
plugin»mathjax»config 的 textarea 裡設定就好了呢?MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ["$","$"], ["\\(","\\)"] ],
displayMath: [ ["$$","$$"], ["\\[","\\]"] ],
processEscapes: true
},
TeX: {
Macros: {
half: "{\\frac{1}{2}}",
third: "{\\frac{1}{3}}",
quarter: "{\\frac{1}{4}"
}
}
});
(切記標點符號那些不能錯漏啊~)→ 成功了
