我用\foreach 产生循环自动画两两并排图,
但是我的图全部有10张,两两并排只画出了8张图,
剩下两张切掉了,没有自动换页继续画图,
我有查到可以用\ContinuedFloat,但是却没有反应,
\foreach跟\ContinuedFloat不能一起用吗?
还是说有版友知道其他方法,可以自动画出多张并排图,并自动换页的方法吗?
再麻烦好心版友帮帮忙,谢谢。
我的程式码如下:
\documentclass{article}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{pgffor}
\usepackage{caption}
\usepackage{subfig}
\usepackage{type1cm}
\usepackage{graphics}
\usepackage{lipsum,float}
\textwidth 6.2in
\textheight 9.0in
\topmargin -0.35in
\oddsidemargin -0.25in
\evensidemargin -0.10in
\usepackage[left=1.0cm, right=1.0cm, top=1.0cm, bottom=1.0cm]{geometry}
\begin{document}
\begin{figure}
\ContinuedFloat
\centering
\foreach \t in {0, 0.05, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8}{%loop
\centering
\subfigure[]{\includegraphics[width=0.5\textwidth]{A\t}}
}
\end{figure}
\newpage
\end{document}
错误讯息:
(untitled-1.aux) ABD: EveryShipout initializing macros
*geometry* detected driver: pdftex
! Missing number, treated as zero.
<to be read again>
\[email protected]@save
l.20 \ContinuedFloat
?
Warning:
untitled-1.tex
26
LaTeX Warning: Float too large for page by 198.29964pt on input line 26.