Closed kmccurley closed 7 months ago
Dan Bernstein has pointed out that the following URL breaks margins:
@misc{example, url={https://www.forbes.com/sites/daveywinder/2019/06/12/warning-windows-10-crypto-vulnerability-outed-by-google-researcher-before-microsoft-can-fix-it/}, author={Davey Winder}, title={{Warning: Google researcher drops Windows 10 zero-day security bomb}}, year={2019} }
There is an easy fix for this: put \RequirePackage{xurl} at the end of iacrcc.cls. This should appear after biblatex is loaded.
\RequirePackage{xurl}
iacrcc.cls
biblatex
This makes perfect sense. Will incorporate this.
Ädded in #240.
Dan Bernstein has pointed out that the following URL breaks margins:
There is an easy fix for this: put
\RequirePackage{xurl}
at the end ofiacrcc.cls
. This should appear afterbiblatex
is loaded.