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方式的主要内容,如果未能解决你的问题,请参考以下文章