Questions tagged [hyperref]
47 questions
1
vote
1 answer
latex - Remove pale blu box around image-link only to a specific position
I like to make a question on the hyperref package of Latex. I write reports with the company's logo and I would like to add an implicit link to the official company's website, so as that if someone click on this logo can open the official web page.…

GiacomoDB
- 369
- 1
- 10
1
vote
1 answer
Version mismatch error from hyperref and hpdeftex in TeXLive
I am having problems getting hyperref to work with my TeXLive installation. Here is a simple example:
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\href{www.jamescurran.co.nz}{www.jamescurran.co.nz}
\end{document}
which…

James Curran
- 1,274
- 7
- 23
1
vote
1 answer
LaTeX - two pages "1" with package hyperref
When compiling a LaTeX document, I get two pages numbered at "1": the front page and the first of the table of contents. Here's a…

MeanStreet
- 1,217
- 1
- 15
- 33
1
vote
1 answer
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 like:
Part I
=Section 1
==Subsection…

Golob
- 179
- 8
1
vote
1 answer
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 change this to the actual title, but I'm not…

muckabout
- 1,923
- 1
- 19
- 31
1
vote
0 answers
Mac preview vs Adobe acrobat reader DC
I had this question after this discussion. The problem is Mac Preview behaves differently than Adobe acrobat reader DC. The pdf is compile with pdflatex. Here is…

novice
- 800
- 2
- 11
- 25
0
votes
0 answers
hyperref package: why am I getting this TeX capacity exceeded fatal error?
I'm converting a document written for print distribution to one for electronic distribution by turning all of the URLs into hyperlinked URLs. Using the hyperref package and \url command. A single URL is giving me the following error:
! TeX capacity…

jwr
- 1
0
votes
0 answers
Argument of ? has an extra }
i try to make fillable forms for my students. Beofre i updated my code mostly worked.
I tried to update all packages and now, if i use \usepackage{hyperref} i get the following error.
! Argument of � has an extra }.
\par
l.132 \end{document}
I've…
0
votes
1 answer
how we can make a word refer to something like a section or a picture in latex?
how we can make a word refer to something like a section or a picture in latex?
I know how to refer to something by \ref{} but when we use this we see the number of the section or table or picture or ... but I wanna something like \href{}{} to make…

Mohsen Liaghat
- 39
- 4
0
votes
0 answers
Latex build fail on invalid reference
I would like Latex build to fail when I have an invalid reference (I'm using nameref). Right now I only get a warning:
Found missing reference warnings.
LaTeX Warning: Reference `foo' on page 120 undefined on in
How can I configure Latex to give me…

Peder
- 157
- 1
- 1
- 9
0
votes
1 answer
How to add border in-text citations in R markdown?
I am relatively a new user in R and for the last couple of days, I was looking how to put borders in in-text citations in Rmarkdown. Based on what I have seen in the web, I prepared this YAML front.
title: "Bla Bla Bla"
author:
- Bla Bla…

mzkrc
- 219
- 2
- 7
0
votes
1 answer
Use TextField from a Form as URL of href (or PushButton) in hyperref
So I just can't seem to figure this out. In a Latex "Form" environment, imagine having a textfield like the following:
\TextField[default=URL_Here,bordercolor=,name=link1,width=8cm,charsize=10pt]{}
Now, if you want to access this elsewhere in the…

hherbol
- 91
- 12
0
votes
0 answers
linking postscript pdfmark DST with latex hypertarget/bookmark
%!PS
/Helvetica findfont 20 scalefont setfont
20 dup moveto (Comparator) show newpath
[ /Rect [ 20 dup moveto (Comparator) false charpath pathbbox newpath ]
/DST /Color [.7 0 0] %use Page 2 to make this work temporary
/Subtype /Link
/ANN …

Jwary
- 137
- 2
- 16
0
votes
1 answer
Hyper reference link for roman numbered pages in latex
I have an article class document in latex with roman numbers for abstract, toc, tables and figures. In the Table of contents the list appears correctly with correct numbering as well. But the hyperlink for roman numbers are not working. If I click…
user2293385
0
votes
1 answer
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, but as soon as I use gind.ist style I get lots of…

ovanes
- 5,483
- 2
- 34
- 60