由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 关于algorithm package的 caption 编号方式
相关主题
LaTeX 2.09 question请教一个章节排序
algorithm超过一页怎么办?问一个不同章节图或者公式编号的问题
Qing Jiaolatex to html question
用Algorithms package输入算法,如何控制算法在文章中的位置。How to put footnote in algorithmic enviroment?
请教几个Latex的小问题请问有什么好的package来
章节和公式编号请问Algorithm怎么自动分成多页?
figure编号不一致latex方程编号的问题
Table Caption的编号不显示的问题如何加入programming codes?
相关话题的讨论汇总
话题: algorithm话题: procedure话题: 编号话题: heuristic话题: chapter
进入TeX版参与讨论
1 (共1页)
d********e
发帖数: 132
1
论文中每章 都包括一些 algorithm,heuristic 或者procedure。我用algorithms
package 写这些algorithm,heuristic 或者procedure。 在caption栏我想要的编号
方式是:
Chapter 1
Algorithm 1.1, Algorithm 1.2 Procedure 1.1 Procedure 1.2
Chapter 2
Algorithm 2.1 Algorithm 2.2 Heuristic 2.1 Procedure 2.1 Procedure 2.2
但现在按照default 的方法生成的编号是完全是不分章节和名称的统一编号:
Algorithm 1, Algorithm 2 , Procedure 3, Procedure 4, Algorithm 5, Algorithm
6, Heuristic 7, Procedure 8, Procedure 9
请问一下怎么实现我想要的 编号方式。
谢谢帮忙!
g*********r
发帖数: 124
2
使用 ntheorem 宏包
\newtheorem{algorithm}{Algorithm}[chapter]

Algorithm

【在 d********e 的大作中提到】
: 论文中每章 都包括一些 algorithm,heuristic 或者procedure。我用algorithms
: package 写这些algorithm,heuristic 或者procedure。 在caption栏我想要的编号
: 方式是:
: Chapter 1
: Algorithm 1.1, Algorithm 1.2 Procedure 1.1 Procedure 1.2
: Chapter 2
: Algorithm 2.1 Algorithm 2.2 Heuristic 2.1 Procedure 2.1 Procedure 2.2
: 但现在按照default 的方法生成的编号是完全是不分章节和名称的统一编号:
: Algorithm 1, Algorithm 2 , Procedure 3, Procedure 4, Algorithm 5, Algorithm
: 6, Heuristic 7, Procedure 8, Procedure 9

1 (共1页)
进入TeX版参与讨论
相关主题
如何加入programming codes?请教几个Latex的小问题
怎样 undefine 一个 newcommand章节和公式编号
如何把equation,algorithm,table搞小点?figure编号不一致
请问一个简单问题Table Caption的编号不显示的问题
LaTeX 2.09 question请教一个章节排序
algorithm超过一页怎么办?问一个不同章节图或者公式编号的问题
Qing Jiaolatex to html question
用Algorithms package输入算法,如何控制算法在文章中的位置。How to put footnote in algorithmic enviroment?
相关话题的讨论汇总
话题: algorithm话题: procedure话题: 编号话题: heuristic话题: chapter