BibTeX, biblatex and biber ⇒ Lines
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Lines
that's easy, such as
\usepackage[hidelinks]{hyperref}
or:
\hypersetup{hidelinks}
Or show us your code and we help with adjusting it.
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Lines
Code: Select all
\usepackage{hyperref}
\hypersetup{
colorlinks = false,
linkbordercolor = {white},
citebordercolor = {0 1 0},
}
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Lines
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Lines
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