Text Formatting ⇒ cross references not hyperlinking
cross references not hyperlinking
Hi all,
I have been beating my head over this for a while.
I am writing a [report] in pdflatex, can't compile for all others bibtex,pdftex etc. I have crossreferenced the figures and graphs OK but I want that when I click on reference "Figure 4.5", it scrolls me to the figure referenced. How can I do this?
thanks
I have been beating my head over this for a while.
I am writing a [report] in pdflatex, can't compile for all others bibtex,pdftex etc. I have crossreferenced the figures and graphs OK but I want that when I click on reference "Figure 4.5", it scrolls me to the figure referenced. How can I do this?
thanks
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
cross references not hyperlinking
Hi,
load the hyperref package:
It provides many options. If you follow the link, you will find the manual.
Stefan
load the hyperref package:
Code: Select all
\usepackage{hyperref}
Stefan
LaTeX.org admin
Re: cross references not hyperlinking
Hi,
Thanks a lot,works!
One slight problem though is that it puts a red square around each of the references, how can I get rid of this? Do I have to use pdftex?I am using pdflatex
Thanks a lot,works!
One slight problem though is that it puts a red square around each of the references, how can I get rid of this? Do I have to use pdftex?I am using pdflatex
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
cross references not hyperlinking
For example:
after loading hyperref, or load it that way:
Stefan
after loading hyperref, or load it that way:
Code: Select all
\usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref}
LaTeX.org admin
Re: cross references not hyperlinking
Thank you very much!
Everything is perfect!
Everything is perfect!
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
cross references not hyperlinking
A remark to your question:
Stefan
and you also mentioned BibTeX. There aresnif123 wrote:Hi,
Do I have to use pdftex?I am using pdflatex
- TeX engines, such as TeX, e-TeX, pdfTeX, XeTeX, LuaTeX, they provide the basic functionality and handle different input or output formats and fundamental features. This can mean input encoding (such as Unicode capability), output format (dvi, pdf) and advanced features (such as scripting).
- TeX format files, extending TeX for example by LaTeX macros, which results in LaTeX, pdfLaTeX, XeLaTeX, LuaLaTeX. If you use LaTeX classes, packages and macros, you need to use one of them. Still the engine could be chosen, depending on your needs.
- external programs, such as BibTeX and makeindex.
I'm glad to read that! As the topic is solved, it can be marked as solved. I did this for you now.snif123 wrote:Everything is perfect!
Stefan
LaTeX.org admin