我有一个文件可以在 Windows 11 上成功运行,但无法在 Ubuntu 22.04 上运行。这是什么原因?可能与软件包有关tabularray
。
\documentclass{article}
\usepackage{tabularx,tabularray,ctex,siunitx,amsmath}
\UseTblrLibrary{booktabs,siunitx}
\begin{document}
\begin{table}[p]
\vspace{-1.7cm}
\begin{talltblr}[
caption={e},
entry={e},
label={tab:e},
note{$\S$}={$\text{www}=\dfrac{\mathrm{HI}-[\text{HI(weee)}]}{\mathrm{rqr}}$}
]{
colspec={c *{4}{X[c,2.4em]} *{2}{X[c,3em]} X[c,2em] *{2}{X[c,si={table-format=1.3e-1}]}},colsep=2pt,rowsep=0pt,vline{8}={1-2}{dashed},
}
\toprule
1&3&2&4&\SetCell[c=2]{c}{{{HI\TblrNote{$\S$}\\123}}}&&&4&\\
\end{talltblr}
\end{table}
\end{document}
答案1
您应该在 Ubuntu 上更新 TeX Live。在我的 Ubuntu 上,它与 配合良好xelatex
。
tlmgr update --all --self
或者
sudo tlmgr update --all --self
添加
建议参考快速安装 - TeX Live - TeX 用户组安装 TeX Live。