diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-12 22:31:20 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-13 12:45:32 -0500 |
commit | fe738ab18a9bddffa970d284c196fd4557aa9377 (patch) | |
tree | 1c25207c05287c29fd031c45436ae716d7cf5827 | |
parent | eb10a19b845d70e1ba62127c3859988ec06cd293 (diff) |
Abstract is moved up
-rw-r--r-- | document/abstract.tex | 5 | ||||
-rw-r--r-- | document/report.tex | 4 | ||||
-rw-r--r-- | format.tex | 9 |
3 files changed, 12 insertions, 6 deletions
diff --git a/document/abstract.tex b/document/abstract.tex index caf5a9f..2fb3e21 100644 --- a/document/abstract.tex +++ b/document/abstract.tex @@ -1,5 +1,6 @@ -\centerline{Abstract} -{\leftskip=1in\rightskip=1in\baselineskip=14pt +\vskip 0pt plus .5fill +\centerline{\fourteenbf Abstract} +{\leftskip=.5in\rightskip=.5in\baselineskip=14pt Emergent group behaviors were observed which point toward a certain degree of cooperation by antlions. The donut theory, the forerunner in describing antlions' spatial distribution, asserts that the insects form a ring to capture ants approximately equitably. Similar ``cooperative'' behavior was observed, with the antlions remaining under the soil when the surface was overpopulated (demonstrable by a significantly lower number of pits forming in smaller trials). diff --git a/document/report.tex b/document/report.tex index e39e162..33bb8bd 100644 --- a/document/report.tex +++ b/document/report.tex @@ -1,6 +1,6 @@ -\input ../format +\long\def\headdata{\input abstract} -\input abstract +\input ../format \include Introduction;intro @@ -21,13 +21,18 @@ \parindent=.5in %% Headers +\expandafter\ifx\csname headdata\endcsname\relax + \let\headdata\relax +\fi \nopagenumbers -{\obeylines\parindent=0in\leftskip=0pt plus 1fill\rightskip=0pt plus 1fill\parskip=\bigskipamount +{\parindent=0in\leftskip=0pt plus 1fill\rightskip=0pt plus 1fill\parskip=\bigskipamount \hbox{} \vskip0pt plus 2fill -Antlions' Group Distribution and Behavior under Varying Spatial Constraints +{\obeylines Antlions' Group Distribution and Behavior under Varying Spatial Constraints Holden Rohrer and Radeen Dixon Georgia Science Fair +} +\headdata \vskip0pt plus 2fill \eject } |