下記のコードを実行すると、添付図の通り
図1 about here
図2 about here
図3 about here
と表示します。これを
図1 about here
とするには、どうしたら良いでしょうか?
図は(a)~(g)まで3ページにまたがり7つ必要ですが、図1として纏めたいです。
図1 about here
図2 about here
図3 about here
と表示します。これを
図1 about here
とするには、どうしたら良いでしょうか?
図は(a)~(g)まで3ページにまたがり7つ必要ですが、図1として纏めたいです。
\documentclass[dvipdfmx]{jarticle}
\usepackage[tablesfirst,notablist]{endfloat}
\usepackage[tablesfirst,notablist]{endfloat}
\usepackage{graphicx}
\makeatletter
\renewcommand{\thefigure}{%
\thesection.\arabic{figure}}%
\@addtoreset{figure}{section}%
\makeatother
\usepackage{subfigure}
\begin{document}
\begin{figure}[ht]
\centering
\begin{tabular}{cc}
\raisebox{-\height}{\Large\textbf{(a)}} & \raisebox{-\height}{\includegraphics[height=8cm,width=9cm]{tiger.eps}} \\
\raisebox{-\height}{\Large\textbf{(b)}} & \raisebox{-\height}{\includegraphics[height=8cm,width=9cm]{tiger.eps}} \\
\raisebox{-\height}{\Large\textbf{(c)}} & \raisebox{-\height}{\includegraphics[height=8cm,width=9cm]{tiger.eps}} \\
%\label{fig:fig3}
\end{tabular}
\end{figure}
\makeatletter
\renewcommand{\thefigure}{%
\thesection.\arabic{figure}}%
\@addtoreset{figure}{section}%
\makeatother
\usepackage{subfigure}
\begin{document}
\begin{figure}[ht]
\centering
\begin{tabular}{cc}
\raisebox{-\height}{\Large\textbf{(a)}} & \raisebox{-\height}{\includegraphics[height=8cm,width=9cm]{tiger.eps}} \\
\raisebox{-\height}{\Large\textbf{(b)}} & \raisebox{-\height}{\includegraphics[height=8cm,width=9cm]{tiger.eps}} \\
\raisebox{-\height}{\Large\textbf{(c)}} & \raisebox{-\height}{\includegraphics[height=8cm,width=9cm]{tiger.eps}} \\
%\label{fig:fig3}
\end{tabular}
\end{figure}
\begin{figure}[ht]
\centering
\begin{tabular}{cc}
\raisebox{-\height}{\Large\textbf{(d)}} & \raisebox{-\height}{\includegraphics[height=8cm,width=9cm]{tiger.eps}} \\
\raisebox{-\height}{\Large\textbf{(e)}} & \raisebox{-\height}{\includegraphics[height=8cm,width=9cm]{tiger.eps}} \\
\raisebox{-\height}{\Large\textbf{(f)}} & \raisebox{-\height}{\includegraphics[height=8cm,width=9cm]{tiger.eps}} \\
%\label{fig:fig3}
\end{tabular}
\end{figure}
\begin{figure}[ht]
\centering
\begin{tabular}{cc}
\raisebox{-\height}{\Large\textbf{(g)}} & \raisebox{-\height}{\includegraphics[height=8cm,width=9cm]{tiger.eps}} \\
%\label{fig:fig3}
%\label {population}
\end{tabular}
\caption{(a)から(g)はtigerを示す)}
%\label {population}
\end{figure}
\end{document}