当前位置:   article > 正文

LaTeX——伪代码的写法_latex 伪代码宏包

latex 伪代码宏包

latex使用algorithm2e 宏包,即可得到伪代码.
实现效果

\documentclass
\usepackage[linesnumbered,ruled,lined]{algorithm2e} %导入宏包
\begin{document}  
\begin{algorithm}  
\caption{abcd}  
\LinesNumbered  
\KwIn{input}
\KwOut{output}
\For{i in ls}{
   l1\\
   l2\\
   l3
}
\end{algorithm}  
\end{document} 

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/501799
推荐阅读
相关标签
  

闽ICP备14008679号