wannesm/adsphd

Hyperref footnotes broken by setspace

Closed this issue · 2 comments

Hyperref's footnote links refer to the title page. This seems to be caused by the package setspace, which is loaded after the hyperref in adsphd.cls.

Suggested solution: move the following from lines 684-685 to lines 487-488 in adsphd.cls.
% To easily change line spacing
\RequirePackage{setspace}

This also solved my problem. Thanks for the solution.

Thanks, changed it in adsphd.cls.