stone-zeng / fduthesis

LaTeX thesis template for Fudan University
LaTeX Project Public License v1.3c
811 stars 205 forks source link

siunitx package problem #302

Closed wenbin-liu closed 1 year ago

wenbin-liu commented 1 year ago

描述问题

最新的版本v0.9和siunitx 包冲突。无法使用。

使用的环境为overleaf并使用默认模板

截图: image

复现上述问题的代码:

\documentclass{fduthesis}
\usepackage{siunitx}
\begin{document}
文字
\end{document}

编译环境

ajz34 commented 6 months ago

我在最近编写论文时也遇到类似的问题,感谢修复!

在使用 dcolumn package 时遇到相同的报错;fduthesis 版本 v0.9,随 TexLive 2023 发行。 在有 v0.9a 修复后,可以通过 tlmgr 或 tlshell 更新到这个版本,就解决问题了。