General ⇒ acronym package and hyphenation
acronym package and hyphenation
Does anybody know how to force acronyms to be hyphenated?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
acronym package and hyphenation
Code: Select all
\makeatletter
\renewcommand*\AC@get[3]{%
\ifx#1\relax
\PackageWarning{acronym}{Acronym `#3' is not defined}%
\textbf{#3!}%
\else
\expandafter#2#1%
\fi}
\makeatother