aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2021-01-21 13:59:33 -0500
committerHolden Rohrer <hr@hrhr.dev>2021-01-21 13:59:33 -0500
commit59cb4ee44f77e528fa91d81fc236f0fbaa1b8cd7 (patch)
tree69cd6b4fc0cd045cf913af8baa61466481db7c1c
parent0bface897743f4bed9035d00ae0e0b032d689a64 (diff)
added wide caption pvals to keep report length at 12pgs
-rw-r--r--report2/tables.i2
-rw-r--r--tables.i13
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}}%
}