Tagged Questions
0
votes
1answer
26 views
Insert footnotes with \href [duplicate]
This seems like a very common practice, but an hour of researching the question has gotten me nowhere. Is it not possible to insert the URI for the call to \href (#1) as a footnote?
I've tried ...
1
vote
1answer
41 views
Footnote in tabularx doesn't work (with hyperref)
Here is the min file:
\documentclass{article}
\usepackage{tabularx}[1999/01/07] % v2.07
\usepackage{hyperref}% 2012/10/15 v6.83k
\listfiles
\begin{document}
\begin{minipage}[t]{.5\linewidth}
...
7
votes
1answer
107 views
Create a footnote in node in a tikzpicture
I would like to add a footnote to a node in a TikZ picture, but every solution I could imagine fails. I tried using a minipage, too.
\documentclass[a4paper,10pt]{scrartcl}
\usepackage{tikz}
...
0
votes
0answers
38 views
How to get the hypperref label for the footnotemark of a figure caption sending you to the right place in the list of figures?
I have some little issue about the hypperref package.
I used some footnotes to cite the source of my figures.
To do that, I just used :
\begin{figure}[ht!]
\begin{minipage}{\textwidth}
\centering
...
0
votes
0answers
57 views
Bidirectional links [duplicate]
Possible Duplicate:
Footnote backreference with hyperref
In bibliography, how to print the page in my text where I cited certain paper?
How can make link from footnotes to text and from ...
0
votes
1answer
55 views
Mysterious behaviour of footnotes with hyperref package
I have an example, stripped to absolute minimum, showing the mysterious influence of switching colorlinks=false to colorlinks=true in the hyperref package on some footnotes. In this document, a ...
4
votes
1answer
130 views
footnote, hyperref, tabular
I have many tables with footnotes inside and I need hyperref in my document. Now, the problem is that footnote in my tables does not point to the notes at the end of the page. It points to the first ...
7
votes
1answer
322 views
Why are all of my footnotes hyperlinked to the titlepage?
Problem
I have various footnotes, which are hyperlinked from the text to the bottom of their respective pages. When I click on the hyperlinks (in the main text), they always take me to the first page ...
3
votes
0answers
125 views
Using 'bigfoot' and 'hyperref' package - PDF bookmarks reference to wrong page/line [closed]
Please compile the following document:
\documentclass{book}
\usepackage{bigfoot}
\usepackage{hyperref}
\usepackage{blindtext}
\begin{document}
\chapter{Chapter}
\blindtext
\blindtext
...
4
votes
2answers
202 views
unwanted pagebreak in footnote
I'm trying to reference a long URL in a footnote. I'm usig hyperref-package (which loads automatically the url-package).
\usepackage[unicode=true,
...
1
vote
0answers
147 views
How to create glossary entry with link to glossary and appearance in footnote? [closed]
I want
each "first-time-used" glossary entry to appear in the footnote with its description and
each "used" entry (the short term) being linked to the entry with its description in the glossary.
...
2
votes
1answer
180 views
How can I find a footnote by its number (Hfootnote.xx)?
I want to find out, which footnote is causing a warning message in my pdfoutput.
I am using Miktex 2.9, my document is from the type "scrreprt" and I make usage of the package parnotes.
I get the ...
6
votes
1answer
209 views
Change reference position for footnote link
With the recent package footnotebackref it is possible to backrefence footnotes, one can then jump directly from the main text to the footnote and back. The link in the footnote that points back to ...
4
votes
2answers
377 views
footnote in table with hyperlinks
Answer to the problem below:
I was using latex c.tex; dvipdf c.dvi to compile the pdf, instead I should use pdflatex c.tex, it also showed up that \begin{savenotes} will create links to the top of ...
7
votes
2answers
243 views
protected footnotes cause hyperref error
To use a footnote in a section one has to use the protect keyword to avoid an error... then when using the hyperref package you get another error:
Package hyperref Warning: Token not allowed in a PDF ...
3
votes
1answer
1k views
\hyperref: footnote links not active and color not changing
I'm using \hyperref and encountering two problems. First: footnote links are not active; second: I cannot seem to change the color of links or to go from colored links to links with borders.
Below ...
2
votes
1answer
272 views
Footnote is not clickable and the PDF cannot be selected
Say in chapter 2, page 10 I create a foonote (by doing: \footnote{bla bla....}). When I reference it in Page 10 I get a clickable reference to that footnote. But, in page 12 when I reference this ...
14
votes
3answers
500 views
Adjust box around hyperref footnote links
Is it possible to adjust the size of the box around the footnote links produced by hyperref? Specifically, I would like to move the base of the box closer to the base of the object inside.
...
2
votes
1answer
127 views
Wrapfigure & Footnote, hyperlinks
I want to include a figure in my text. The text should be wrapped around this figure, thus using environment wrapfigure. In the figure's caption I need a footnote, that includes the reference to the ...
4
votes
3answers
595 views
Incompatibility between footmisc-option multiple and hyperref
There is a question about nested footnotes with commas, which has some answers. Nested footnotes can be properly numbered, and they can be properly hyperlinked. Remaining problem: Hyperlinked ...
4
votes
1answer
251 views
Nested Footnotes + Hyperref
Footnoting a footnote can be performed by placing a \footnotemark within a footnote, followed later by the accompanying \footnotetext. However, only a single footnote can be placed within a footnote ...
5
votes
2answers
418 views
Error with hyperref + tabular + footnotes in tabular
Here's the code:
\documentclass[12pt,letterpaper]{article}
\usepackage{array}
\newcommand{\fntxt}[1]{\footnotetext{#1}}
\newcommand{\fnstep}{\stepcounter{footnote}}
...
30
votes
1answer
1k views
Footnote backreference with hyperref
This question led to a new package:
footnotebackref
I'm using hyperref to have footnote marks link to the footnote proper and I'd like to have some sort of "backreferences" from the footnote ...
6
votes
1answer
957 views
Clickable, bottom page reference ?! Possible ?
I'm new here but I see the place looks hyperactive. I guess I'll ask a lot in the next months.
So new to LaTeX and starting my PhD thesis redaction.
I got this template for a PhD thesis at ...
2
votes
1answer
358 views
Hyperref and multiple parts in a document
I am using the article document class with amsthm and hyperref. I have divided the article into parts. I would like the section under each part to start from 1. However, once I do that inserting ...
9
votes
1answer
3k views
Warning with footnotes: “name{Hfootnote.xx} has been referenced but does not exist”
First, some general details about my document: I'm using the scrbook class and the hyperref package. The document is split up into different source files (though this fact should not matter in this ...
1
vote
1answer
480 views
LaTeX Combined hyper reference and footnote lacks verbatim argument behaviour [duplicate]
Possible Duplicate:
Getting those %#!^& signs in the footnote!
Here's my first version of a clever command for URL-footnotes. It combines pdftex's hyperlink behaviour with a \footnote ...
11
votes
4answers
2k views
Getting those %#!^& signs in the footnote!
This is basically an expanded version of part of Control command arguments . The original questioner there wants to redefine \href so that all the links end up in foonotes (rather than in the main ...
22
votes
6answers
5k views
Multiple references to the same footnote with hyperref support - is there a better solution?
According to the Latex wikibook the workaround for having multiple references to the same footnote with hyperref support is this:
\footnote{This is the ...
4
votes
2answers
1k views
Clickable Table Footnote
I'm trying to have some clickable footnotes within tables. I tried using \footnote{}, it does create a link but there's no footnote text associated with it. \footnotemark[number] along with ...
5
votes
2answers
454 views
why is docstrip putting extra macro calls in a hyperlink inside a footnote that has a tilde?
Here's a minimal example of Docstrip putting extra macro bits into a \href call inside a footnote when the URL has a tilde:
% \iffalse
\documentclass[a4paper]{ltxdoc}
\usepackage{hyperref}
...