\emph, \it, \sl, etc.), TeX will put in a standard space. However, the italic or slant from the previous letter will stick out, making the next (roman, or whatever) text be too close to the previous. The fix is to insert an italic correction space, \/, immediately after italic text.To catch yourself accidentally not doing this, run the following:
grep "\\emph{.*} " *.tex
