作者saplayer (saplayer)
看板LaTeX
标题Re: [问题] 图太多出现error
时间Tue Oct 16 13:41:33 2012
我查到的资料是subfigure预设用a-z作为counter,所以上限26张
作法是redefine:
\renewcommand{\thesubfigure}{\thefigure.\arabic{subfigure}}
※ 引述《teaistea (茶)》之铭言:
: 你们好,
: 我使用
: \begin{figure}
: \begin{center}
: \subfigure[...]{
: \includegraphics[scale=0.3]{图一}
: \label{图一}
: }
: .
: .
: .
: \end{center}
: \end{figure}
: 的方式贴图,一开始都没什麽问题,
: 但当我贴的图数量超过某个数时,就会出现error:
: ! LaTeX Error: Counter too large.
: 我有试过分成两个\begin{figure}...\end{figure}
: 结果一样,请问有什麽可以解决他的办法吗?谢谢:)
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.112.30.81
1F:推 springman:我是在一堆图後面加一个 \clearpage 10/16 16:22
2F:推 teaistea:谢谢你,问题顺利解决了:) 10/16 16:22