I work with MiKTeX (and TeXnicCenter) and I currently observe a strange behavior.
I compile this with dvips -> ps2pdf:
Code: Select all
\documentclass[a4paper,11pt,openbib,titlepage]{book}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
Testing... test ... Testing... test ...Testing... test ...Testing... test ...
\end{document}
The problem is not that important (I can accept a warning), but if I can understand why, that would be even better.

Thanks ^^