Tagged Questions
3
votes
0answers
124 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
...
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 ...