KileNested 'input' statements in the project tree

Information and discussion about Kile, an integrated LaTeX environment for Linux KDE
Post Reply
daviddoria
Posts: 60
Joined: Tue Sep 30, 2008 9:24 pm

Nested 'input' statements in the project tree

Post by daviddoria »

I have a case like this:

DocumentA.tex
----------
\input{DocumentB}


DocumentB.tex
----------
\input{DocumentC}

Now in the project tree, DocumentB shows up nested under DocumentA, but DocumentC is at the same level as DocumentA. In fact, DocumentA is the automatic "master" document (it's icon is a blue TEX with a red block), and DocumentB and DocumentC's icons are yellow blocks. It seems strange to me that DocumentC does not appear under the hierarchy of the master document at all.

Any thoughts or suggestions?

Thanks,

David

Recommended reading 2024:

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

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

Post Reply