diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-07-05 07:45:52 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-07-06 18:42:06 -0400 |
commit | 18cccc7e056a8994656e6d8d67e99771cc03e6dd (patch) | |
tree | ee5e6b061767e95f3b6fb8fee55e4c03f907bfdc | |
parent | efbfe0decd8274186e77eab8a63a7594e6fb3cff (diff) |
moved pro-break penalty to biblio and fixed hang for last par
-rw-r--r-- | fmt/com.h | 1 | ||||
-rw-r--r-- | report.tex | 2 | ||||
-rw-r--r-- | src/biblio.i | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,6 @@ %% links \def\link#1{% - \penalty-500% \pdfstartlink user{/Subtype /Link /Border [ 0 0 0 ] @@ -28,7 +28,7 @@ Antlions' Group Distribution and Behavior under Varying Spatial Constraints\par Holden Rohrer and Radeen Dixon\par Georgia Science Fair\par -Source: \penalty10000\link{https://git.hrhr.dev/scifair}\par +Source: \link{https://git.hrhr.dev/scifair}\par } \abstract={\input src/abstract.i} \cover 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. + } |