[Q]figure などの貼込み位置を定義記述と分離独立させる方法は?

名前: kkondo
日時: 2003-08-28 16:26:13
IPアドレス: 192.51.44.*

こんにちは。 さて、figure や table の定義記述をおこなうソースの部分については、できれば それらの全てを、references よりも以降に記述したいなと考えております。 そして、実際の figure や table の貼り込みについては、何かの専用コマンド (を作って?)をソース内に記述し、その記述した位置に表示されるように したいのですが、何か方法はあるでしょうか? たとえば、下記のようなことが できれば嬉しいなと思っているのです..。 % 実際に、ソースの中に figure や table を貼り込みを行うコマンドの例 \INSERT_FIGURE[t]{calculation of rates} % この位置に figure-1 の貼り込み \INSERT_TABLE[t]{comparison} % この位置に table-1 の貼り込み % references よりも以降に、figure や table の実際の定義記述本体を書く % figure-1 の定義記述のソースの例 \begin{center} \subfigure[success rate]{ \includegraphics[width=70mm]{../fig/successrate.pdf}} \\ \subfigure[error rate]{ \includegraphics[width=70mm]{../fig/errorrate.pdf}} \hangcaption{This is a caption.} \label{calculation of rates} \end{center} % % table-1 の定義記述のソースの例 \hangcaption{Comparison.} \label{comparison} \begin{center} \begin{tabular}{ll} \hline Einstein & 3.35 \\ Heisenberg & 9.09 \\ \hline \end{tabular} \end{center}

この書き込みへの返事:

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