「latex algorithm 編號」的推薦目錄:
- 關於latex algorithm 編號 在 コバにゃんチャンネル Youtube 的精選貼文
- 關於latex algorithm 編號 在 大象中醫 Youtube 的精選貼文
- 關於latex algorithm 編號 在 大象中醫 Youtube 的最讚貼文
- 關於latex algorithm 編號 在 Re: [問題] algorithm中條列編號- 看板LaTeX - 批踢踢實業坊 的評價
- 關於latex algorithm 編號 在 LaTex笔记(不定期更新) 的評價
- 關於latex algorithm 編號 在 Re: [問題] algorithm的label 跟ref該怎麼用- 看板LaTeX 的評價
- 關於latex algorithm 編號 在 How to change the order of algorithm number and name in ... 的評價
- 關於latex algorithm 編號 在 增加algorithm和algorithmic的例子· Issue #45 · sjtug/SJTUThesis 的評價
- 關於latex algorithm 編號 在 Algorithm2e break. in/zqbovn/red-lodge-classifieds-facebook ... 的評價
latex algorithm 編號 在 大象中醫 Youtube 的精選貼文
latex algorithm 編號 在 大象中醫 Youtube 的最讚貼文
latex algorithm 編號 在 LaTex笔记(不定期更新) 的推薦與評價
插入项目符号和编号. 不带序号. 关于{itemize}里序号的形式:latex默认生成的简单列表,默认为一个小圆点,而我们在写文章时可能想要一些不一样的列表符号,比如-, ... ... <看更多>
latex algorithm 編號 在 Re: [問題] algorithm的label 跟ref該怎麼用- 看板LaTeX 的推薦與評價
從\label{algOrig}放的位置就知道, 這個標籤其實紀錄的是那個章節的編號, 而不是algorithm編號。 : 我想要的是Algorithm 1 請問該怎麼修改: 或是有 ... ... <看更多>
latex algorithm 編號 在 Re: [問題] algorithm中條列編號- 看板LaTeX - 批踢踢實業坊 的推薦與評價
※ 引述《minksable (安田,不要白目)》之銘言:
: 因為我是超級大新手,
: 為了趕deadline前投稿,
: 只學了點皮毛,要用的東西都從別人的tex檔中改 @@
: 使用到的package如下(但不知道是否都和algorithm有關):
: \usepackage{algorithm}
: \usepackage{algpseudocode}
: \usepackage{amsmath}
: \usepackage{graphics}
: \usepackage{epsfig}
: 想寫出的演算法如下:
: \begin{algorithm}[htb]
: \caption{My Algorithm}
: \begin{algorithmic}[0]
: \Require ...
: \Ensure ...
: \State statement 1
: \State statement 2
: \State statement 3
: \State statement 4
: \Return ...
: \end{algorithmic}
: \end{algorithm}
: 我並不想要行號,
: 而想要只在需要的位置編號就好,
: 像是statement 2和statement 4是我想要講解的重點,
: 能否印出來變成:
: ─────────────
: Algorithm 1 My Algorithm
: ─────────────
: Input: ...
: Output: ...
: statement 1
: (1) statement 2
: statement 3
: (2) statement 4
: Return ...
: ─────────────
: 謝謝各位了 :)
過一天沒有人回應,小弟稍微幫個忙
將 \begin{algorithmic}[0]
改成 \begin{algorithmic}
也就是後面的 [0] 拿掉
雖然我自己是用 [1] 來出現編號的
不過拿掉應該就不會有數字
所以 (1) 跟 (2) 就要你自己加上去
然後排版漂亮的部分可能要另外找找看
提供你參考,祝你順利
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 36.226.6.199
... <看更多>