Commit 664581cf authored by Johnson, Seth R.'s avatar Johnson, Seth R.
Browse files

Move hyperref to end of packages loaded

parent c0c8c8e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
\RequirePackage{wallpaper} % background on cover page
\RequirePackage{fancyhdr} % headers and footers
\RequirePackage{emptypage} % hide footers on blank pages
\RequirePackage[pdfusetitle]{hyperref} % url and links in PDF
\RequirePackage{acro} % Add support for abbreviations
\RequirePackage{array} % Add support for tabulars
\RequirePackage{tocloft} % table of contents styling
@@ -30,6 +29,7 @@
\RequirePackage{framed} % framed notice boxes
\RequirePackage{seqsplit} % for splitting unruly character strings
\RequirePackage{etoolbox} % Patch for all caps first- and second-order headings in TOC
\RequirePackage[pdfusetitle]{hyperref} % url and links in PDF

% Load document style
\RequirePackage{ornltm-style}