From fe738ab18a9bddffa970d284c196fd4557aa9377 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 12 Jan 2020 22:31:20 -0500 Subject: Abstract is moved up --- document/abstract.tex | 5 +++-- document/report.tex | 4 ++-- 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 diff --git a/format.tex b/format.tex index 6a56afd..73e3039 100644 --- a/format.tex +++ b/format.tex @@ -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 } -- cgit