From ca75578a92b1089b7aeb0c00dc8e29e3eab22984 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Sun, 12 Jan 2020 13:34:16 -0500
Subject: fixed incrementer in tables' captions
---
document/tables.tex | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/document/tables.tex b/document/tables.tex
index b3006a9..ea76b71 100644
--- a/document/tables.tex
+++ b/document/tables.tex
@@ -7,7 +7,8 @@ Trial Size& Date& Introduced& Deaths& Pits formed\cr\noalign{\hrule\penalty-5\hr
8x7& 2019-12-19& 12& 4& 3\cr\noalign{\hrule\penalty-5\hrule}
8x7& 2019-12-20& 5& 0& 4\cr\noalign{\hrule\penalty-5\hrule}
}{1in}
-\centerline{\advance\pics by 1\relax Figure \number\pics: Number of Deaths and Pits Successfully Formed in Each Trial/Subtrial}
+\advance\pics by 1\relax
+\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}
@@ -45,4 +46,5 @@ Dimensions (in)& Pit Depth (cm)& Pit Width (cm)& Nearest Neighbor (cm)\cr\noalig
8x7& 0.8& 0.8& 2.24\cr\noalign{\hrule\penalty-5\hrule}
8x7& 0.8& 0.8& 4.47\cr\noalign{\hrule\penalty-5\hrule}
}{1.6in}
-\centerline{\advance\pics by 1\relax Figure \number\pics: The Pit Depths, Widths, and ``Territory,'' Observed in Each Trial}
+\advance\pics by 1\relax
+\centerline{Figure \number\pics: The Pit Depths, Widths, and ``Territory,'' Observed in Each Trial}
--
cgit