]> code.communitydata.science - cdsc_tex.git/commitdiff
fix overflowing DOI urls in bibliography
authorgroceryheist <nathante@uw.edu>
Wed, 18 Jul 2018 20:15:49 +0000 (13:15 -0700)
committergroceryheist <nathante@uw.edu>
Wed, 18 Jul 2018 20:15:49 +0000 (13:15 -0700)
paper_template/text.tex

index 080a9d63bf30ff6a9f872e503aa70b330efad740..ee3b2f3293001364bee6b80db5661797c996def8 100644 (file)
@@ -9,7 +9,7 @@
 \pagestyle{mako-mem}
 
 \usepackage[utf8]{inputenc}
 \pagestyle{mako-mem}
 
 \usepackage[utf8]{inputenc}
-
+\usepackage{wrapfig}
 \usepackage[T1]{fontenc}
 \usepackage{textcomp}
 \usepackage[garamond]{mathdesign}
 \usepackage[T1]{fontenc}
 \usepackage{textcomp}
 \usepackage[garamond]{mathdesign}
@@ -173,6 +173,7 @@ lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
 fox jumps over the lazy dog \citep{989866}.
 
 % bibliography here
 fox jumps over the lazy dog \citep{989866}.
 
 % bibliography here
+\setcounter{biburlnumpenalty}{9001}
 \printbibliography[title = {References}, heading=secbib]
 
 
 \printbibliography[title = {References}, heading=secbib]
 
 

Community Data Science Collective || Want to submit a patch?