From e1b05f03309ebde76e4b9f4c06376bf415eb3a2e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 13 Jun 2013 13:18:06 -0400 Subject: [PATCH] root.tex: Enable auxilliary blurbs and disable viscosity appendix --- src/root.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/root.tex b/src/root.tex index 5aecfa7..855ae2c 100644 --- a/src/root.tex +++ b/src/root.tex @@ -48,8 +48,8 @@ defaultpen(fontsize(10)); // match drexel-thesis's default 10pt font size \begin{preamble} -%\include{blurb/dedications} -%\include{blurb/acknowledgments} +\include{blurb/dedications} +\include{blurb/acknowledgments} \tableofcontents \listoftables @@ -89,13 +89,13 @@ defaultpen(fontsize(10)); // match drexel-thesis's default 10pt font size \appendix \include{cantilever-calib/main} -\include{viscocity/main} +%\include{viscocity/main} \printnomenclature % avoid index's second column overlapping the nomenclature space. \iffinal{}{\pagebreak} \printindex -%\include{blurb/vita} +\include{blurb/vita} \end{document} -- 2.26.2