Fix #64: Include setspace before hyperref to fix broken footnote links.

This commit is contained in:
Wandmalfarbe 2018-10-12 14:49:04 +02:00
parent 50ad594fc5
commit a4dae56070

View File

@ -106,6 +106,9 @@ $endif$
$if(linestretch)$
\usepackage{setspace}
\setstretch{$linestretch$}
$else$
\usepackage{setspace}
\setstretch{1.2}
$endif$
\usepackage{amssymb,amsmath}
\usepackage{ifxetex,ifluatex}
@ -474,15 +477,6 @@ $if(numbersections)$
\setcounter{secnumdepth}{3}
$endif$
%
% line spacing
%
$if(linestretch)$
$else$
\usepackage{setspace}
\setstretch{1.2}
$endif$
%
% break urls
%