diff options
author | Holden Rohrer <hr@hrhr.dev> | 2021-01-21 03:33:31 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2021-01-21 04:00:19 -0500 |
commit | 2b146b8391fd5ca9c8c70d7530ad3968721324e9 (patch) | |
tree | bba07d17b7396006f9bc717d054e68099521a3fb /report2.tex | |
parent | 4dc09d93cc9a6df1f0a7d6b228300252192c1fc0 (diff) |
have a complete build for secondary docs, but tables and imgs not fully integrated
Diffstat (limited to 'report2.tex')
-rw-r--r-- | report2.tex | 59 |
1 files changed, 59 insertions, 0 deletions
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 |