From 59cb4ee44f77e528fa91d81fc236f0fbaa1b8cd7 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Thu, 21 Jan 2021 13:59:33 -0500 Subject: added wide caption pvals to keep report length at 12pgs --- report2/tables.i | 2 +- 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''}} } diff --git a/tables.i b/tables.i index b1cad68..0fb5736 100644 --- a/tables.i +++ b/tables.i @@ -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}}% } -- cgit