General ⇒ Project Outline shows no Chapters
Project Outline shows no Chapters
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.
- TXC-Outline.png (173.67 KiB) Viewed 6637 times
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Project Outline shows no Chapters
\chapter
commands anywhere? I can't tell from your example. If you have no \chapter
s, there will be no chapters. Otherwise, there will be.Re: Project Outline shows no Chapters
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 438 times
-
- AS_Thesis_Dev1.tex
- This is the master file that calls the chapter files
- (1.83 KiB) Downloaded 526 times
Re: Project Outline shows no Chapters
Still I dont understand why it is not visible in the OUTLINE structure.
Re: Project Outline shows no Chapters
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.