Re: [問題] 使用目錄時(content)超過一頁的頁碼如꘠…

看板LaTeX (論文排版)作者 (渣喳楂查扎挓渣)時間16年前 (2009/05/21 23:55), 編輯推噓3(300)
留言3則, 2人參與, 最新討論串1/1
※ 引述《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
2013 07 10 PUSH!!!
07/09 23:29, 3F
文章代碼(AID): #1A5NbiaX (LaTeX)
文章代碼(AID): #1A5NbiaX (LaTeX)