
acronym
私はとパッケージの両方を使用していますhyperref
。どちらか一方だけを使用する場合は何も問題はありませんが、両方を使用すると自動改行が機能しません。自動改行が必要なのですが、どなたか助けていただけませんか?
コードは次のとおりです:
\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}