LaTeX/command/others Last-modified: Tue, 30 Mar 2021 15:55:36 JST (1674d) Top > LaTeX > command > others 順次新サイトに移転してますスマホ版が見づらい場合はPC版をお試しください。 \( \LaTeX \)LaTeXコマンド集その他(テキストモード) 表 表の基本 geshi \begin{table}[htb] \begin{tabular}{||c|c|c|} \hline a & b & c \\ \hline \hline d & e & f \\ \hline g & h & i \\ \hline \end{tabular} \end{table} ref [htb]の部分で位置指定。 表の中央寄せ geshi \begin{table}[htb] \centering \begin{tabular}{||c|c|c|} \hline a & b & c \\ \hline \hline d & e & f \\ \hline g & h & i \\ \hline \end{tabular} \end{table} 表の中央寄せ・絶対位置指定 プリアンブルで宣言 geshi \usepackage{here} 本文で使用 geshi \begin{table}[H] \centering \caption{表の説明} \begin{tabular}{||c|c|c|} \hline a & b & c \\ \hline \hline d & e & f \\ \hline g & h & i \\ \hline \end{tabular} \end{table} freeze