Re: [問題] 使用目錄時(content)超過一頁的頁碼如꘠…
※ 引述《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
推
07/29 12:39, , 1F
07/29 12:39, 1F
推
06/30 11:50, , 2F
06/30 11:50, 2F
推
07/09 23:29, , 3F
07/09 23:29, 3F
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章