From 2b146b8391fd5ca9c8c70d7530ad3968721324e9 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Thu, 21 Jan 2021 03:33:31 -0500 Subject: have a complete build for secondary docs, but tables and imgs not fully integrated --- report2.tex | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'report2.tex') diff --git a/report2.tex b/report2.tex index e69de29..64ccae7 100644 --- a/report2.tex +++ b/report2.tex @@ -0,0 +1,59 @@ +\overfullrule=0pt + +\input fmt/doc.h +\input fmt/com.h + +\parindent=.5in +%% Headers +\expandafter\ifx\csname abstract\endcsname\relax\fi +\newtoks\abstract +\newtoks\text +\def\cover{{ + \hbox{}\vskip0pt plus 2fill + {\parindent=0in\leftskip=0pt plus 1fill\rightskip=\leftskip + \parskip=\bigskipamount \the\text} + \vskip 0pt plus .5fill + {\fourteenbf\centerline{Abstract}\par} + {\parindent0pt\parfillskip0pt\leftskip=.5in\rightskip=\leftskip + \baselineskip=14pt\relax + \the\abstract\par} + \vskip0pt plus 2fill + \eject +}} + +\pageno=1 +\nopagenumbers +\headline={\baselineskip=0.5in \twelverm \hfil \ifnum\pageno=1\else Dixon \& Rohrer \the\pageno \fi} +\text={ +Antlions' Group Distribution and Behavior under Varying Spatial Constraints\par +Holden Rohrer and Radeen Dixon\par +Georgia Science Fair\par +Source: \link{https://git.hrhr.dev/scifair}\par +} +\abstract={\input src/abstr2.i} +\cover + +\section{Introduction}\input src/intro2.i +\section{Background Research}\input src/research2.i +\section{Procedure}\input src/methods2.i +\section{Materials}\input src/mats2.i +\section{Data Analysis}\input src/analysis2.i +\section{Conclusion}\input src/conc2.i + +\vfil\eject + +\section{Appendix A: Graphs}\input report2/graphs.i + +\vfil\eject + +\section{Appendix B: Tables}\input report2/tables.i + +\vfil\eject + +\section{Appendix C: Pictures}\input report2/pics.i + +\vfil\eject + +\input src/biblio.i + +\bye -- cgit