表格缩进不会消失,即使在表格序言中使用 \noindent 和 @{}

表格缩进不会消失,即使在表格序言中使用 \noindent 和 @{}

我一直试图让我的表格不缩进,但没有任何效果。

这是我的标题:

\documentclass[twocolumn]{aastex62}

\usepackage[para]{threeparttable}
\usepackage{mathtools}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{float}
\usepackage{graphicx}
\usepackage{gensymb}
\usepackage{rotating}

这是我的表格:

\begin{table}[h]
\begin{threeparttable}
\caption{Geometries and final energies (not included ZPE, although could include that easily) for CO3(C2v).}
\noindent\begin{tabular}{@{}l|lllll}
Level of theory & r(C=O) & R(c-o) & A(OCO) ext &R(O-O) & Ref\\
 & & &{[}A(OCO) int{]}& &\\
\hline
CCSD(2)T/cc-pVTZ & 1.1752 & 1.3328 & 142.83 {[}74.34{]} & 1.61051 & \tnote{a} \\
CCSD(2)T/6-311+G(d) & 1.1774 & 1.3327 & 142.12 {[}75.76{]} & 1.6366 & \tnote{a} \\
B3LYP/aug-cc-pVQZ & 1.1691 & 1.3306 & 143.62 {[}72.75{]} & 1.5783 & \tnote{a} \\
B3LYP/6-311+G(d) & 1.17 & 1.33 &  & 1.59 & \tnote{c} \\
PBE/aug-cc-pVQZ & 1.1804 & 1.3432 & 143.56 {[}72.87{]} & 1.5956 & \tnote{a} \\
MP2/aug-cc-pVQZ & 1.1752 & 1.3354 & 143.07 {[}73.85{]} & 1.6046 & \tnote{a} \\
SCS-MP2/aug-cc-pVQZ & 1.1740 & 1.3340 & 142.82 {[}74.35{]} & 1.6121 & \tnote{a} \\
CASSCF(16,13)/6-311G(d) & 1.174 & 1.337 & {[}77.2{]} & 1.668 & \tnote{e} \\
CASSCF(8,8)/6-311+G(d) & 1.15 & 1.31 &  & 1.66 & \tnote{c} \\
MP2/cc-pVTZ & 1.1743 & 1.3330 & {[}73.84{]} & 1.6014 & \tnote{b} \\
CCSD/cc-pVTZ & 1.1663 & 1.3211 & {[}73.33{]} & 1.5777 & \tnote{b} \\
CCSD(T)/cc-pVTZ & 1.1728 & 1.3296 & {[}74.95{]} & 1.6179 & \tnote{b} \\
CCSD(T)/6-311+G(d) & 1.18 & 1.33 &  & 1.65 & \tnote{c}\\
MRCI+Q(16/10)/cc-pVTZ & 1.1718 & 1.3252 & 142.2 &  & \tnote{d} \\
BCCD(T)/cc-pVTZ & 1.1758 & 1.3333 & 142.6 &  & \tnote{d} \\
CCSD(TQ)/cc-pVTZ & 1.1745 & 1.3324 & 142.4 &  & \tnote{d} \\
\hline
\end{tabular}
\begin{tablenotes}
\footnotesize
\item [a] Present Data
\item [b] \cite{kowalczyk2007electronic}
\item [c] \cite{elliott2005oxygen}
\item [d] \cite{liu2009combined}
\item [e] \cite{mebel2004theoretical} ??
\end{tablenotes}
\end{threeparttable}
\end{table}

我的表格如下: 在此处输入图片描述

答案1

