使用 siunitx 包时出错:LaTeX 错误:“kernel/property-unknown”

使用 siunitx 包时出错:LaTeX 错误:“kernel/property-unknown”

我的 TexLive 安装有问题。每当在我的计算机上使用 siunitx 包时,pdflatex 都会中止并显示以下错误:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/property-unknown"
!
! The key property '.value_required:' is unknown.
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.470 }
|'''''''''''''''''''''''''''''''''''''''''''''''
| This is a coding error.
|
| LaTeX has been asked to set the property '.value_required:' for key
| 'siunitx/detect-inline-family': this property is not defined.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

所有更新都已安装,我甚至重新安装了 siunitx 包。

这是一个导致错误的最小工作示例:

\documentclass{article}
\usepackage{siunitx}

\begin{document}
test
\end{document}

答案1

加载了来自不同安装的旧版本siunitx并导致了错误。

遇到这种情况的人:检查你的 .log 文件

相关内容