mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-31 08:25:34 +00:00
Fix #64: Include setspace before hyperref to fix broken footnote links.
This commit is contained in:
parent
50ad594fc5
commit
a4dae56070
12
eisvogel.tex
12
eisvogel.tex
@ -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
|
||||
%
|
||||
|
Loading…
x
Reference in New Issue
Block a user