作者chia1985 (chia)
看板LaTeX
标题[问题] 使用目录时(content)超过一页的页码如何调整?
时间Thu May 21 22:28:51 2009
因为前面要插入两页的摘要(中英文)
所以我让它目录(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}
谢谢^^
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 122.146.224.172