摘要:
目前遇到的伪代码主要用了三种: algorithmic, algorithmicx, algorithm2e 大致的格式如下 \begin{algorithm}[h] \caption{An example for format For \& While Loop in Algorithm} \be 阅读全文
摘要:
遇到Undefined control sequence问题 原来是\bm{\theta}无法识别 解决方法: To use \boldsymbol (in math mode, of course), you need to load the amsmath package. Alternativ 阅读全文