packages.tex: Don't use footmisc (it doesn't mesh with hyperref)
authorW. Trevor King <wking@tremily.us>
Wed, 8 May 2013 02:05:03 +0000 (22:05 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 8 May 2013 02:05:03 +0000 (22:05 -0400)
commit9051375972d249eb3cc4c2712d882029667bf19c
tree45da65f952e302e9701a44a6fdfed4ff9de72aa2
parent3d608f31959fcca7c2d11ca1e4166b754836b13e
packages.tex: Don't use footmisc (it doesn't mesh with hyperref)

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