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.

Here is a minimal example.

Consider the document

\documentclass{article}
\begin{document}
Hello world!
\end{document}

This compiles perfectly. However, if I include an unfamiliar package, as follows:

\documentclass{article}
\usepackage{mathdesign}
\begin{document}
Hello world!
New text to be shown in next build
\end{document}

then, the document compiles with "0 Error(s), 0 Warning(s), 0 Bad Box(es), 0 Page(s)" and just displays the previous build of the document, without the "New text to be shown in next build" added.

I am using TeXnicCenter and MikTeX 2.9. The "install missing packages on the fly" option has always behaved funnily in my setup.

share|improve this question
This is a known bug of TeXnicCenter 1.0. Just use a different editor or TeXnicCenter 2.0. – Axel Sommerfeldt Dec 29 '12 at 11:54

closed as too localized by lockstep, Claudio Fiandrino, Thorsten, ienissei, Kurt Dec 29 '12 at 16:04

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.