\documentclass{book} \usepackage{siunitx} \begin{document} 嗨 \end{document}

\documentclass{book} \usepackage{siunitx} \begin{document} 嗨 \end{document}

我遇到一个问题,以下代码无法编译:

\documentclass{book}
\usepackage{siunitx}

\begin{document}
hi
\end{document}

我尝试重新安装“siunitx”包,但没有成功。(我需要写一份文档并设法确定是这个包导致了这个问题。)

有什么想法吗?TexStudio 中出现错误(用户名标有星号)

Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode 
"document".tex

Sorry, but pdflatex.exe did not succeed. The log file hopefully contains 
the information to get MiKTeX going again: 
C:/Users/****/AppData/Local/MiKTeX/2.9/miktex/log/pdflatex.log You may 
want to visit the MiKTeX project page, if you need help.

Error: Command crashed: pdflatex.exe -synctex=1 -interaction=nonstopmode 
"document".tex

Process exited with error(s)

答案1

以前translator,由 加载的包siuntx是包的一部分beamer。后来它变成了一个独立的包。

这有时会给 miktex 用户带来问题,因为 miktex 有时无法自动安装它(可能是因为它认为它已经作为 beamer 的一部分安装了?)。beamer据报道,卸载并重新安装 会有所帮助,就像明确安装 一样translator

相关内容