名前: carnofarzy 日時: 2002-06-21 12:37:18 IPアドレス: 133.19.126.*
早々の返信ありがとうございます。 そのページに書いてあるとおりに実行したのですが、うまくいきません。 \newcommand{\tblcaption}[1]{\def\@captype{table}}\caption{#1} \newcommand{\figcaption}[1]{\def\@captype{figure}}\caption{#1} \begin{table}[h] \begin{minipage}{.5\textwidth} \tblcaption{表1のcaption} \begin{center} \begin{tabular}(表省略) \end{tabular}\end{center} \end{minipage} \begin{minipage}{.5\textwidth} \begin{center} \scalebox{0.5}{\includegraphics{-------.eps}} \figcaption{図1のcaption} \end{center} \end{minipage} \end{table} これでやると、表には、表1:〜〜〜〜〜と名前がつくのですが、 図に、表2:〜〜〜〜〜〜て名前がつくのです。 これを図に図1:〜〜〜〜〜と名前をつけるには上のプログラムを どのように変更すればよいでしょうか?教えてください。
この書き込みへの返事: