Tagged Questions
The hyperref tag has no wiki summary.
4
votes
2answers
2k views
LaTeX hyperref link goes to wrong page
I am trying to create a reference to a float that doesn't use a caption. If I include \label{foo} within the float and reference it using \pageref{foo}, the correct page number is displayed in my pdf ...
4
votes
2answers
912 views
Latex: hyperref to individual longtable rows
I have a few longtables that stretch several pages and I want to use pageref and hyperref to link to these rows.
But whatever I try, the links always refer to the start of the table.
When I look into ...
3
votes
2answers
2k views
How to explicitly end a \part in LaTeX with hyperref
I have a LaTeX document which contains the following:
\tableofcontents
\chapter{Chapter One}
\part{Part One}
...
\part{Final Part}
\chapter{Final Part Chapters}
\chapter{Chapter not Part of Part}
...
2
votes
1answer
227 views
Avoid linking URL in Latex
I'm using hyperref in my latex document. In the references I have an URL, and the hyperref package creates a click able link automatically.
However, I need that that URL is not linked; but the rest ...
2
votes
2answers
495 views
How can I get page numbers to link to the table of contents in latex?
I've seen a pdf LaTeX document where the page numbers at the bottom of the page are hyperref links, and clicking them causes you to jump to the contents table. I don't have the tex file and couldn't ...
2
votes
2answers
611 views
Inclusion of hash marks in a LaTeX \indexentry aliased with a \newcommand
This is a strange one. I've had to do some interesting workarounds to get it to function even a little bit, but we have another stumbling block.
I've been struggling to create a separate document ...
2
votes
5answers
1k views
Problem with LaTeX hyperref
i have an url with cyrilic characters:
http://www.pravoslavie.bg/Възпитание/Духовно-и-светско-образование
when i compile the document, i get following as url:
...
2
votes
1answer
222 views
Display the URL after the link?
I use LaTeX with the hyperref package and I have things like:
hyperref is
\href{http://www.tug.org/applications/hyperref/}{documented in detail}.
It allows...
In the PDF output, it shows:
...
2
votes
2answers
369 views
Incorrect hyperlinking in LaTeX
So far the hyperref package in LaTeX has automatically linked all the items in my report correctly. But there is one that did not get linked properly, possibly because I manually added it to the table ...
1
vote
0answers
12 views
latex: how to make appendix and hyperref packages work together with cyrillic (non ASCII) characters? [migrated]
I have latex document with hyperref and appendix packages that fails to build. But if I switch off either appendix or hypererf everything works fine
\documentclass[14pt]{article}
...
1
vote
1answer
2k views
PDF forms with LaTeX: how to create \TextField of exactly 4in width?
I'm using PDFLaTeX to create forms and ran into a problem with the \TextField macro that defines input fields:
\TextField[width=4in,name=sample]{}
The resulting field is a little wider than 4 ...
1
vote
1answer
254 views
How to set title of TOC in Latex hyperref package
The latex hyperref package makes a really nice, linked table of contents, named according to section name. However, the top level category is by default, the file name. It seems I should be able to ...
1
vote
1answer
72 views
extra “file://” prefix generated by pdflatex using hyperref package in macro
The LaTeX hyperref package confuses me in several ways. Here's my particular problem.
In my document, the command
\footnote{
...
1
vote
1answer
827 views
Setting pdftitle and pdfauthor automatically in a LaTeX stylesheet
I use the code below to set the title and author in the pdf document properties.
\usepackage[pdftex]{hyperref}
\hypersetup{
pdftitle = {The documents title},
pdfauthor = {me}
}
I would like ...
1
vote
1answer
4k views
Latex change color of intext citing with hyperref package and natbib
I am using the natbib and hyperref package in conjunction with my latex document. I would like to change to the color of my hyppereferenced citations (the box around the citation) from the ugly ...
1
vote
1answer
600 views
LaTeX hyperref package: Opening a target PDF at a specific page
Does anyone know if it is possible to employ the LaTeX hyperref package to open a target PDf at a specific page? I have tried using the \href{FILENAME#page=XX}{LINK_TEXT} command, where XX is the ...
1
vote
3answers
2k views
Setting up author or address string variables in LaTeX
LaTeX is a wonderful language for writing documents. With the hyperref package and pdflatex, you easily generate documents with metadata, a nice feature to get your documents referenced right on the ...
1
vote
1answer
786 views
LaTeX: disable or turn off hyperlinking for table of contents?
I want a table of contents, but I don't want each line to be a clickable hyperlink. How do I do this?
Details:
I am using the \anothertoc command from the shorttoc package to "import" the TOC from ...
1
vote
1answer
1k views
Bookmark level difference when using hyperref
When creating my output with miktex in texniccenter I get the following warning
Difference (2) between bookmark levels is greater than one, level fixed on input line 3
Can someone explain this ...
0
votes
0answers
32 views
EXCLUDE SECTION FORM HYPERREf. problem with \hyperref & \lstset{language=Matlab,}
I am using
\usepackage[breaklinks,bookmarks]{hyperref}
&
\lstset{ language=Matlab, }
so when hyprref find any ' in the document(matlab *.m file) it think of it as link & & when link ...
0
votes
1answer
299 views
LaTeX bookmarks not creating proper tree structure
When created a LaTeX document, using automated bookmarking from hyperref, the pdf bookmarks aren't in a proper tree structure. It only increases bookmarks tree depth never decreasing it.
Should be ...
0
votes
1answer
562 views
pdftex driver of hyperref package doesn't work with utf-8 encoded .tex files
i use pdflatex to generate pdf files. my source files are all utf-8 encoded because of non-english characters. without \usepackage{hyperref} code, they can be compiled without any problem. but when i ...
0
votes
1answer
329 views
LaTeX: How can I disable the linking for figures in LyX?
Complete LaTeX and LyX newbie here.
I am currently writing a document in LyX and I'm using hyperref to have links in the ToC, citations etc. The problem is that I added a figure (with float) and when ...
0
votes
1answer
885 views
LaTeX makeindex with gind.ist style combined with hyperref package
I am currently having a problem with makeindex package and gind.ist style when combined with hyperref package with TeXnicCenter and LaTeX=>PDF conversion.
Without using gind.ist everything is fine, ...