aboutsummaryrefslogtreecommitdiff
path: root/document
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-01-14 18:52:49 -0500
committerHolden Rohrer <hr@hrhr.dev>2020-01-14 18:59:56 -0500
commita85df6eb1d4f201dfc8305c0e1a342e6d02fce5f (patch)
treebf35790542f7eb59e6e5495695e6cbcd342b6396 /document
parent78748a15fae02475ef9f88be0d84c710fcf8142c (diff)
tables have slightly variable line size
Diffstat (limited to 'document')
-rw-r--r--document/tables.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/document/tables.tex b/document/tables.tex
index ea76b71..eb4b3ba 100644
--- a/document/tables.tex
+++ b/document/tables.tex
@@ -1,3 +1,5 @@
+\newdimen\oldbaseskip \oldbaseskip=\baselineskip
+\baselineskip=13pt plus 2pt
\table{
Trial Size& Date& Introduced& Deaths& Pits formed\cr\noalign{\hrule\penalty-5\hrule}
33x32& 2019-10-16& 31& 6& 9\cr\noalign{\hrule\penalty-5\hrule}
@@ -8,7 +10,7 @@ Trial Size& Date& Introduced& Deaths& Pits formed\cr\noalign{\hrule\penalty-5\hr
8x7& 2019-12-20& 5& 0& 4\cr\noalign{\hrule\penalty-5\hrule}
}{1in}
\advance\pics by 1\relax
-\centerline{Figure \number\pics: Number of Deaths and Pits Successfully Formed in Each Trial/Subtrial}
+\nobreak\centerline{Figure \number\pics: Number of Deaths and Pits Successfully Formed in Each Trial/Subtrial}
\table{
Dimensions (in)& Pit Depth (cm)& Pit Width (cm)& Nearest Neighbor (cm)\cr\noalign{\hrule\penalty-5\hrule}
@@ -47,4 +49,5 @@ Dimensions (in)& Pit Depth (cm)& Pit Width (cm)& Nearest Neighbor (cm)\cr\noalig
8x7& 0.8& 0.8& 4.47\cr\noalign{\hrule\penalty-5\hrule}
}{1.6in}
\advance\pics by 1\relax
-\centerline{Figure \number\pics: The Pit Depths, Widths, and ``Territory,'' Observed in Each Trial}
+\nobreak\centerline{Figure \number\pics: The Pit Depths, Widths, and ``Territory,'' Observed in Each Trial}
+\baselineskip=\oldbaseskip