高度な表の脚注

高度な表の脚注

Physical Review B の次の例のように、表に脚注を配置する必要があります。

ここに画像の説明を入力してください

Phys. Rev. BはLaTeXで書かれているので(レヴテックス)、これはどのクラスでも可能だと信じています。私は Classic Thesis を ArsClassica パッケージで使用しています。私はすでにミニページを使用して非常に似たものを実現しました:

\begin{table}
    \begin{minipage}{\textwidth}
    \centering
    \begin{tabular}{l c c c c c c}
    \toprule
    & $a$ (\si{\angstrom}) & $c/a$ & $u$ & $B_0$ (\si{\giga\pascal}) & $B_0'$ & $E_g$ (\si{\electronvolt})\\
    \midrule
    GGA & \num{3.126} & \num{1.602} & \num{0.382} & \num{191} & \num{3.67} & \num{4.10}\\
    GGA\footnote{\cite{Stampfl1999}.} & \num{3.113} & \num{1.619} & \num{ 0.380} & \num{192} & \num{3.69} & \num{4.25}\\
    GGA\footnote{\cite{Zoroddu2001}.} & \num{3.110} & \num{1.606} & \num{0.382} & - & - & - \\
    Exp.\footnote{\cite{Stampfl1999}.} & \num{3.111} & \num{1.601} & \num{0.385} & \num{185}-\num{212} & \num{5.7}-\num{6.3}& \num{6.28} \\
    Exp.\footnote{\cite{Schulz1977}.} & \num{3.110} & \num{1.601} & \num{0.382} & \num{202} & - & - \\

    \bottomrule
    \end{tabular}
    \end{minipage}

    \caption{Caption on top.}

\end{table}

結果は次のとおりです。

ここに画像の説明を入力してください

しかし、ここで大きな問題に気付くでしょう。幅 のミニページを使用したため\textwidth、脚注が表と揃っていません (例のように)。この揃え方を実現することは可能でしょうか? どのようにすればよいでしょうか?


Bernard の回答に従って、私はこれを使用しました:

\begin{table}
    \centering
    \begin{threeparttable}
    \caption{Comparison of calculated binding energy and bond lengths for \ce{O2} and \ce{N2} with experimental and other theoretical values.}
    \begin{tabular}{l c c c c}
    \toprule
    & $E_b^\text{\ce{O2}}$ (\si{\electronvolt}) & $d_\text{\ce{O}-\ce{O}}$ (\si{\angstrom})& $E_b^\text{\ce{N2}}$ (\si{\electronvolt}) & $d_\text{\ce{N}-\ce{N}}$ (\si{\angstrom})\\
    \midrule
    GGA & \num{-5.855} & \num{1.215} & \num{-10.138} & \num{1.096} \\
    GGA\tnote{a}& - & - & \num{-9.867}& \num{1.105}\\
    GGA\tnote{b} & - & - & \num{-10.558} & \num{1.113}\\
    Exp.\tnote{c} & \num{-5.12} & \num{1.21} & - & - \\
    Exp.\tnote{a} & - & - & \num{-9.9}& \num{1.10}\\
    \bottomrule
    \end{tabular}

    \begin{tablenotes}
        \item[a] \cite{Stampfl1999}.
        \item[b] \cite{Zoroddu2001}.
        \item[c] \cite{Wang2008}.
    \end{tablenotes}
    \end{threeparttable}
\end{table}

しかし、キャプションには問題があるように思えます。どうやら、キャプションは表と同じ長さに制限されているようです。

ここに画像の説明を入力してください

答え1

これはthreeparttable、同名の環境とtablenotes環境を定義する で行うことができます。キャプションをtablethreeparttable環境の間に置くと、キャプションの幅は になりますtextwidth内部 threeparttable、その幅はテーブルの実際の幅になります。

\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[showframe]{geometry} 
\usepackage{booktabs, caption}
\captionsetup{labelfont=sf, width =\textwidth}
\usepackage{siunitx}
\usepackage[flushleft]{threeparttable}

\begin{document}

