[問題] 使用目錄時(content)超過一頁的頁碼如何調整?

看板LaTeX (論文排版)作者 (chia)時間16年前 (2009/05/21 22:28), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
因為前面要插入兩頁的摘要(中英文) 所以我讓它目錄(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
文章代碼(AID): #1A5MKaoT (LaTeX)
文章代碼(AID): #1A5MKaoT (LaTeX)