diff options
-rw-r--r-- | report2/tables.i | 2 | ||||
-rw-r--r-- | tables.i | 13 |
2 files changed, 12 insertions, 3 deletions
diff --git a/report2/tables.i b/report2/tables.i index 04858c1..e1f1501 100644 --- a/report2/tables.i +++ b/report2/tables.i @@ -3,7 +3,7 @@ \centerline{\deaths{}} \centerline{\stats{The basic statistics for trials occurring this year, including deaths, reclusivity, and quantitative averages.}} -\centerline{\pvals{The p-values, compared to a uniformly random +\centerline{\pvalswidecap{The p-values, compared to a uniformly random distribution, of the respective spatial distributions for each size, accounting for placement conditions like ``not on obstacles''}} } @@ -39,7 +39,7 @@ Dimensions (in)& Pit Depth (cm)& Pit Width (cm)& Nearest Neighbor \input gen/deathtable2.i }}% \dimen0\wd0 -\vbox{\box0\hbox to \dimen0{\hss\vbox{\caption{#1}}\hss}} +\vbox{\box0\par\hsize\dimen0\caption{#1}} } \def\pvals#1{% @@ -48,5 +48,14 @@ Dimensions (in)& Pit Depth (cm)& Pit Width (cm)& Nearest Neighbor \input gen/pvals.i }}% \dimen0\wd0 -\vbox{\box0\hbox to \dimen0{\hss\vbox{\caption{#1}}\hss}}% +\vbox{\box0\par\hsize\dimen0\caption{#1}}% +} + +\def\pvalswidecap#1{% +\setbox0=\vbox{\offinterlineskip +\halign{\vrule\cell{##}&&\cell{##}\cr +\input gen/pvals.i +}}% +\dimen0\wd0 +\vbox{\centerline{\box0}\par\caption{#1}}% } |