的文档aastex建议使用其deluxetable环境。(见2.16 表格

AASTeX 软件包通过两种机制支持表格:LATEX 的标准table环境和deluxetable 允许格式化长表格材料的环境。可以使用任一机制标记表格,但deluxetable最好使用。

使用环境后,deluxetable标题会自动与表格一样宽,还可以添加各种不同的表格注释。因此,它似乎提供了您在软件包中使用的所有功能threeparttable

以下是一个 MWE,展示了 xou 如何将deluxetable环境用于您的表格。对于表格注释,我提供了三个可以使用的不同命令的示例:\tablenotetext\tablerefs\tablecomments

在此处输入图片描述

\documentclass[twocolumn]{aastex62}

\usepackage{mathtools}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{gensymb}


\begin{document}

\begin{deluxetable}{l|lllll}
\tablecaption{Geometries and final energies (not included ZPE, although could include that easily) for CO3(C2v).}
\tablehead{\colhead{Level of theory} & \colhead{r(C=O)} & \colhead{R(c-o)} & \multicolumn{1}{p{1.9cm}}{A(OCO) ext  {[}A(OCO) int{]}} & \colhead{R(O-O)} & \colhead{Ref}}
\startdata
CCSD(2)T/cc-pVTZ & 1.1752 & 1.3328 & 142.83 {[}74.34{]} & 1.61051 & \tablenotemark{a} \\
CCSD(2)T/6-311+G(d) & 1.1774 & 1.3327 & 142.12 {[}75.76{]} & 1.6366 & \tablenotemark{a} \\
B3LYP/aug-cc-pVQZ & 1.1691 & 1.3306 & 143.62 {[}72.75{]} & 1.5783 & \tablenotemark{a} \\
B3LYP/6-311+G(d) & 1.17 & 1.33 &  & 1.59 & \tablenotemark{c} \\
PBE/aug-cc-pVQZ & 1.1804 & 1.3432 & 143.56 {[}72.87{]} & 1.5956 & \tablenotemark{a} \\
MP2/aug-cc-pVQZ & 1.1752 & 1.3354 & 143.07 {[}73.85{]} & 1.6046 & \tablenotemark{a} \\
SCS-MP2/aug-cc-pVQZ & 1.1740 & 1.3340 & 142.82 {[}74.35{]} & 1.6121 & \tablenotemark{a} \\
CASSCF(16,13)/6-311G(d) & 1.174 & 1.337 & {[}77.2{]} & 1.668 & \tablenotemark{e} \\
CASSCF(8,8)/6-311+G(d) & 1.15 & 1.31 &  & 1.66 & \tablenotemark{c} \\
MP2/cc-pVTZ & 1.1743 & 1.3330 & {[}73.84{]} & 1.6014 & \tablenotemark{b} \\
CCSD/cc-pVTZ & 1.1663 & 1.3211 & {[}73.33{]} & 1.5777 & \tablenotemark{b} \\
CCSD(T)/cc-pVTZ & 1.1728 & 1.3296 & {[}74.95{]} & 1.6179 & \tablenotemark{b} \\
CCSD(T)/6-311+G(d) & 1.18 & 1.33 &  & 1.65 & \tablenotemark{c}\\
MRCI+Q(16/10)/cc-pVTZ & 1.1718 & 1.3252 & 142.2 &  & \tablenotemark{d} \\
BCCD(T)/cc-pVTZ & 1.1758 & 1.3333 & 142.6 &  & \tablenotemark{d} \\
CCSD(TQ)/cc-pVTZ & 1.1745 & 1.3324 & 142.4 &  & \tablenotemark{d} \\
\enddata
\tablenotetext{a}{Present Data} 
\tablenotetext{b}{\cite{kowalczyk2007electronic}}
\tablenotetext{c}{\cite{elliott2005oxygen}}
\tablenotetext{d}{\cite{liu2009combined}}
\tablenotetext{e}{\cite{mebel2004theoretical} ??}
\tablerefs{\cite{kowalczyk2007electronic}}
\tablecomments{\textsuperscript{a}Present Data, \textsuperscript{b}\cite{kowalczyk2007electronic}, \textsuperscript{c}\cite{elliott2005oxygen}, \textsuperscript{d}\cite{liu2009combined}, \textsuperscript{e}\cite{mebel2004theoretical} ??}
\end{deluxetable}



\end{document}

最后,还有一些评论:

如果C=O指的是碳氧双键,你可能想改用C\dbond O。 同样适用于O-Ovs. O\sbond O。 (参见2.18.2 离子种类和化学键):

对于单、双和三化学键,使用以下宏。

\sbond

\dbond

\tbond

如果C2v指的是点群/对称算子,遵循 IUPAC 建议可能会很有用例如这里讨论

如果CO3指的是碳酸阴离子,您可能需要添加mhchem包并使用\ce{CO3^{2-}}a) 制作下3标和 b) 将阴离子的负载作为上标。

相关内容