diff --git a/notes.tex b/notes.tex index 0d0ef45..7bf7075 100644 --- a/notes.tex +++ b/notes.tex @@ -18,7 +18,6 @@ \usepackage{enumerate} \usepackage{amssymb} % \usepackage{amsmath} -\usepackage{hyperref} % headers and footers \usepackage{fancyhdr} @@ -31,6 +30,10 @@ \fancyhead[LO,RE]{\sc \footnotesize \leftmark} \fancyfoot[C]{\thepage} +% following hyperref documentation, +% we load hyperref as the last package +\usepackage{hyperref} + % problem and example numbering \newtheorem{problem}{Problem}[chapter] \newtheorem{example}{Example}[chapter]