1
如何在LaTeX中使用lstlisting或其他格式化程序包輸入此內容?在LaTeX中顯示半僞代碼
E_{T}= \phi ;
sort the edges by their weight, $w(e_1) \le w(e_2) \le \dots \le w(e_m))$;
for (i = 1; i \le m; i = i+1) {
if ($T+e_i$ contains no cycles) {
E_T =E_T+ e_i;
}
}
http://tex.stackexchange.com是給你的。 – 2011-02-24 16:28:30