BibTeX, biblatex and biber ⇒ Lines
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Lines
Hi Georg,
that's easy, such as
or:
Or show us your code and we help with adjusting it.
Stefan
that's easy, such as
\usepackage[hidelinks]{hyperref}
or:
\hypersetup{hidelinks}
Or show us your code and we help with adjusting it.
Stefan
LaTeX.org admin
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Lines
This removes the link border color (sets it to white) and sets the color for cite borders:
Stefan
Code: Select all
\usepackage{hyperref}
\hypersetup{
colorlinks = false,
linkbordercolor = {white},
citebordercolor = {0 1 0},
}
LaTeX.org admin
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Lines
Hi Georg,
it works for me, I tested the code.
Perhaps post your code (reduced, minimal, but compilable) that shows error or non-function. So we can see why it doesn't.
Stefan
it works for me, I tested the code.
Perhaps post your code (reduced, minimal, but compilable) that shows error or non-function. So we can see why it doesn't.
Stefan
LaTeX.org admin
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Lines
Have a look at this explanation: How to make a “minimum example”.
You can build up a document that shows the error behavior (your preamble and some dummy text) or hack down a copy of your document.
Once you post a copy here, it can be tested and fixed.
Stefan
You can build up a document that shows the error behavior (your preamble and some dummy text) or hack down a copy of your document.
Once you post a copy here, it can be tested and fixed.
Stefan
LaTeX.org admin