PNAS에 표 제목 및 메모가 표시되지 않음

PNAS에 표 제목 및 메모가 표시되지 않음

원고를 준비하려고 해요PNAS테이블에 문제가 발생했습니다. 에서와 같이이것질문/답변의 경우 테이블은 \end{article}. 그러나 문서를 컴파일할 때 테이블 제목은 여전히 ​​표시되지 않으며 \tablenotes도 표시되지 않습니다. 나는 그것을 siunits내가 사용한 패키지로 범위를 좁혔고 그것을 제거할 때(및 의 모든 용도 \SI) 제목을 다시 얻습니다. 계속 사용하고 싶습니다 siunits. 이 문제를 해결할 수 있는 방법이 있습니까? 아니면 Word 문서를 시작해야 합니까(알겠습니다, 빈 위협)?

\documentclass{pnastwo}

\usepackage{booktabs}
\usepackage{multirow}
\usepackage{siunitx} % makes the table screwed up...
\usepackage[T1]{fontenc}
\usepackage{amsmath}

\begin{document}

\title{Paper title}

\author{Avi Ginsburg \affil{1}{Somewhere over the rainbow}}

\contributor{Submitted to Proceedings of the National Academy of Sciences
        of the United States of America}

\significancetext{Quite insignificant.}

\maketitle

\begin{article}
    \begin{abstract}
    {
        abstract (adjective) existing in thought or as an idea but not having a physical or concrete existence.
    }
    \end{abstract}

    \dropcap{H}ello world. Small is $\SI{1}{\angstrom}$ or so.

    \begin{acknowledgments}
        We are grateful to egreg for expressing sympathy for those who have to use the PNAS class.
    \end{acknowledgments}

    \end{article}

    \begin{table*}[ht]
        %   \centering
        \caption{Table title - We like to see them}
        \begin{tabular}{c c c }
            \toprule
            &
            \textbf{Something} & \textbf{Else} \\ 
            & & \\ 
            \midrule
            \multirow{6}{*}{\rotatebox[origin=c]{90}{Random}}
            &   accidental\tablenote{this is a table note} &  \\ 
            &   aimless & \\ 
            &   arbitrary & \\ 
            &   incidental & \\ 
            \cmidrule{2-3}
            &   indiscriminate & \\ 
            &   irregular & \\ 
            \midrule
            \multirow{5}{*}{\rotatebox[origin=c]{90}{Example}}
            & case & \\ 
            & illustration&\\ 
            & lesson &\\ 
            \cmidrule{2-3}
            & object & \\ 
            & part & \\ 
            \bottomrule
        \end{tabular}
        \label{tbl}
    \end{table*}

\end{document}

추가해 보았습니다이것서문에 응답하고 클래스 파일을 변경합니다. 제목/캡션이 표시되므로 이는 다소 도움이 되지만 스타일이 변경되고 \tablenotes는 여전히 표 아래에 표시되지 않습니다.

관련 정보