I have installed the Springer template for monograph svmono, following this article, using the command line interface in linux. But something strange happens. If I use latex, everything compiles fine, but the dvi output is like a "zipped" text, namely a sequence of meaningless characters. If I use pdflatex to compile it (disregarding some minor errors) the output is almost perfect. What could be causing this? How can I fix this problem?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
| show 2 more comments |
|
For viewing
The best is, however, to convert it into PDF:
is the usual pattern. One can do everything by calling
if running TeX Live. |
||||
|
|
svmono, and was able to compile with bothlatexandpdflatexwith only minor warnings (not errors). They included bad boxes and amathptmxfont warning. So, please update your question accordingly. – Werner Apr 28 '12 at 14:37