Re: subfigureでのキャプション

名前: kent
日時: 2004-02-04 22:59:51
IPアドレス: 210.20.234.*

>>25571 変更してみたのですが,\submysubcntでエラーが出て止まってしまいました. 自分で書き換えられれば良いのですが,なにぶん勉強不足でよくわかりません. 申し訳ありませんが,もう少し教えて下さい.すいません. \documentclass[a4j]{jsarticle} \usepackage{subfigure} \usepackage[dvipdfm]{graphicx} %\makeatletter \newcounter{mysubcnt} \def\getmysubcnt{\setcounter{mysubcnt}{\value{subfigure}}} %\def\setmysubcnt{\setcounter{subfigure}{\themysubcnt}} \def\setmysubcnt{% \edef\@currcnt{\expandafter\@remove@star\@currenvir*\@nil}% \addtocounter\@currcnt\m@ne \setcounter{subfigure}{\value{mysubcnt}}} \def\@remove@star#1*#2\@nil{#1} %\makeatother %Preamble \begin{document} \begin{figure} \begin{tabular}{c c} \subfigure[1匹目]{\includegraphics[width=.3\linewidth]{tiger.eps}} \subfigure[2匹目]{\includegraphics[width=.3\linewidth]{tiger.eps}}\\ \subfigure[3匹目]{\includegraphics[width=.3\linewidth]{tiger.eps}} \subfigure[4匹目]{\includegraphics[width=.3\linewidth]{tiger.eps}}\\ \getmysubcnt \end{tabular} \caption{AAA} \end{figure} \begin{figure} \newpage \begin{tabular}{ c c } \setmysubcnt \subfigure[5匹目]{\includegraphics[width=.3\linewidth]{tiger.eps}} \subfigure[6匹目]{\includegraphics[width=.3\linewidth]{tiger.eps}}\\ \subfigure[7匹目]{\includegraphics[width=.3\linewidth]{tiger.eps}} \subfigure[8匹目]{\includegraphics[width=.3\linewidth]{tiger.eps}}\\ \end{tabular} \caption{BBB} \end{figure} \end{document} とりあえず,この環境で実行しています. AAAとBBBが両方とも"図1"となってくれればありがたいのですが… よろしくお願いします.

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)