図や表を1カラムにするには、*を付ける | sheldon cooper 2.0のブログ

sheldon cooper 2.0のブログ

ブログの説明を入力します。


【2カラムにするには】
\documentclass[twocolumn]{jarticle}

【タイトル、アブスト部分は1カラムなのでその部分だけ囲む】
\twocolumn[タイトル、アブストなど]

【図や表を1カラムにするには、*を付ける】
\begin{figure*}
\end{figure*}

\begin{table*}
\end{table*}

http://blog.livedoor.jp/sige69/archives/51284478.html