有關於圖表編號 (Numbering of tables)
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
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章