Hyphenation
Hyphenation automatically breaks a word across a line break in sensible places. In case this fails use the following commands:- Global:
% ... \hyphenation{laugh-ing de-cla-ra-tion} % ... \begin{document} % ... \end{document} - Once:
\begin{document} % ... laugh\-ing % ... \end{document}



