
Ich verwende sowohl das acronym
als auch hyperref
das 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}