Latex.算法分页

本文介绍了如何在LaTeX中处理过长的算法,通过引用特定宏包和编写可分页的算法格式,实现算法跨页显示。详细步骤包括引入相关宏包、设置分页算法环境,并给出了参考链接。

算法太长需要分页

1、引用宏包

\usepackage{algorithmic}
\usepackage{algorithm,float}

2、编写可分页的算法格式

\makeatletter
\newenvironment{breakablealgorithm}
  {% \begin{breakablealgorithm}
   \begin{center}
     \refstepcounter{algorithm}% New algorithm
     \hrule height.8pt depth0pt \kern2pt% \@fs@pre for \@fs@ruled 画线
     \renewcommand{\caption}[2][\relax]{% Make a new \caption
       {\raggedright\textbf{\ALG@name~\thealgorithm} ##2\par}%
       \ifx\relax##1\relax % #1 is \relax
         \addcontentsline{loa}{algorithm}{\protect\numberline{\thealgorithm}##2}%
       \else % #1 is not \relax
         \addcontentsline{loa}{algorithm}{\protect\numberline{\thealgorithm}##1}%
       \fi
       \kern2pt\hrule\kern2pt
     }
  }{% \end{breakablealgorithm}
     \kern2pt\hrule\relax% \@fs@post for \@fs@ruled 画线
   \end{center}
  }
\makeatother

-----------后面是文章内容----------
\begin{document}......

3、添加算法

\begin{breakablealgorithm}
  \caption{标题}
  \hspace*{0.02in} \raggedright {\bf Input:}  %开头格式、左对齐的Input语句
   Input语句内容 \\                           % 换行符
  \hspace*{0.02in} \raggedright {\bf Output:} 
   Output语句内容 \\
  \begin{algorithmic}[1]
    \STATE 算法语句                               
  \end{algorithmic}
\end{breakablealgorithm}


感谢!参考地址:

http://tex.stackexchange.com/questions/33866/algorithm-tag-and-page-break

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值