I want to compile and view just the chapter I'm working on. How do I do this? It seems way harder to do than it should be.
Clarification: I'm not trying to print the main document with only a subset of chapters. I'm trying to compile a specific chapter as its own document without any of the additional text baggage carried in the main document. The real-world problem to be solved is that I'm working on a chapter of my thesis but cannot easily see what it will look like as a PDF document; I am currently jumping back and forth between uncompilable and compilable (but cluttered) documents to see the chapter I am building.
\include{<chapter name here>}command in your main file and compile. Comment out the chapters you do not want. – azetina Jan 13 '14 at 20:22*.tex), including them by\includeand compiling selected chapters by\includeonlyshould do the trick. – Thorsten Donig Jan 13 '14 at 20:26\includefor all chapters and\includeonlyfor the one you're interested in seeing. Sure this will include the title page, perhaps acknowledgements and maybe a ToC/LoF/LoT, but you can comment those out easily, can't you? – Werner Jan 13 '14 at 20:45\inputthem, while\chapterscould follow a\include/\includeonlyapproach. I'm still not following the problems you may be experiencing... – Werner Jan 13 '14 at 20:58