有關於圖表編號 (Numbering of tables)

看板LaTeX (論文排版)作者時間12年前 (2013/01/27 16:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
There is a better way \usepackage[demo]{graphicx} \setcounter{chapter}{3} % For chapter 3 figures \setcounter{figure}{0} \begin{figure}[!hbt] \centering \includegraphics[width=0.3\textwidth,height=2cm]{fig1} \caption{Test 1} \label{test 1} \end{figure} \begin{figure}[!hbt] \centering \includegraphics[width=0.3\textwidth,height=2cm]{fig2} \caption{Test 2} \label{test 2} \end{figure} \setcounter{chapter}{4} % For chapter 4 figures \setcounter{figure}{0} \begin{figure}[!hbt] \centering \includegraphics[width=0.3\textwidth,height=2cm]{fig3} \caption{Test 3} \label{test 3} \end{figure} \begin{figure}[!hbt] \centering \includegraphics[width=0.3\textwidth,height=2cm]{fig4} \caption{Test 4} \label{test 4} \end{figure} \setcounter{chapter}{1} % set chapter back to normal
文章代碼(AID): #1H1EO5bk (LaTeX)
文章代碼(AID): #1H1EO5bk (LaTeX)