From: W. Trevor King Date: Sun, 2 May 2010 04:30:27 +0000 (-0400) Subject: Moved remaining text portions of root.tex into src/blurb/ X-Git-Tag: v1.0~375 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=303d193202f99c2c2b97ccbdcde402b185ed23d4;p=thesis.git Moved remaining text portions of root.tex into src/blurb/ Main benefits: * Alias('latex-base') (used by asyprocess) won't change when you edit the blurbs. Previously, that triggered a recompile of all the Asymptote graphics (slow). * root.tex stays nice and clean, and it's easy to find and edit the blurb you want. --- diff --git a/tex/src/blurb/abstract.tex b/tex/src/blurb/abstract.tex new file mode 100644 index 0000000..97af138 --- /dev/null +++ b/tex/src/blurb/abstract.tex @@ -0,0 +1,2 @@ +\begin{abstract} +\end{abstract} diff --git a/tex/src/blurb/acknowledgments.tex b/tex/src/blurb/acknowledgments.tex new file mode 100644 index 0000000..3bc3109 --- /dev/null +++ b/tex/src/blurb/acknowledgments.tex @@ -0,0 +1,4 @@ +\begin{acknowledgments} +\sawsim\ work was supported by National Institutes of Health Grants +R01-GM071793. +\end{acknowledgments} diff --git a/tex/src/blurb/dedications.tex b/tex/src/blurb/dedications.tex new file mode 100644 index 0000000..1425e10 --- /dev/null +++ b/tex/src/blurb/dedications.tex @@ -0,0 +1,2 @@ +\begin{dedications} +\end{dedications} diff --git a/tex/src/blurb/vita.tex b/tex/src/blurb/vita.tex new file mode 100644 index 0000000..13e5179 --- /dev/null +++ b/tex/src/blurb/vita.tex @@ -0,0 +1,2 @@ +\begin{vita} +\end{vita} diff --git a/tex/src/root.tex b/tex/src/root.tex index 97cdcb2..f726670 100644 --- a/tex/src/root.tex +++ b/tex/src/root.tex @@ -35,22 +35,15 @@ \begin{document} \begin{preamble} -\begin{dedications} -% Type dedications in here - OPTIONAL -\end{dedications} - -\begin{acknowledgments} -\sawsim\ work was supported by National Institutes of Health Grants -R01-GM071793. -\end{acknowledgments} +\include{blurb/dedications} +\include{blurb/acknowledgments} \tableofcontents \listoftables \listoffigures -\begin{abstract} -% Type abstract in here -\end{abstract} +\include{blurb/abstract} + \end{preamble} \linenumbers @@ -85,8 +78,6 @@ R01-GM071793. \iffinal{}{\pagebreak} \printindex -\begin{vita} -% Ph.D. only. See manual for details. -\end{vita} +\include{blurb/vita} \end{document}