我正在使用 TeX Live 2015,最新版本之后tlmgr update --all
,我收到以下错误消息:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/command-not-defined"
!
! Control sequence \__msg_show_variable:Nnn undefined.
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.185 ...riant:Nn \__msg_show_variable:Nnn { Nno }
这是由 tikz 库爱好引起的。这是一个最小的例子:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{hobby}
\begin{document}
Hallo Welt!
\end{document}
我怎样才能解决这个问题?