2011-02-24 73 views
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; 
    } 
} 
+1

http://tex.stackexchange.com是给你的。 – 2011-02-24 16:28:30

回答

1

由于它看起来像伪代码,我推荐使用algorithmicx包。

+0

这个答案后,我在问题标题中添加了“伪代码”。 – Svante 2011-02-24 18:39:09