Zeilenumbrüche in langen Akronymen mit den Paketen hyperref und acronym

Zeilenumbrüche in langen Akronymen mit den Paketen hyperref und acronym

Ich verwende sowohl das acronymals auch hyperrefdas Paket. Wenn ich nur eines davon verwende, ist alles in Ordnung, aber wenn ich beide verwende, funktioniert der automatische Zeilenumbruch nicht. Ich möchte einen automatischen Zeilenumbruch, kann mir bitte jemand helfen?

Hier ist der Code:

\documentclass{article}
\usepackage{acronym}  
\usepackage{hyperref} 
\begin{document}
    
%---------------------
\section{Abbreviation}
\begin{acronym}
\acro{t1}[TEST1]{This Is Test 1}
\acro{t2}[TEST2]{ThisIsTestThisIsTestThisIsTestThisIsTestThisIsTestThisIsTestThisIsTest}
\end{acronym}

%---------------------
\section{Text}
this is am example \ac{t1} this is am example this is am example this is am example this is am example this is am example this is am example this is am exampleam exampleam example \ac{t2} this is am example this is am example this is am example 
\end{document}

Bildbeschreibung hier eingeben

verwandte Informationen