Text FormattingFootnote suddenly stops working

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
chezza
Posts: 2
Joined: Thu Apr 24, 2014 12:29 pm

Footnote suddenly stops working

Post by chezza »

Hi I need some help regarding the following issue:

The footnotes were working fine. However, now when clicked,they go to the title page instead of where they are meant to go.

:\usepackage[unicode=true,
linktocpage,
linkbordercolor={0.5 0.5 1},
citebordercolor={0.5 1 0.5},
linkcolor=blue]{hyperref}



That's all I used and \footnote{to insert the footnote}

Was working before...:(

Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Footnote suddenly stops working

Post by Johannes_B »

Hey, in order to help you, we need more information. Please prepare a minimal working example giving us just what we need to identify the cause.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
chezza
Posts: 2
Joined: Thu Apr 24, 2014 12:29 pm

Re: Footnote suddenly stops working

Post by chezza »

I've figured it out. Just had to ensure that \usepackage{setspace} is before {hyperref}. Thanks.
Post Reply