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 :
Code: Select all
\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}
Any idea ?
(I use TeXnicCenter & MiKTeX 2.8 in Windows 7 Pro x64)