From 303d193202f99c2c2b97ccbdcde402b185ed23d4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 2 May 2010 00:30:27 -0400 Subject: [PATCH] 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. --- tex/src/blurb/abstract.tex | 2 ++ tex/src/blurb/acknowledgments.tex | 4 ++++ tex/src/blurb/dedications.tex | 2 ++ tex/src/blurb/vita.tex | 2 ++ tex/src/root.tex | 19 +++++-------------- 5 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 tex/src/blurb/abstract.tex create mode 100644 tex/src/blurb/acknowledgments.tex create mode 100644 tex/src/blurb/dedications.tex create mode 100644 tex/src/blurb/vita.tex 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} -- 2.26.2