From: W. Trevor King Date: Fri, 15 Jan 2010 14:47:58 +0000 (-0500) Subject: Added includeonly hint X-Git-Tag: 0.4^2~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=063bd0bc8e6654fccc2b98f1a286ca7bb8ab9cec;p=drexel-thesis.git Added includeonly hint --- diff --git a/drexel-thesis.dtx b/drexel-thesis.dtx index c36f41e..67eca29 100644 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@ -520,7 +520,9 @@ % \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} @@ -560,6 +562,39 @@ % 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} % %