latex 伪代码 algorithm2e方式

Posted 软件工程小施同学

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了latex 伪代码 algorithm2e方式相关的知识,希望对你有一定的参考价值。

 

 

一、怎么用:

【paper】latex使用algorithm工具包实现伪代码排版_妈妈咪咦的博客-CSDN博客_algorithm包 latex

二、Latex 中伪代码编译通过,但是在pdf文档中不显示

引入\\usepackagefloat

,添加[H]来产生没有浮动效果的环境。

\\beginalgorithm[H] 

xxx

\\endalgorithm

\\beignfiguire[H]

xxx
\\endfiguire

\\begintable[H]

xxx

 \\endtable

三、设置字体大小、capiton字体大小

latex调整caption字体大小_JasmineHah的博客-CSDN博客_caption标签设置字体大小

\\beginalgorithm[H]
    \\footnotesize
    \\renewcommand\\algorithmicrequire\\textbfInput:
    \\renewcommand\\algorithmicensure\\textbfOutput:
    \\captionsetupfont=footnotesize
    \\captionxxxxxx  
    \\labelalg:xxxxxx  
    \\beginalgorithmic[1]  
      \\REQUIRE  
        $Tx$: The transaction;  
      \\ENSURE  
        $\\emptyset$;
      
      
    \\endalgorithmic  
  \\endalgorithm

 

以上是关于latex 伪代码 algorithm2e方式的主要内容,如果未能解决你的问题,请参考以下文章

关于伪代码和表格宽度的设置 Latex

如何在LaTeX里打出这样的伪代码呢,主要是 这样的行号显示 以及 4,5两行的换行缩进 怎么实现

Latex algorithmic 中添加 comment

关于IEEEAccess中伪代码的格式小结

Latex使用:在latex中添加算法模块

Latex 建立带有竖线和编号的算法环境