作者wolfswolfs (wolf)
看板LaTeX
标题[问题] latex写演算法如何跨页显示为同一个编号?
时间Mon Jul 15 16:44:36 2013
查过很多资料,也爬过文,可是都找不到解答~"~
我用的系统是windows xp
演算法是以这样方式包起来的:
\begin{algorithm}[ht]
\caption{scheme A}
\label{algo4}
\bigskip
\begin{algorithmic}[1]
\par
.................一大堆演算法................
\algstore{testcont}
\end{algorithmic}
\end{algorithm}
\bigskip
\begin{algorithm}[ht]
\caption{scheme A - part 2}
\begin{algorithmic}[1]
\algrestore{testcont}
情况跟这个网页显示的一样
http://tex.stackexchange.com/questions/85390/divide-an-algorithm-on-two-pages
就是切开来後一个显示algorithm4一个显示algorithm5
想请问该怎麽让他两个都是显示algorithm4呢?
麻烦各位为小弟解惑><"
感谢<(_ _)>
--
※ 编辑: wolfswolfs 来自: 140.118.155.93 (07/15 17:54)