General ⇒ Project Structure Not working with Multiple files
-
- Posts: 1
- Joined: Fri Jun 01, 2007 9:22 am
Project Structure Not working with Multiple files
My problem is that when I started the new project, I don't know how to add files to it. I figured this would be something simple, but nothing shows up on the navigation->structure bar, nor the navigation->files bar.
I'm using the command \includedoc{file} to include my files and everything compiles nicely, but nothing shows up in the navigation bar. Also, I tried using \input and \include but if I use that, I have to build the complete project just to view a chapter and I don't really want to do that.
Can anyone help? thanks
Jon
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
- pumpkinegan
- Posts: 91
- Joined: Thu May 03, 2007 10:29 pm
Project Structure Not working with Multiple files
To compile only selected chapters just comment out an \include with % command
Code: Select all
\include{ch1/chapter1}
%\include{ch2/chapter2}
\include{ch3/chapter3}
Patrick.
Re: Project Structure Not working with Multiple files
To refresh the tree, you don't have to close the file and reload it, however. All you have to do is do a manual save of your main file (or better yet, save all, ctrl-shift-s). The autosave doesn't refresh, but on a manual save, all of the trees will refresh. If you want a button, use the one that looks like a stack of floppy disks.
Besides the fact that if you're writing your thesis, you should just train your fingers to hit ctrl-shift-s at the end of any paragraph on general principles.