I've been trying to build a presentation with LaTeX but I realize that once I introduce the use of any package it can no longer generate the pdf; I mean no .aux or .bbl files are generated.
So, if I write:
\documentclass{article}
\begin{document}
Hello world!
DIANA
\end{document}
It generates the pdf with no problem but when I write:
\documentclass{article}
\usepackage{float}
\usepackage{color}
\begin{document}
Hello world!
DIANA
\end{document}
Then the pdf is no longer generated... Any suggestions? I have already reinstalled MiKTeX 2.9 and it is still not working.
.logfile? – Werner Sep 29 '12 at 20:35