GeneralTeXnicCenter 2.0 alpha 4 – Outline does not appear

General information and discussion about TeXnicCenter
Post Reply
Oyks
Posts: 2
Joined: Tue Apr 10, 2012 7:57 pm

TeXnicCenter 2.0 alpha 4 – Outline does not appear

Post by Oyks »

Dear sir or madam,


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}
Attachments
TeXnicCenter.png
TeXnicCenter.png (154.99 KiB) Viewed 7833 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: TeXnicCenter 2.0 alpha 4 – Outline does not appear

Post by localghost »

You have to create a project to get every information about your document.


Best regards and welcome to the board
Thorsten
Oyks
Posts: 2
Joined: Tue Apr 10, 2012 7:57 pm

Re: TeXnicCenter 2.0 alpha 4 – Outline does not appear

Post by Oyks »

Thank you very much, this worked!
(Rightclick on the tab -> "Create a project with this document as main document".)
Post Reply