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.

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.

share|improve this question
2  
What are the errors you are receiving in your .log file? – Werner Sep 29 '12 at 20:35
2  
Which editor you are using? – Herbert Sep 29 '12 at 20:36
1  
I tried your MWE on MiKTeX 2.9 without any problems ... – Kurt Sep 29 '12 at 20:36
My suspect is that you didn't install the full version of MiKTeX and did not enable downloading missing packages on the fly. – egreg Sep 29 '12 at 21:28
Have a look at MiKTeX: no output and truncated log file. – Stefan Kottwitz Sep 29 '12 at 21:39
show 1 more comment

closed as too localized by Joseph Wright Oct 2 '12 at 6:01

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.