作者aks43725 (渣喳楂查扎挓渣)
站内LaTeX
标题Re: [问题] 使用目录时(content)超过一页的页码如꘠…
时间Thu May 21 23:55:23 2009
※ 引述《chia1985 (chia)》之铭言:
: 因为前面要插入两页的摘要(中英文)
: 所以我让它目录(contents)从罗马的三开始计数
: 我的contents有两页(iii-iv),
: list of table一页(v),
: list of figures两页 (vi-vii)
: 页码都正常没错
: 但是在Contents上,我的Contents对到的页码却是iv
: list of figures对到的却是vii
: 请问要如何让它在目录上显示的是第一页呢?
: Contents应该是iii,而list of figure应该是vi
: \pagenumbering{roman}
: \setcounter{page}{3}
: \tableofcontents\addcontentsline{toc}{chapter}{Contents}
: \listoftables\addcontentsline{toc}{chapter}{List of Tables}
: \listoffigures\addcontentsline{toc}{chapter}{List of Figures}
: \newpage
: \pagenumbering{arabic}
: 谢谢^^
那是因为你的 \addcontentsline 是在你的 Contents 结束才放的
所以它才会对到你 Contents 结束的那页
改成
\newpage
\addcontentsline{toc}{chapter}{Contents}
\tableofcontents
应该就好了
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.139.133.117
1F:推 piglon:谢谢你 我遇到的问题才能解决 07/29 12:39
2F:推 skyskill:谢谢!! 06/30 11:50
3F:推 skyskill:2013 07 10 PUSH!!! 07/09 23:29