latex加入算法块

  1. 加入要用的包
latex 复制代码
\usepackage[ruled]{algorithm2e}
  1. 定义代码块

    \begin{algorithm}[htb]
    \caption{This is a Example}
    \label{alg:example}
    \LinesNumbered
    \KwIn{A set of Points}
    \KwOut{A triangle mesh}
    Begin your Algorithm
    ......
    如果在一个代码块里想要换行的时候,在每一行的结尾加上;
    ......
    End your Algorithm
    \end{algorithm}

  2. 使用While

    \While{condition of judgment}{
    operation to be performed
    }

  3. 使用if......else

    \If{condition of judgment}{
    operation to be performed
    }
    \Else{
    operation to be performed
    }

  • 除了\If, \Else, \ElseIf之外,还有\uIf, \lIf, \uElse, \lElse, \uElseIf, \lElseIf等命令,他们的区别在于
    \If, \Else, \ElseIf都是会以end结尾
  • \uIf, \uElse, \uElseIf, 是不以end结尾的块级元素
  • \lIf, \lElse, \lElseIf 是不以end为结尾的行内元素
  • 在If-else结构中,\eIf 自带else(即 if 和 else 共用一个 end),而只是用 \If 和 \Else 的话则会多出一个end给Else。

Reference

https://www.cnblogs.com/X1OO/articles/17025753.html

https://blog.csdn.net/Bule_Zst/article/details/88848102

https://oldtang.com/8376.html

https://www.ctan.org/pkg/algorithm2e

https://mirrors.ustc.edu.cn/CTAN/macros/latex/contrib/algorithm2e/doc/algorithm2e.pdf

https://zhuanlan.zhihu.com/p/166418214

相关推荐
诸神缄默不语2 天前
LaTeX中的\pdfoutput命令:输出PDF
pdf·latex·\pdfoutput·pdflatex
hu_shidong20 天前
LaTeX参考文献工具和宏包bibmap项目简介
latex·参考文献·bibmap·宏包·后端程序
阿史大杯茶1 个月前
用LaTeX写一篇帅帅的算法学习题解
学习·算法·latex
ejinxian1 个月前
LaTeX 编辑器-TeXstudio
编辑器·latex·texstudio·texmaker
RS_数模加油站2 个月前
【研赛论文】数学建模2024华为杯论文word/latex模板
数学建模·word·latex·华为杯
孙悟空间2 个月前
国产 LateX 线上平台 LoongTeX 推荐
latex·loongtex
Gu_fcsdn2 个月前
Python将Latex公式插入到Word中
python·word·latex·latex2word
CarnivoreRabbit2 个月前
win10环境下gvim离线配置插件的一些补充
latex
HelloWorld__来都来了3 个月前
【问题记录+总结】VS Code & Tex Live 2024 & Latex Workshop & Springer模板----更新ing
vscode·latex·template method·tex studio
Misnearch3 个月前
overleaf上latex表格的使用,latex绘制三线表
latex·论文写作·overleaf