我收到以下错误:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! keyvalue error: "option-unknown"
!
! Unknown option 'make-links' for package .
!
! See the keyvalue documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.9 \acsetup{make-links=true}
? H
|'''''''''''''''''''''''''''''''''''''''''''''''
| LaTeX has been asked to set an option called 'make-links' but the package
| has not created an option with this name.
|...............................................
?
编译时
\documentclass{report}
\usepackage[hyperref,only-used]{acro}
\usepackage[colorlinks, hidelinks, colorlinks, linktocpage=false, pagebackref=true, breaklinks=false]{hyperref}%
\DeclareAcronym{esri}{
short = ESRI,
long = Environmental Systems Research Institute ,
class = abbrev
}
\acsetup{make-links=true}
%\acsetup{list/display=used}
\begin{document}
\ac{esri}
\end{document}
我怎样才能解决这个问题?