「latex algorithm2e」的推薦目錄:
- 關於latex algorithm2e 在 コバにゃんチャンネル Youtube 的最佳解答
- 關於latex algorithm2e 在 大象中醫 Youtube 的最佳解答
- 關於latex algorithm2e 在 大象中醫 Youtube 的精選貼文
- 關於latex algorithm2e 在 Re: [問題] algorithm2e下字體不使用斜體- 看板LaTeX 的評價
- 關於latex algorithm2e 在 Can anyone help writing the algorithm shown in the figure in ... 的評價
- 關於latex algorithm2e 在 latex algorithm編號2023-精選在臉書/Facebook/Dcard上的焦點 ... 的評價
- 關於latex algorithm2e 在 latex algorithm編號2023-精選在臉書/Facebook/Dcard上的焦點 ... 的評價
- 關於latex algorithm2e 在 Why there is no 'end' in my For loop when I use algorithm2e ... 的評價
- 關於latex algorithm2e 在 LaTeX Tutorial 7 – Algorithms - YouTube 的評價
- 關於latex algorithm2e 在 SYSU-LaTex-Thesis/algorithm2e.tex at master - GitHub 的評價
- 關於latex algorithm2e 在 How to Write Algorithm Pseudo Code in LaTeX 的評價
latex algorithm2e 在 大象中醫 Youtube 的最佳解答
latex algorithm2e 在 大象中醫 Youtube 的精選貼文
latex algorithm2e 在 Can anyone help writing the algorithm shown in the figure in ... 的推薦與評價
I was trying to write the algorithm shown in 1 in LaTex. Below is the code that I tried. However, it returns no indentation as I needed. I ... ... <看更多>
latex algorithm2e 在 latex algorithm編號2023-精選在臉書/Facebook/Dcard上的焦點 ... 的推薦與評價
TeX版- 关于algorithm package的caption 编号方式... 请教几个Latex的小问题. ○ 章节和公式编号... 论文中每章都包括一些algorithm,heuristic 或者 ... ... <看更多>
latex algorithm2e 在 Re: [問題] algorithm2e下字體不使用斜體- 看板LaTeX 的推薦與評價
不好意思,我來個自問自答...
依照以下連結的指示,
https://tex.stackexchange.com/questions/102933/no-italics-in-algorithm2e-if-clause
在需要用正體字的地方用"\upshape"指令覆蓋過數學模式就可以了,
第2行的tex code 會變成 \If{current \upshape{is a goal}},
希望未來遇到此問題的人,不必找這個解法太久。
※ 引述《pabeni (蝸牛)》之銘言:
: 我使用的package是algorithm2e,
: 但在使用"\While"、"\If"、"\For"等函式下,
: condition的部份都會被限制為是"數學模式",
: 請問 有辦法可以在condition的地方不使用數學模式嗎?
: 以下為例子:
: 1. \begin{algorithm}
: 2. \If{current is a goal}{
: 3. \Return success;
: 4. }
: 5. \end{algorithm}
: 我期望能夠看到第2行的"is a goal" 是正體字,
: 這樣才能區分出"current"為變數,"is a goal"為敘述。
: 請問是否可以達成這個目標呢?
: 又或者 各位鄉民大大有什麼樣的建議?
: 謝謝!
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.109.23.169
※ 文章網址: https://www.ptt.cc/bbs/LaTeX/M.1444635020.A.C06.html
... <看更多>