作者psilotum (好小孩)
看板LaTeX
标题Re: [问题] 论文里面用appendix在索引无法显示?
时间Sun Apr 26 20:08:12 2009
※ 引述《chia1985 (chia)》之铭言:
: 我用的是book (有试过用report,但结果一样)
: \begin{document}
: \tableofcontents
: \listoftables
: \listoffigures
: \chapter{Introduction}
: \chapter{...}
: 到最後有appendix
: 如果我用
: \appendix
: 整个附注那页就变成没有标题
: 如果我用
: \chapter*{Appendix}
: 则附注那页有标题 "Appendix"
: 但两种在\tableofcontents 的那页Contents
: 都不会显示Appendix 囧
: 请问有人在论文用过Appendix吗?要怎样才会出现在索引呢?
: 谢谢^^
如果把 appendix 当成是 chapter 的话,
试试看用 \addcontentsline{toc}{chapter}{Appendix}
应该就会出现在目录里头了
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.112.82.16
1F:推 chia1985:可以了 谢谢^^ 04/26 20:58