Skip to content

Commit 70e221a

Browse files
authored
Merge pull request #20 from pabloocal/preamble
Preamble update
2 parents e4fcdce + 73104aa commit 70e221a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

notes.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
\usepackage{enumerate}
1919
\usepackage{amssymb}
2020
% \usepackage{amsmath}
21-
\usepackage{hyperref}
2221

2322
% headers and footers
2423
\usepackage{fancyhdr}
@@ -31,6 +30,10 @@
3130
\fancyhead[LO,RE]{\sc \footnotesize \leftmark}
3231
\fancyfoot[C]{\thepage}
3332

33+
% following hyperref documentation,
34+
% we load hyperref as the last package
35+
\usepackage{hyperref}
36+
3437
% problem and example numbering
3538
\newtheorem{problem}{Problem}[chapter]
3639
\newtheorem{example}{Example}[chapter]

0 commit comments

Comments
 (0)