diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-07-06 18:20:32 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-07-06 18:41:47 -0400 |
commit | a1d245cfd1979ec78bbc01e5125af80071f8cc42 (patch) | |
tree | 9bf0ec38631e4f0879940dc4a0b133d78fc2f17c /report.tex | |
parent | 5a18c8a33b90003a2c930a207f766800883c3622 (diff) |
File reorganization
More makefile-friendly
Diffstat (limited to 'report.tex')
-rw-r--r-- | report.tex | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/report.tex b/report.tex new file mode 100644 index 0000000..bcd24d7 --- /dev/null +++ b/report.tex @@ -0,0 +1,59 @@ +\long\def\abstract{\input abstract\par} +\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 + \centerline{\fourteenbf Abstract} + {\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: \penalty10000\link{https://git.hrhr.dev/scifair}\par +} +\abstract={\input src/abstract.i} +\cover + +\section{Introduction}\input src/intro.i +\section{Background Research}\input src/research.i +\section{Procedure}\input src/proc.i +\section{Materials}\input src/mats.i +\section{Data Analysis}\input src/analysis.i +\section{Conclusion}\input src/conc.i + +\vfil\eject + +\section{Appendix A: Graphs}\input report/graphs.i + +\vfil\eject + +\section{Appendix B: Tables}\input report/tables.i + +\vfil\eject + +\section{Appendix C: Pictures}\input report/pics.i + +\vfil\eject + +\input src/biblio.i + +\bye |