각주가 포함된 표

각주가 포함된 표

나는 테이블을 가지고 있고 내부 숫자 중 일부에는 바닥글로 설명되어야 하는 * 및 **와 같은 기호가 있습니다(페이지가 아닌 테이블의 끝에서). 그렇게 하는 방법을 모르고 코드를 변경하고 싶지 않습니다. 내 코드는 다음과 같습니다

\begin{table}[h]
    \caption  {\bf Performance at First Doubles Matches}  % title name of the table
    \centering  % centering table
    \begin{tabular}{l c c c }  % creating 4 columns
        \hline
        % here is the info 
        \hline
        % I need the foot note here ( I dont know if it is called fotenote or not ??) but I need the related info at the end of the table 
    \end{tabular}
    \label{tab:PPer}
\end{table}

답변1

코드를 변경하지 않고:
맨 아래에 추가 행을 추가하고 셀을 병합한 \multicolumns다음 거기에 각주를 수동으로 입력합니다. 즉 위 첨자와 각주 텍스트로 서식을 지정합니다. MWE(주의! 보기 흉한 간격):

\documentclass{article}
\begin{document}

\begin{table}[h]
\centering

\begin{tabular}{lccc}  % creating 4 columns

\hline \\
test & test & test & test\textsuperscript{*} \\ % here is the info 
\hline
\multicolumn{4}{l}{\textsuperscript{*}\footnotesize{The footnote}}

\end{tabular}

\caption{\textbf{Performance at First Doubles Matches}}  % title name of the table
\label{tab:PPer}
\end{table}
\end{document}

참고!!:패키지를 이용해 주세요책꽂이더 좋은 간격과 줄을 얻으려면.

컴파일된 MWE

예쁜 MWE_

\documentclass{article}
\usepackage{booktabs}

\begin{document}


\begin{table}[h]

\centering

\begin{tabular}{@{}lccc@{}}  % creating 4 columns

\toprule
\textbf{H1} &\textbf{H2} & \textbf{H3} & \textbf{H4} \\ \midrule
testtest & test & testtest & testtesttesttest\textsuperscript{*} \\ % here is the info 
testtest & test & testtest & testtesttesttest\textsuperscript{**} \\
testtest & test & testtest\textsuperscript{***} & testtesttesttest \\\midrule 
testtest & test & testtest & testtesttesttest\\
testtest & test & testtest & testtesttesttest\\    \midrule[.5pt]
\multicolumn{4}{l}{\textsuperscript{*}\footnotesize{The first footnote}}\\
\multicolumn{4}{l}{\textsuperscript{**}\footnotesize{The second footnote}}\\
\multicolumn{4}{l}{\textsuperscript{**}\footnotesize{The third footnote}}

\end{tabular}

\caption{\textbf{Performance at First Doubles Matches}}  % title name of the table
\label{tab:PPer}
\end{table}

\end{document}

여기에 이미지 설명을 입력하세요

코드 변경
패키지를 사용하세요threeparttable, 또는 패키지를 사용하십시오longtable, 각주를 지원하고 표가 여러 페이지에 걸쳐 있지 않은 경우에도 사용할 수 있습니다. 하지만 코드를 변경해야 합니다.

답변2

다음은 사용 예입니다.세 부분으로 나눌 수 있는:

\documentclass{standalone}
\usepackage{mathtools}
\usepackage{threeparttable}
\usepackage{standalone}
\usepackage{booktabs, dcolumn}

