![]() |
>[TeX] | >[その他] | >[表] |
セル内の配置記述
|

| array.styを利用すると項目の設定が増えます。 tabularx.styを利用すると表の幅の設定が行えます。 |
表の位置記述
|

|


| hhline.sty参照。 |
|



| tabls.sty参照。 |
|

|

|



|
| 図・表組 Tips | |
|

| description環境 |

| \usepackage{multicol} |

\documentclass[twocolumn]{jarticle}\makeatletter
\newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}}
\newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}}
\makeatother
を入れて、図と表のキャプションを追加。 |

| \documentclass[twocolumn]{jarticle} |

\documentclass[twocolumn]{jarticle}\makeatletter
\newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}}
\newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}}
\makeatother
を入れて、図と表のキャプションを追加。 |

| \documentclass[twocolumn]{jarticle} \begin{figure*}と\begin{table*}を利用。 |
