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 --- fmt/com.h | 1 - report.tex | 2 +- src/biblio.i | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fmt/com.h b/fmt/com.h index 0363798..adcbcf8 100644 --- a/fmt/com.h +++ b/fmt/com.h @@ -1,7 +1,6 @@ %% links \def\link#1{% - \penalty-500% \pdfstartlink user{/Subtype /Link /Border [ 0 0 0 ] diff --git a/report.tex b/report.tex index bcd24d7..dcdeb11 100644 --- a/report.tex +++ b/report.tex @@ -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. + } -- cgit