autonum
当我一起使用和caption
包并将方程式放在浮点数中时,我发现了这个奇怪的错误。
\documentclass{article}
\usepackage{caption}
\usepackage{autonum}
\begin{document}
\begin{figure}
\begin{equation}
x^2+1=0
\end{equation}
\end{figure}
\section{LoL}
\label{lol}
\end{document}
错误指向\label
命令,表明控制序列\caption@x@label
未定义。
! Undefined control sequence.
\caption@@xlabel ...abelname {#2}\caption@x@label
#1{#2}
l.22 \label{lol}
\usepackage{caption}
如果我评论或,错误就会消失\usepackage{autonum}
。
我做错了什么吗?是这两个软件包的错误吗?有没有什么解决方法?