deluxetable 中 tikz 物件對齊錯誤且分頁錯誤

deluxetable 中 tikz 物件對齊錯誤且分頁錯誤

我正在乳膠中創建一個表,我需要使用一個deluxetable環境。我使用該包tikz在表格中畫了一些圓圈。我遇到的問題是我想重新定位這些圓圈,因為它看起來很奇怪,所以我希望圓圈的中心與文字的中心對齊。但是改變圓的位置值沒有任何作用。即使瘋狂的大值也不會改變。

這是一個只有一行的範例:

\begin{deluxetable}{lccc|lccc|lccc}
\tablewidth{1.0\textwidth}
\tabletypesize{\tabletextsize}
\tablehead{ \colhead{Species pair}  &   \multicolumn{3}{c}{Scores}  & \colhead{Species pair}    &   \multicolumn{3}{c}{Scores}  & \colhead{Species pair}    &   \multicolumn{3}{c}{Scores}}
\startdata
HOC$^+$/C&  \tikz\draw[red,fill=red] (0,0) circle (0.25) node[text=black] {\tiny 0.19}; 
\tikz\draw[orange,fill=orange] (0,0) circle (0.25) node[text=black] {\tiny 0.31}; 
\tikz\draw[red,fill=red] (0,0) circle (0.25) node[text=black] {\tiny 0.23}; 
O/C$_3$H$_4$&  \tikz\draw[red,fill=red] (0,0) circle (0.25) node[text=black] {\tiny 0.06};  
\tikz\draw[red,fill=red] (0,0) circle (0.25) node[text=black] {\tiny 0.05};
\tikz\draw[red,fill=red] (0,0) circle (0.25) node[text=black] {\tiny 0.06};
HCN/CH$_3$OH &  \tikz\draw[red,fill=red] (0,0) circle (0.25) node[text=black] {\tiny 0.02};
\tikz\draw[red,fill=red] (0,0) circle (0.25) node[text=black] {\tiny-0.01};
\tikz\draw[red,fill=red] (0,0) circle (0.25) node[text=black] {\tiny -0.07};\\
\enddata
\end{deluxetable}

此外,由於某種原因,分頁符號不起作用,因此表格會繼續超出頁面末尾,如下圖所示。

Latex pdf 中的範例圖片

相關內容