I know this is a very old post, but hopefully this will help others landing here like me. I had the same problem with lines not wrapping in the toc. None of the previous solutions in this post worked for me (the hyperref package was not being used), but after some searching I found a solution that worked for me (thanks to andz at tex.stackexchange) here:
Code: Select all
\addtocontents{toc}{\protect\sloppy}
\tableofcontents
\addtocontents{lot}{\protect\sloppy}
\listoftables
\addtocontents{lof}{\protect\sloppy}
\listoffigures