
Estoy usando los paquetes acronym
y hyperref
. Si uso sólo uno de ellos, no hay nada malo, pero si uso ambos, entonces el salto de línea automático no funciona. Quiero un salto de línea automático, ¿alguien puede ayudarme por favor?
Aquí está el código:
\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}