提问于:
浏览数:
2094
应用如下代码
```
\begin{deluxetable*}{lcccccccccccc}
\tablewidth{0pt}
\tablecaption{The literature data used in TEMP }
\tablehead{
\colhead{Name} & \colhead{LC refs} & \colhead{RV refs} }
\startdata
GJ 3470 & 2455315.639366 & 20 \\
\enddata
\tablenotetext{}{\textbf{References.}(1) \citealt{Greiss2012}; (2)\citealt{Greiss2012}}
\end{deluxetable*}
```
目前效果(黑色,印刷体部分)与想要的效果(红色,手绘示意图)
![](https://pics.latexstudio.net/data/images/201912/27e9e377272bcc7.png)
即,使得tablenotetext的宽度和正文一致而非表格本身
2 回答
0
你给的代码构不成一个 MWE。
麻烦把你相关的宏包一并给出来。
-
非常感谢! – Alfred 2019-12-24 09:29 回复
1
该问题已解决。
此代码依赖AAStex6.3.cls。
本回答提供类此问题的解决思路。
添加控制列宽的参数更改表格宽度。
```
\begin{deluxetable*}{p{50mm}<{\centering}p{50mm}<{\centering}p{50mm}<{\centering}ccc}
```
![](https://pics.latexstudio.net/data/images/201912/149b47d4843a611.png)
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。