"\deleted"는 LaTeX의 "changes" 패키지에서 "\autoref"를 지원하지 않습니다.

"\deleted"는 LaTeX의 "changes" 패키지에서 "\autoref"를 지원하지 않습니다.

changes패키지를 사용하면\deleted\autoref 명령이 명령을 지원하지 않지만 \added지원합니다. 이유는 무엇입니까?

\documentclass{article}
\usepackage{changes}
\usepackage{hyperref}
\begin{document}
\begin{equation}
    \label{eq1}
    a+b=c
\end{equation}
\added{\autoref{eq1}}
\deleted{hello\autoref{eq1}}

\end{document}

여기에 이미지 설명을 입력하세요

오류는 다음과 같습니다

\UL@stop ...z@ \else \UL@putbox \fi \else \egroup 
                                                  \egroup \UL@putbox \fi \if...
l.10 \deleted{hello\autoref{eq1}}
                                 
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.

관련 정보