請問一下 wordpress.com 中的 LaTeX - 部落格

Table of Contents

我在把筆記放到 wordpress.com 的時候碰到的一些 LaTeX 的問題

即使是簡單的原始碼放上去也常常不會正常顯示

舉例而言, 原始碼

$latex \begin{cases}

\text{A and B similar in respect R.} \\
\text{A also has feature F.} \\
\text{Therefore, B has feature F.} \\

\end{cases}$

顯示出來卻是這樣

http://calvinku.wordpress.com/2010/05/26/notes-on-ttp-horner-ch3/


多出了一堆 </p> <p> <br/> 之類的 HTML 碼

想請問一下這要怎麼解決?

感謝 <(_ _)>

--

e^(iπ) + 1 = 0

- Leonhard Euler

--

All Comments

Ursula avatarUrsula2010-06-07
嗯..看起來它是先偵測斷行再作LaTeX encode
Heather avatarHeather2010-06-08
一個簡單的辦法 在段落前後加上<pre>和</pre>就可以了
Agatha avatarAgatha2010-06-13
請問這個語法的作用是?加在 latex code 外面嗎?
Christine avatarChristine2010-06-14
成功了, 太感謝了!不過這個作法似乎比原來的排版往後
挪了一點?