\newcommand\mc[1]{\multicolumn{1}{c}{#1}}

\begin{document}

%\begin{table}
  \begin{threeparttable}
    \caption{Data from the experiment}
    \label{tab:data}
    \begin{tabular}{c D{.}{.}{2.3} D{-}{{}-{}}{2.2} D{-}{\text{--}}{1.2} }
      \toprule
      Test & \mc{Number} & \mc{Difference} & \mc{Interval}\\
      \midrule
      t&12.3    & \beta_3-\beta_2  & 2-6   \\
      e&4.567 & \beta_4-\beta_3  & 7-8\tnote{\textdagger}  \\
      \addlinespace
      s&8.90   & \beta_5-\beta_4  & 9-17 \\
      \midrule
      t&10.11 & \beta_6-\beta_5  & 1-17 \\
      \bottomrule
    \end{tabular}
    \begin{tablenotes}
    \item[\textdagger] and all other cyclic permutations
    \end{tablenotes}
  \end{threeparttable}
%\end{table}


\end{document}

내 3인용 테이블

나는 이 예를 나 자신을 상기시키기 위해 만들었고 필요한 것보다 더 많은 것을 보여 주지만(좋은 간격, 기호 정렬 등...) 무엇이 관련되어 있는지 쉽게 알 수 있습니다.

답변3

ctable 패키지를 살펴보세요. 해당 *(여기서는 아무것도 표시되지 않음)을 포함하는 완전한 예제를 만들면 이를 적용해 볼 수 있습니다. 다음과 같은 결과를 얻게 됩니다:

\documentclass[a6paper]{article}
\usepackage{ctable,geometry}
\begin{document}
\ctable[
      caption = {\bf Performance at First Doubles Matches},
        label = tab:PPer,
          pos = h
    ]{l c c c}{
      \tnote[*]{my first footnote}
      \tnote[**]{my second footnote}
    }{\FL
      123\tmark[*] & 345 &456&567\NN
      123  & 345 &456&567\tmark[**]\LL
    }

\end{document}

여기에 이미지 설명을 입력하세요

답변4

일반적인 카운터와 다른 표시가 필요하지 않은 경우 간단한 방법은 테이블을 미니페이지에 포함시키는 것입니다. 기본적으로 표시는 1,2,3... 대신 a,b,c ... 이지만 예제에서는 일반 텍스트의 숫자 카운터를 포함하여 다른 카운터로 변경하는 방법을 보여줍니다(아마도 쓸모가 없을 것입니다. ..)

\documentclass{article}
\begin{document}

Text before a table\footnote{A normal foot page note} \par

\bigskip


\begin{minipage}{1\columnwidth}%
\renewcommand\footnoterule{ \kern -1ex}
\begin{tabular}{lll}
\hline
aaa\footnote{First normal (alphabetic) foot table} & aaa  & aaa\\
aaa & aaa & aaa\footnote{Another table note}\\
aaa & \footnote{One more}aaa & aaa\\
aaa\footnote{Last footnote} & aaa & aaa\\
\hline 
\end{tabular}\\% 
\end{minipage}


\bigskip

\begin{minipage}{1\columnwidth}%
\renewcommand\footnoterule{ \kern -1ex}
\renewcommand{\thempfootnote}{\fnsymbol{mpfootnote}}
\begin{tabular}{lll}
\hline
aaa\footnote{First customized (fnsymbol) foot table} & aaa  & aaa\\
aaa & aaa & aaa\footnote{Another table note}\\
aaa & \footnote{One more}aaa & aaa\\
aaa\footnote{Last footnote} & aaa & aaa\\
\hline 
\end{tabular}\\% 
\end{minipage}


\bigskip


\begin{minipage}{1\columnwidth}%
\renewcommand\footnoterule{ \kern -1ex}
\renewcommand{\thempfootnote}{\Roman{mpfootnote}}
\begin{tabular}{lll}
\hline
aaa\footnote{First  customized (Roman)  foot table. Try also roman y Alph styles} & aaa  & aaa\\
aaa & aaa & aaa\footnote{Another table note}\\
aaa & \footnote{One more}aaa & aaa\\
aaa\footnote{Last footnote} & aaa & aaa\\
\hline 
\end{tabular}\\% 
\end{minipage}

\bigskip

\begin{minipage}{1\columnwidth}%
\renewcommand\footnoterule{ \kern -1ex}
\renewcommand{\thempfootnote}{\arabic{mpfootnote}}
\begin{tabular}{lll}
\hline
aaa\footnote{Independentlly numbered foot notes. } & aaa  & aaa\\
aaa & aaa & aaa\footnote{Another table note}\\
aaa & \footnote{One more}aaa & aaa\\
aaa\footnote{Last footnote} & aaa & aaa\\
\hline 
\end{tabular}\\% 
\end{minipage}

\bigskip



\bigskip

\begin{minipage}{1\columnwidth}%
\renewcommand\footnoterule{ \kern -1ex}
\begin{tabular}{lll}
\hline
aaa & aaa {\scriptsize\footnotemark} & aaa\\
aaa & aaa & aaa \\
aaa & aaa & aaa{\scriptsize\footnotemark}\\
aaa & aaa & aaa\\
\hline 
\end{tabular}\\% 
\scriptsize\footnotemark[2]{Foot note numbered as normal page notes} \\
\hspace{2em}\scriptsize\footnotemark[3]{Another note}
\end{minipage}

\bigskip

Text after a  table\footnote{Another page note}


\end{document}

MWE

관련 정보