Jeremy C. Reed wrote:
As for the "emphasis" part. I reported that wrong. (It was a false
positive!). The problem is using slashes /in/a/file/name or when using
"\family typewriter" (I just happened to also be using "\emph on" so
thought that was it.)
<slap> <slap> <slap>
That's what was throwing Richard and me off. LaTeX has no problem with
emphasis, but it doesn't hyphenate typewrite font. Put
\usepackage[htt]{hyphenat} in your preamble (and of course install the
hyphenat package if you don't already have it). That should take care
of the typewrite font issues. For the file paths, see Richard's and my
earlier responses.
/Paul