Reading l2tabu, I found out that the package "times" I used was obsolete, and so I began to use mathpmx / helvet / courier.
But, any time I put a math env. in my document, pdflatex does not compile, and I get 0 pages, and no errors / warnings too.
Here is my sample code :
\documentclass{article} \usepackage[english]{babel} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{mathptmx} \usepackage[scaled=0.90]{helvet} \usepackage{courier} %\usepackage{amsmath} % With or without, doesn't change anything \begin{document} $1$ % Or any other env.: \(, \[, displaymath, equation \end{document}
However, when there is no math env in my document, I don't encounter any problem and get my pages as I should do (e.g. if I remove the dollars in the sample code I will get a page with a "1", *in the Time font* (as far as I can judge)).
Any idea ?
(I use TeXnicCenter & MiKTeX 2.8 in Windows 7 Pro x64)