today I've installed the recent version of Texnicenter.
Unfortunately, no outline of my tex-file is displayed, see attachment.
('Gliederung' window remains empty!)
Is there any option, which I should change?
My tex-file:
Code: Select all
\documentclass{scrartcl}
\usepackage[utf8x]{inputenc}
\usepackage[ngerman]{babel}
\begin{document}
\section{Schach}
Text1.
\section{Kickern}
Text2.
\subsection{Fußball}
Text3.
\end{document}