LaTeX 排版问题之算法设计

这篇博客介绍了如何在 LaTeX 中进行算法设计的排版,包括使用的包如algorithm, algorithmic, multirow, amsmath 和 xcolor。同时,文章详细说明了如何自定义算法的输入、输出和初始化命令,并提供了修改algorithmc文件以添加新命令的步骤。此外,还提到了一些特殊符号的使用。" 108301916,1341317,Orleans框架详解与中文文档发布,"['分布式系统', '.NET框架', '云计算', '编程模型', '文档本地化']
摘要由CSDN通过智能技术生成

自己写的一个算法,可能用到的包

\usepackage{algorithm} %format of the algorithm
\usepackage{algorithmic} %format of the algorithm
\usepackage{multirow} %multirow for format of table
\usepackage{amsmath}
\usepackage{xcolor}

用到的命令

\renewcommand{\algorithmicrequire}{\textbf{Input:}}
\renewcommand{\algorithmicensure}{\textbf{Output:}}
\renewcommand{\algorithmicinitial}{\textbf{Initialization:}}

注:使用第三个需要修改\CTEX\MiKTeX\tex\latex\algorithms目录下的algorithmc文件,首先找到

% ALGORITHMIC
\newcommand{\algorithmicrequire}{\textbf{Require:}}
\newcommand{\algorithmicensure}{\textbf{Ensure:}}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值