LaTeXで書籍クオリティーの表をタイプセットするための booktabs パッケージ

(※2017-05-14にタイトルを変更しました。)

書籍クオリティーの表をタイプセットするためのpackagebooktabsを紹介します。

書籍での表は、縦の区切りを基本的に使いません。あと2重線も使わないですね。

booktabsはそんな表を簡単に美しく作成できます。

以下は一例です:

\documentclass{jsarticle}
\usepackage{booktabs}
\begin{document}
\begin{center}
\begin{tabular}{@{}llr@{}} \toprule
\multicolumn{2}{c}{Item} \\ \cmidrule(r){1-2}
Animal & Description & Price (\$)\\ \midrule
Gnat  & per gram  & 13.65 \\
      & each      & 0.01 \\
Gnu   & stuffed   & 92.50 \\
Emu   & stuffed   & 33.33 \\
Armadillo & frozen & 8.99 \\ \bottomrule
\end{tabular}
\end{center}

\end{document}

Adsense広告