\begin{table}[!htbp]
\centering
    \caption{Caption on top. A long long long and very very silly caption . A long long long and very very silly caption.}
  \begin{threeparttable}
    \begin{tabular}{l c c c c c c}
      \toprule
                    & $a$ (\si{\angstrom}) & $c/a$ & $u$ & $B_0$ (\si{\giga\pascal}) & $B_0'$ & $E_g$ (\si{\electronvolt}) \\
      \midrule
      GGA & \num{3.126} & \num{1.602} & \num{0.382} & \num{191} & \num{3.67} & \num{4.10} \\
      GGA\tnote{a} & \num{3.113} & \num{1.619} & \num{ 0.380} & \num{192} & \num{3.69} & \num{4.25} \\
      GGA\tnote{b} & \num{3.110} & \num{1.606} & \num{0.382} & -- & -- & -- \\
      Exp.\tnote{c} & \num{3.111} & \num{1.601} & \num{0.385} & \num{185}-\num{212} & \num{5.7}-\num{6.3} & \num{6.28} \\
      Exp.\tnote{d} & \num{3.110} & \num{1.601} & \num{0.382} & \num{202} & -- & -- \\
      \bottomrule
    \end{tabular}
    \begin{tablenotes}
      \item[a]\cite{Stampfl1999}
      \item[b]\cite{Zoroddu2001}
      \item[c]\cite{Stampfl1999}
      \item[d]\cite{Schulz1977}
    \end{tablenotes}
  \end{threeparttable}
  \label{table2}
\end{table}



\begin{table}[!htbp]
\centering
  \begin{threeparttable}
    \caption{Caption on top. A long long long and very very silly caption . A long long long and very very silly caption.}

    \begin{tabular}{l c c c c c c}
      \toprule
                    & $a$ (\si{\angstrom}) & $c/a$ & $u$ & $B_0$ (\si{\giga\pascal}) & $B_0'$ & $E_g$ (\si{\electronvolt}) \\
      \midrule
      GGA & \num{3.126} & \num{1.602} & \num{0.382} & \num{191} & \num{3.67} & \num{4.10} \\
      GGA\tnote{a} & \num{3.113} & \num{1.619} & \num{ 0.380} & \num{192} & \num{3.69} & \num{4.25} \\
      GGA\tnote{b} & \num{3.110} & \num{1.606} & \num{0.382} & -- & -- & -- \\
      Exp.\tnote{c} & \num{3.111} & \num{1.601} & \num{0.385} & \num{185}-\num{212} & \num{5.7}-\num{6.3} & \num{6.28} \\
      Exp.\tnote{d} & \num{3.110} & \num{1.601} & \num{0.382} & \num{202} & -- & -- \\
      \bottomrule
    \end{tabular}
    \begin{tablenotes}
      \item[a]\cite{Stampfl1999}
      \item[b]\cite{Zoroddu2001}
      \item[c]\cite{Stampfl1999}
      \item[d]\cite{Schulz1977}
    \end{tablenotes}
  \end{threeparttable}
  \label{table2}
\end{table}

\end{document} 

ここに画像の説明を入力してください

答え2

OPは私の回答が気に入ったとコメントしました図の\captionで\footnoteを使用するただし、幅の計算を自動化することに興味がありましたminipage。ここでは、その方法を示します。簡単に呼び出せるようにtabularコンテンツを に配置し\def、それを一時的な に配置します。次に、 を幅として\hbox使用し、その中に定義されたマクロを含むコンテンツを呼び出すだけです。\wd0minipagetabular

\documentclass[12pt]{article}
\usepackage{boxhandler}
\begin{document}
This is an alternate way to do a footnote in a table, with the minipage
environment.
\begin{table}[ht]
  \def\tblcontent{\footnotesize\begin{tabular}{|l|c|c|}
    \hline
    Title & Column 1 & Column 2\\
    \hline
    First Test & 1.234 & 5.389\footnote{\scriptsize This is the
     footnote text blah blah blah blahty blah}\\
    \hline
    Second Test & 3.894 & 1.586~~\\
    \hline
  \end{tabular}}
  \setbox0=\hbox{\tblcontent}
  \centering
  \caption{Caption goes here}
  \begin{minipage}{\wd0}   % GUESS (OR CALCULATE) MINIPAGE WIDTH
    \renewcommand\footnoterule{}     % ELIMINATE LITTLE LINE SEPARATER
    \tblcontent
    \vspace{-2ex}                    % SHIFT FOOTNOTE UP
  \end{minipage}
\end{table}
\end{document}

ここに画像の説明を入力してください

関連情報