Added includeonly hint
authorW. Trevor King <wking@drexel.edu>
Fri, 15 Jan 2010 14:47:58 +0000 (09:47 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 15 Jan 2010 14:47:58 +0000 (09:47 -0500)
drexel-thesis.dtx

index c36f41efef7d70995cfb01bbae945d5f5f537047..67eca29f38333d57b32e9d3c347dcf897f3fa834 100644 (file)
 %   \usepackage{subfig}
 %   \usepackage{fr-subfig}
 % \end{example}
-% See the \pkg{floatrow} documentation for details.
+% See the \pkg{floatrow} documentation (Sec.~7.1, ``The \pkg{subfig}
+% package'') and \pkg{subfig} documentation (Sec.~4.3,
+% ``\pkg{FloatRow} Package'') for details.
 %
 %
 % \subsubsection{Citations}
 % set options overriding these defaults.
 %
 %
+% \subsubsection{Developing large \LaTeX\ documents}
+%
+% A thesis may take a while to compile, especially if it contains
+% lots of images, etc..  One way to save time, is to use |\includeonly|
+% when including chapter \file{*.tex} files (see
+% \href{http://en.wikibooks.org/wiki/TeX/includeonly}{the \TeX\ Wikibook}).
+% Usage would be something like
+% \begin{example}
+% \documentclass{drexel-thesis}
+% ...
+% \includeonly{chapter2.tex,chapter3.tex}
+% \begin{document}
+% ...
+% \begin{thesis}
+% \include{chapter1.tex}
+% \include{chapter2.tex}
+% \include{chapter3.tex}
+% \include{chapter4.tex}
+% \end{thesis}
+% ...
+% \end{document}
+% \end{example}
+% which would only compile chapters two and three.  Don't confuse the
+% similar commands |\include| and |\input|.  The more fundamental
+% |\input| just inserts the file contents at that point, while
+% |\include|
+% \begin{itemize}
+%   \item may only be used after |\begin{document}|
+%   \item acts like |\clearpage \input{} \clearpage|
+%   \item will not crash on nonexistent files
+% \end{itemize}
+%
+%
 % \StopEventually{\pagebreak\PrintChanges}
 %
 %