看板 [ LaTeX ]
討論串[問題] algorithmic 指令修改
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓3(3推 0噓 3→)留言6則,0人參與, 最新作者rogerli時間15年前 (2010/06/29 22:56), 編輯資訊
0
0
0
內容預覽:
如果你的文件裡面所有的\repeat,\until. 都要改成Do,while. 取巧的辦法是在preamble加上以下兩行:. \renewcommand{\algorithmicrepeat}{\textbf{Do}}. \renewcommand{\algorithmicuntil}{\tex
(還有275個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者as123429 (AS)時間15年前 (2010/06/29 22:34), 編輯資訊
0
0
0
內容預覽:
這是我的編碼.... \begin{algorithmic}[1]. \REPEAT. \STATE do something. \UNTIL { conditions }. \end{algorithmic}. 結果如下:. ------------------. 1: repeat. 2: do
(還有86個字)
首頁
上一頁
1
下一頁
尾頁