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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply