From 9051375972d249eb3cc4c2712d882029667bf19c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 7 May 2013 22:05:03 -0400 Subject: [PATCH] packages.tex: Don't use footmisc (it doesn't mesh with hyperref) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit From the footmisc manual: User interface---interactions with other packages ... hyperref The hyperref package has ambitions to make hyperlinks from footnote marks to the corresponding footnote body; naturally this causes grief to footmisc, and unfortunately no remedy is currently known. If you use footmisc, suppress hyperref’s hyper-footnotes, by loading it as: \usepackage[hyperfootnotes=false,...]{hyperref} Further work on the interaction between the two packages is proposed, but not yet scheduled. See also: http://tex.stackexchange.com/questions/71664/why-are-all-of-my-footnotes-hyperlinked-to-the-titlepage I can't delay the hyperref import until after footmisc, because the hyperref import happens inside drexel-thesis. --- src/packages.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages.tex b/src/packages.tex index aa28c48..6de9418 100644 --- a/src/packages.tex +++ b/src/packages.tex @@ -12,7 +12,7 @@ \bibliographystyle{unsrtnat} % Number citations in the order referenced. % use symbols for footnotes, so they aren't confused with references -\usepackage[symbol*]{footmisc} +%\usepackage[symbol*]{footmisc} % Formatting stuff for the curriculum vitae \usepackage{bibunits} -- 2.26.2