From c8a7773f3e3ad1fe6835eac5e2eb7c2db4d34b45 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Mon, 6 Jul 2020 14:15:35 -0400
Subject: figured out the skip in Results
---
src/results.i | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/results.i b/src/results.i
index f1a5bd5..a368fe6 100644
--- a/src/results.i
+++ b/src/results.i
@@ -1,7 +1,7 @@
\input gen/tables.i
\font\tablefont=cmr10 at 11pt
{\offinterlineskip\par}
-\kern -19pt%very hacky, but I don't exactly understand the glue
+\kern -\baselineskip
\line{%
\picturetop{graph/depth_width.png}{Antlions' pits' depths and widths
correlate strongly with square root of trial area, meaning that
--
cgit