Latex 算法过长 分页显示方法

Posted Wasdns

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Latex 算法过长 分页显示方法相关的知识,希望对你有一定的参考价值。

参考:

Algorithm tag and page break

Latex 算法过长 分页显示方法

1.引用algorithm包;

2.在\begin{document}前加上以下Latex代码:

\makeatletter
\newenvironment{breakablealgorithm}
  {% \begin{breakablealgorithm}
   \begin{center}
     \refstepcounter{algorithm}% New algorithm
     \hrule height.8pt depth0pt \kern2pt% \@[email protected] for \@[email protected]
     \renewcommand{\caption}[2][\relax]{% Make a new \caption
       {\raggedright\textbf{\[email protected]~\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% \@[email protected] for \@[email protected]
   \end{center}
  }
\makeatother

3.使用\begin{breakablealgorithm}\end{breakablealgorithm}替换\begin{algorithm}\end{algorithm}.

2017.12

以上是关于Latex 算法过长 分页显示方法的主要内容,如果未能解决你的问题,请参考以下文章

使用 Python 代码片段编写 LaTeX 文档

latex在vim中的代码片段

FragmentStatePagerAdapter视图分页器片段在重新创建活动后未显示

请教Latex小白问题,关于bad boxes

LaTeX 公式过长 换行和对齐

报表reportviewer控件使用时,单行文本过长的解决办法