We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4fcdce + 73104aa commit 70e221aCopy full SHA for 70e221a
1 file changed
notes.tex
@@ -18,7 +18,6 @@
18
\usepackage{enumerate}
19
\usepackage{amssymb}
20
% \usepackage{amsmath}
21
-\usepackage{hyperref}
22
23
% headers and footers
24
\usepackage{fancyhdr}
@@ -31,6 +30,10 @@
31
30
\fancyhead[LO,RE]{\sc \footnotesize \leftmark}
32
\fancyfoot[C]{\thepage}
33
+% following hyperref documentation,
34
+% we load hyperref as the last package
35
+\usepackage{hyperref}
36
+
37
% problem and example numbering
38
\newtheorem{problem}{Problem}[chapter]
39
\newtheorem{example}{Example}[chapter]
0 commit comments