From 18cccc7e056a8994656e6d8d67e99771cc03e6dd Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Sun, 5 Jul 2020 07:45:52 -0400
Subject: moved pro-break penalty to biblio and fixed hang for last par
---
src/biblio.i | 2 ++
1 file changed, 2 insertions(+)
(limited to 'src')
diff --git a/src/biblio.i b/src/biblio.i
index 5f672fb..17f3523 100644
--- a/src/biblio.i
+++ b/src/biblio.i
@@ -4,6 +4,7 @@
\centerline{Works Cited}
{\everypar{\hangindent=.5in\hangafter=-1}
+\let\oldlink\link\def\link{\penalty-500\oldlink}
\parskip=\baselineskip
Muvengwi, J., Davies, A. B., Parrini, F., \& Witkowski, E. T. F. (2018). Geology drives the spatial patterning and structure of termite mounds in an African savanna. Ecosphere, 9(3), e02148. \link{https://doi.org/10.1002/ecs2.2148}
@@ -16,4 +17,5 @@ Scharf, I., Hollender, Y., Subach, A., \& Ovadia, O. (2008). Effect of spatial p
Crowley, P. H., \& Linton, M. C. (1999). Antlion Foraging: Tracking Prey Across Space and Time. Ecology, 80(7), 2271--2282. \link{https://doi.org/10.1890/0012-9658(1999)080[2271:AFTPAS]2.0.CO;2}
A. S Erasmus, B. F. N. *. (2000). A modelling approach to antlion (Neuroptera: Myrmeleontidae) distribution patterns. African Entomology, 8(2), 157--168.
+
}
--
cgit