Moved remaining text portions of root.tex into src/blurb/
authorW. Trevor King <wking@drexel.edu>
Sun, 2 May 2010 04:30:27 +0000 (00:30 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 2 May 2010 04:30:33 +0000 (00:30 -0400)
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 [new file with mode: 0644]
tex/src/blurb/acknowledgments.tex [new file with mode: 0644]
tex/src/blurb/dedications.tex [new file with mode: 0644]
tex/src/blurb/vita.tex [new file with mode: 0644]
tex/src/root.tex

diff --git a/tex/src/blurb/abstract.tex b/tex/src/blurb/abstract.tex
new file mode 100644 (file)
index 0000000..97af138
--- /dev/null
@@ -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 (file)
index 0000000..3bc3109
--- /dev/null
@@ -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 (file)
index 0000000..1425e10
--- /dev/null
@@ -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 (file)
index 0000000..13e5179
--- /dev/null
@@ -0,0 +1,2 @@
+\begin{vita}
+\end{vita}
index 97cdcb2b1b3072ef6573ea6bedb1feaf15211a13..f726670db258e5a9fa561a83018d9f5f9fc4cc1b 100644 (file)
 \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}