GeneralProject Outline shows no Chapters

General information and discussion about TeXnicCenter
Post Reply
abikutn
Posts: 18
Joined: Sat May 12, 2012 8:44 pm

Project Outline shows no Chapters

Post by abikutn »

Hello all,

I have been a user of Inlage editor and since there are some issues with it, I switched over to TeXnicCenter (TXC).

So far so good. However, I found out a problem with this, In the project outline window, I see only 1.) sections , 2.) sub-sections etc ...

But there are no chapters. I am attaching a figure to show what I mean. The main problem with this will be, we will never know what section comes under what chapter if we are designing a huge document.

Can some one tell me is it some problem at my end or is TeXnic center designed that way.

PS: I work the files as a project.

Best,
Abhi
Attachments
Red box shows the outline structure of the project without chapter names.
Red box shows the outline structure of the project without chapter names.
TXC-Outline.png (173.67 KiB) Viewed 6322 times
Last edited by localghost on Fri Nov 23, 2012 10:37 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Project Outline shows no Chapters

Post by kaiserkarl13 »

Have you included any \chapter commands anywhere? I can't tell from your example. If you have no \chapters, there will be no chapters. Otherwise, there will be.
abikutn
Posts: 18
Joined: Sat May 12, 2012 8:44 pm

Re: Project Outline shows no Chapters

Post by abikutn »

Yes,

what is shown above is only one of the called chapter files. The main master file of the project is has the \include{} commands .

Please find the attachments :
1. Master file
2. one of the called files.

Best,
Abhi
Attachments
Methods.tex
This is one of the chapter files
(3.05 KiB) Downloaded 424 times
AS_Thesis_Dev1.tex
This is the master file that calls the chapter files
(1.83 KiB) Downloaded 516 times
abikutn
Posts: 18
Joined: Sat May 12, 2012 8:44 pm

Re: Project Outline shows no Chapters

Post by abikutn »

And of course you can see I have included the \chapters command in the called files.

Still I dont understand why it is not visible in the OUTLINE structure.
abikutn
Posts: 18
Joined: Sat May 12, 2012 8:44 pm

Re: Project Outline shows no Chapters

Post by abikutn »

I figured out why it is Not seen and doesnt show any errors:

The \chapters syntax should be all small. Whereas in mine it was \Chapters with first letter in caps. Though it never showed any error. This was the problem, now its solved. thank you all.
Post Reply