diff options
author | Holden Rohrer <hr@hrhr.dev> | 2021-01-21 13:59:33 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2021-01-21 13:59:33 -0500 |
commit | 59cb4ee44f77e528fa91d81fc236f0fbaa1b8cd7 (patch) | |
tree | 69cd6b4fc0cd045cf913af8baa61466481db7c1c /tables.i | |
parent | 0bface897743f4bed9035d00ae0e0b032d689a64 (diff) |
added wide caption pvals to keep report length at 12pgs
Diffstat (limited to 'tables.i')
-rw-r--r-- | tables.i | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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}}% } |