Skip to content

Patch 3

Jeremy Roy (12JFR2) requested to merge (removed):patch_3 into master

Fixing broken hyperlinks for footnotes.

Must declare our use of setspace before hyperref if we want the hyperlinks in footnotes to work. https://tex.stackexchange.com/questions/188273/using-setspace-package-breaks-footnotes-link

Before: hyperref was declared in the .sty file, before setspace was declared in preamble.tex.

After: Declare setspace in .sty file before hyperref.

Merge request reports