{links} is specifically about dealing with hyperlinks. If your question is generally about {urls} or about the {hyperref} package, use the respective tag instead.
8
votes
2answers
130 views
+250
TikZ image with hyperlinks --> GIF/PNG image + HTML image map
I have a (complex) TikZ-based figure with hyperlinks. Now I need a web version of this figure that preserves all hyperlinks. Converting the PDF to GIF or PNG is trivial, but for the hyperlinks I ...
1
vote
1answer
125 views
+100
Single link in (Author, Year) citation style using natbib and hyperref
natbib and hyperref create by default two links to the bibentry in the reference section|chapter of the document:
\begin{filecontents}{\jobname.bib}
@book{author08,
title = {{A Title}},
publisher = ...
4
votes
1answer
43 views
Making a theorem into a link
A link to another file can be created using the code
\href{run:/path/to/my/file.ext}{text displayed}
Now I'm use the amsthm package. What I'd like is for the phrase 'Theorem X' to be a link to ...
2
votes
1answer
61 views
placing invisible links at certain coordinates?
Does anybody know if this is possible using TikZ?
I'm trying to create links over a picture that i have layed on the background of a frame or at least placing them on some nodes in a TikZ code.
1
vote
1answer
73 views
how to make mindmap nodes links within presentation
Wanting to make secondary and tertiary nodes links to other frames within presentation. A great example would be linking the mountain bicycle node to the frame titled "mountain bicycle". The code I ...
5
votes
2answers
44 views
\href macro in \section conflicts with local hyperref linking in ToC
If I have a section like so
\section{Section 1}
then in the ToC, so long as I use the hyperref package, it is linked to that particular section. However, if I use an href tag as the section ...
3
votes
1answer
53 views
latex, how to put superscript and link to URL downpage
In a document, how do we do this:
i.e. how to put a superscript and then link it to a link as shown in the diagram?
4
votes
1answer
978 views
How do you make a TOC link cover text and page number?
The hyperref package allows you to specify that TOC links in the pdf cover the text (default) or the page number (linktocpage=true), but not both. That is, you can have this:
[My Title]. . . . . . ...
4
votes
1answer
73 views
How to create internet link in PDF?
Let us consider the following example :
\documentclass[11pt,twoside,a4paper]{book}
\usepackage{hyperref}
\begin{document}
For more information about 'TikZ' click on the following link :
...
1
vote
0answers
83 views
How to make a link to a chapter in a local pdf file?
The title is self-explanatory.
Anything of that sort
\href{run:path/to/file.pdf#chapter2}{go to chapter 2 of file.pdf}
?
2
votes
1answer
111 views
High-quality LaTeX output format for website display with flexibility
I would like to display a document on my webpage that has a quality of a LaTeX output, such as PDF, PS, DVI. (Plain HTML does not have that quality -- the text is not as "nice" to read.)
However, I ...
1
vote
1answer
234 views
Harvard Citation Styles “et al.” and hyperlinking citations to references
I am using the Harvard package and a Journal of Finance bst file (downloaded from the home page of Ivo Welch) in a LaTeX document. Here's my code:
\documentclass{report}
\usepackage{harvard}
...
6
votes
1answer
62 views
How to carry long text of \href to the next line while ocgcolorlinks is present?
This simplest code
\documentclass[a4paper]{book}
\usepackage[ocgcolorlinks]{hyperref}
\begin{document}
\href{"some URL"}{"long text"}
\end{document}
by compiling with pdflatex puts the "long ...
3
votes
1answer
49 views
Is there a \urlstyle{tt} (or something else) for \href to make it the same font as \url links?
Is there a \urlstyle{tt} (or something else to that effect) for \href to make it the same font as \url links? I'm happy with any monospace font, as long as they both (\url and \href) show up the same.
...
10
votes
3answers
3k views
I cannot get a (properly) underlined hyperlink in blue
First I just ignored the hyperref package and just wanted something that 'looked' like a link:
\underline{\color{Blue} http://soundcloud.com}
but I end up getting an underline about 3mm below the ...
4
votes
3answers
126 views
Links do not lead to right pages
The problem is that the links (as well as the PDF bookmarks) of abstract, explanation, CV and appendix do not lead to the right pages. abstract leads to the titlepage and appendix to introduction etc. ...
15
votes
2answers
343 views
Best practice for hyperref link colours?
I'm using the hyperref package with the option colorlinks=true. However, I'm not happy with the default link colours: for instance, citation links appear in a flamboyantly bright green that hurts my ...
2
votes
2answers
1k views
Getting rid of DOI, ISSN links from bibliography
In light of this and this AND if I'd want to use pdflatex instead of biblatex, how do I get rid of doi, ISSN links from my bibliography?
I can write a script such as here but that leaves a , hanging ...
5
votes
2answers
142 views
Postscript commands in TeX using \special
It is possible to include a graphic image and place a hyperlink reference within it, directly in TeX? I've created a M(non)WE example below to try and demonstrate what I'm thinking. (This becomes a ...
3
votes
1answer
120 views
How to make a really basic reference?
I'm trying to make a really basic reference.
Let's say I have theses lines in my document :
Lorem Ipsum ...
Lorem Ipsum ... [1] here ... Lorem Ipsum ...
Lorem Ipsum ...
I want to anywhere in my ...
34
votes
3answers
6k views
When do I need to invoke \phantomsection?
Inspired by question When do I need invoke \clearpage manually?:
When do I need to invoke \phantomsection?
In what condition is invoking \phantomsection necessary?
3
votes
1answer
265 views
Certain hyperlinks (memoir+hyperref) placed too low
I tend to use the memoir class together with the hyperref package, in order to have my table of contents, the lists of tables and figures, and the bibliography be hyperlinked. While all links to ...
3
votes
2answers
97 views
Toggle links globally using macro
I'm writing a CV for my wife using moderncv. We're not sure whether her supervisor wants links in the document, so every time a link might be required, I write the text twice:
PhD student at the ...
1
vote
1answer
55 views
Hyperref link jumps to the first entry of the bibliography entry rather than to its title [duplicate]
This is a follow-up question to Gonzalo Medina's answer of Bibliography in table of contents. One of his solutions for including the bibliography in the ToC is to use the following code:
...
3
votes
1answer
81 views
Include links for certain paragraphs
I would like to include links/reference points in my latex document, e.g.
The situation is the following:
There is a certain paragraph on, say page 11, and on page 13 there is a link and when the ...
6
votes
1answer
317 views
Further customize color of hyperref links
I have tried to find a way to customize how internal links are colored, but I don't yet have the expertise in finding and redefining commands. In the LaTeX example below, I describe how I would like ...
4
votes
1answer
55 views
Making section headers link to local files
I want to make the section titles in my document link to external files on my machine, so that when you click on the section title, an external document (a pdf-file) is opened. What is the nicest way ...
12
votes
1answer
198 views
Box around raggedright links spanning two lines extends to right margin
I need to use boxed links and ragged right text. The problem is that when a link spans two lines, though the link is broken correctly (when using pdflatex) the box around the linked text extends until ...
2
votes
1answer
143 views
Adobe Acrobat misinterprets pdfLaTeX hyperref mailto links as relative paths
The following code works and produces a mailto link within a pdf document. However, when opened with Adobe Acrobat, the link becomes file:///path/to/document/%22mailto:foo@bar.abc%22.
...
2
votes
0answers
36 views
How to label a special slide instead of the whole frame in beamer presentation? [duplicate]
Possible Duplicate:
Referencing items while using uncover
Is it possible in a beamer presentation to achieve that a hyperlink points to a certain slide of a frame? For example, in the MWE ...
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 ...
14
votes
1answer
7k views
URL with tilde character?
I'm trying to make a URL with a tilde character (~) in it:
\usepackage{url}
...
\url{http://lyle.smu.edu/~tspell/jaws}
It looks right in the resulting PDF, but when clicking on it the browser goes ...
3
votes
1answer
127 views
LaTeX - Insert thumbnail with link to fullsize image contained in appendix
What is the best way to include a small thumbnail image which links to the fullsize image which should be contained in the appendix?
Ideally it would be nice to have a macro which created a thumbnail ...
11
votes
1answer
245 views
Is it a good practice if we always locally precede \href with \sloppy?
Is it a good practice if we always locally precede \href with \sloppy as follows?
if you are interested to know the details,
please contact me at {\sloppy
...
1
vote
1answer
207 views
Special character in url link
I would like to insert the following text:
\href{http://en.wikipedia.org/wiki/List_of_successful_coups_d'état}{http://en.wikipedia.org/wiki/List\_of\_successful\_coups\_d'état}
However, that ...
25
votes
3answers
1k views
How to preserve hyperlinks in included pdf?
I have generated PDFs with figures that have hyperlinks (hyperref to websites, \href) in them. When I compile these figures standalone the hyperlinks work. But when I try to include these PDFs (as ...
3
votes
0answers
94 views
PDF links generated by \cite do not work when using project component files
When using the project files shown below, links generated by \cite[…] are displayed as links, but when I click on them nothing happens.
But when \completepublications[…] is directly written in ...
12
votes
3answers
552 views
Hyperref jumps to the wrong equation if the equation has a \tag and cleveref is used
The problem
I'm writing a document where all of my equations are labeled, not by numbers, but by names, which I provide with amsmath's \tag command. I also use cleveref for ease of ...
3
votes
6answers
2k views
How to avoid link higlighting when using package hyperref?
I'd like to include some http links in my document. So i Included the hyperref package so that i can use the command \url{}
Microsoft Surface\footnote{\url{http://www.microsoft.com/surface}}
This ...
10
votes
1answer
1k views
natbib and hyperref for (Author, Year) style produces two links
I am using the bioinfo style with natbib and hyperref, using the (Author, Year) style citations. pdflatex produces two link boxes for each citation: one for the Author and one of the Year. I would ...
11
votes
2answers
4k views
Link formatting: colors, underlines in moderncv
Following the excellent advice in this site, I have started using moderncv for writing the new version of my CV.
Unfortunately, after converting to PDF, my http links work (clicking on them leads to ...
4
votes
1answer
116 views
Netography for managing links
To manage my links used in my thesis, I wanted to use a netography so that I can cite links that are listed (with time stamp of the last visit!) at the end, like a bibliography. I couldn't find any ...
2
votes
0answers
61 views
Glossaries creates wrong link when using titlepage [closed]
I experienced that glossaries generates a wrong link when my document contains a titlepage...
Here is my code:
\documentclass{article}
\usepackage{hyperref}
\usepackage[acronym]{glossaries}
...
7
votes
1answer
97 views
Distinguish \nameref references in print version
I used the \nameref command to reference to names of captions etc.
I also used the option colorlinks=true so I have colored references which can be distinguished form "normal" text.
In my print ...
9
votes
1answer
2k views
email adress renders incomplete mailto in PDF
When I put \email{e.xmaple@example.com} in a LaTeX document the resulting PDF shows the email address correct, but the link points to .xample@example.com. de character before the dot gets left off.
...
113
votes
6answers
23k views
Remove ugly borders around clickable cross-references and hyperlinks
I know that I can use hyperref to make cross-references and hyperlinks clickable. That makes the clickable areas outlined in fluorescent green, however. How can I make the green boxes go away?
3
votes
0answers
121 views
Vertical position after navigating to hyperref hypertargets from hyperlinks seems too low
The vertical scroll position after navigating to a \hypertarget from a \hyperlink (described in the hyperref manual) seems to be too low. The scroll position is at the baseline of the \hypertarget, so ...
27
votes
4answers
7k views
How can I make a clickable Table of Contents? [duplicate]
Possible Duplicate:
How to make clickable links and cross-references in pdfs produced by LaTeX?
I need links for the Table of Contents, so that I can navigate fast to different sections. I ...
6
votes
1answer
152 views
adjusting a constant in a *.bst file (plainurl.bst)
I am using plainurl.bst style, Miktex 2.8, pdflatex to generate a pdf file. It gives explicitly the URL of my bib file. I would like to get this link attached to the title (i.e. embedded below the ...
6
votes
2answers
1k views
Add a link to the TOC
I'd like to link the Table of Contents in the footer of each page.
I can achieve this thanks to this hint like so:
# In the hyperref section of the document preamble
\cfoot{\hyperlink{page.1}{TOC}}
...

