Questions tagged [hyperlink]
299 questions
4
votes
1 answer
Latex, hyperlink, box size
How can the bluish color box for hyperlink be reduced in size to better fit line height?
Yuval Doron
- 41
4
votes
1 answer
Automatic hyperlinks
Is it possible to create "automatic hyperlinks" in the sense that each time I write some word (or set of words) an hyperlink is automatically created? For example I would like that each time I write Schrödinger I have an hyperlink to…
user171780
- 515
3
votes
1 answer
How to define a new command with counter
I am currently writing a report where I use hyperlink, as an example \href{run:./Annex/MyTestResult.pdf}{Annex 4}.
It works pretty fine.
However, I would like to add a counter for Annex numbering.
Is there a way to make this easier for example by…
Airthan
- 145
2
votes
1 answer
Jumping to specific \onslide
I am making a presentation in Beamer using \onslide and using \hyperlink I can easily jump to the first \onslide environment on a different frame.
However, I would like to be able to jump to a specific \onslide environment on a different frame.
If…
Michael Falk
- 23
2
votes
1 answer
hyperlinking circled text
Based on this, I have this MWE:
\documentclass[]{article}
\usepackage{tikz}
\usepackage{hyperref}
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=2pt, text width=5em] (char)…
hola
- 4,026
- 3
- 35
- 72
1
vote
1 answer
How to link label to another page?
How to create hyperlink from page to another page even if there is no section or chapter ? and the easy way to automatically make it color blue of all the hyperlink I created. Thank you in advance.
\documentclass{article}
…
Udot
- 45
1
vote
1 answer
How to combine hyper link with text/logo in the given code?
Hi how could I modify the following code so that when I click say the github logo or Bob it takes me to a link? I tried a few things but couldn't get it to work. Many thanks :)
\begin{center}
\textbf{\Huge Bob} \\ \vspace{5pt}
\small…
user253478
- 13
1
vote
0 answers
Error displaying hyperlinks using hyperref package
I have issues displaying the hyperlink shown in the following MWE:
\documentclass[a4paper,12pt,twoside]{book}
\usepackage[a4paper,top=2.5cm,bottom=2.5cm,margin=2.5cm,bindingoffset=0.5cm]{geometry}…
Silva
- 743
1
vote
1 answer
Anyone know why the hyperlink wont work
\documentclass[12pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{hyperref}
\title{May 2018 Summary}
\author{MM}
\date{June 1, 2018}
\begin{document}
\maketitle
\section{Tasks and Deliverables}
\begin{enumerate}
\item Hello…
0
votes
1 answer
Linebreaks within a hyperlink?
I have a named link within my document. I want to allow line breaks of the text at an arbitrary position, preferred at some common know position but if it won't work out than at any kind of position.
While for the \url command there are some…
LeO
- 1,451
0
votes
0 answers
Hyperlink to a random page
Is there a way to include a hyperlink on a page that sends you to a random page in your pdf (which is different each time)?
If I try to use pgf, I can output a random number within a certain range, but I don't know how to make part of a command…
0
votes
0 answers
hyperlink issue
I want to refer to the Theorem and corollary at different places with the same number. But it's not working, any idea of an alternative to this issue.
Thanking you in advance!
\documentclass[a4paper]{report}
\usepackage{hyperref}
\begin{document}
…
0
votes
1 answer
Text hyperlinks not working in Latex
I am trying to insert a hyperlink--> http://pages.cs.wisc.edu/~cao/cs537/lecture17.txt in my document, but since its a text file the last part of that link is not working, and it is taking me to the homepage only. I have used the command…
Turing101
- 149
0
votes
1 answer
How to remove the hyperlink from \homepage{}
I have to submit my resume through a portal but it doesnt accept the document if it has a hyperlink. How do remove the hyperlink from appearing in
\homepage(something.github.io)
cantaloupeMan
- 1
- 1