I'm starting to write my code using the same symbols that I would write them on paper, making use of the latex->unicode support in julia-mode. However, some symbols seem to cause my emacs to want to display lines with extra line spacing. For instance, every instance of \nabla yields at least one line of padding above and below the line on which it occurs, and \phi yields two lines (whereas \varphi yields no extra spacing).
The space isn't in the file itself: `less` and `cat` display the contents without the extra space. Does anyone know what's going on here, and if there is a fix?
