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

相关推荐
北极象6 天前
Flutter中实现拍照识题的功能
flutter·latex·数学公式
Jason-nb10 天前
vscode + latex workshop + sumatraPDF
ide·vscode·编辑器·latex
D-A-X12 天前
vscode中latex的tex文件和pdf跳转
vscode·pdf·latex
zjoy_223324 天前
【Latex】latex公式手册大全||积分公式表示||极限表达||矩阵的各种表达
python·学习·线性代数·数学·矩阵·latex·高等数学
AuGuSt_811 个月前
【工具推荐】在线提取PDF、文档、图片、论文中的公式
latex
小草cys1 个月前
word中把latex公式快速转换为word公式
word·latex·公式转换
Vin0sen1 个月前
latex 环境配置
latex
Better Rose2 个月前
2025美赛Latex模板可直接运行!O奖自用版
数学建模·latex·template method·美赛
摸鱼仙人~3 个月前
3D滤波器处理遥感tif图像
latex
金创想3 个月前
latex与word优缺点对比
word·latex