Re: figure編號的問題

看板LaTeX (論文排版)作者 (該我畢業了嗎)時間19年前 (2007/04/02 14:13), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
※ 引述《hoch@kkcity.com.tw ( )》之銘言: : > \include{ch1}、\include{ch2}...把所有的章加進來,可是突然發現一個問題, : > 這樣的話,每章的圖都會重新編號,就是每章的圖都會從figure1開始編, : > 我要怎樣才能讓第一章的圖是figure1..figure n, : > 而第二章的圖是從figure n+1開始呢,謝謝 : 改成 \input{ch1} 試看看. : http://www.tex.ac.uk/cgi-bin/texfaq2html?label=include 如果上述方式不行的話 看看這裡的解法吧 http://www.iam.ubc.ca/~newbury/tex/numbering.html To change the numbering style, even half way through your document, you simply \renew it: \renewcommand{\thefigure}{\thechapter.\arabic{figure}} ^notice the period here! This gives Figure numbers 1.1, 1.2 ... 1.4, 2.5, 2.6 ... 2.11, 3.12,... 看樣子, 論文季節到了 :p -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.116.80.33
文章代碼(AID): #1649y3h1 (LaTeX)
討論串 (同標題文章)
本文引述了以下文章的的內容:
1
1
完整討論串 (本文為第 3 之 3 篇):
1
1
文章代碼(AID): #1649y3h1 (LaTeX)