Skip to content

Commit 14dcafd

Browse files
committed
Update preamble
Updated preamble so that the "hyperref" package is loaded last. This follows "hyperref" documentation and may avoid compatibility issues with "etoolbox" and other packages.
1 parent 6c7f2f8 commit 14dcafd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)