aboutsummaryrefslogtreecommitdiff
path: root/tables.i
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 /tables.i
parent0bface897743f4bed9035d00ae0e0b032d689a64 (diff)
added wide caption pvals to keep report length at 12pgs
Diffstat (limited to 'tables.i')
-rw-r--r--tables.i13
1 files changed, 11 insertions, 2 deletions
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}}%
}