BibTeX, biblatex and biberLines

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Georg

Lines

Post by Georg »

Hello folks,
I have a question below:

Any help? Thanks
Attachments
lines.jpg
lines.jpg (36.59 KiB) Viewed 7196 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Hi Georg,

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
Georg

Lines

Post by Georg »

Hi Stefan,
I want links (frame) only around authors but not around the page number. We can see that it covers the page number also because the half of the link is in the next page.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Lines

Post by Stefan Kottwitz »

This removes the link border color (sets it to white) and sets the color for cite borders:

Code: Select all

\usepackage{hyperref}
\hypersetup{
    colorlinks = false,
    linkbordercolor = {white},
    citebordercolor = {0 1 0},
}
Stefan
LaTeX.org admin
Georg

Lines

Post by Georg »

Hallo, Sterfan
Thank you but your suggestion does not work.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Lines

Post by Stefan Kottwitz »

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
LaTeX.org admin
Georg

Lines

Post by Georg »

Hi Stefan,
The code is so long and I dont know which part to reduce. What is the name for this problem?

Thanks a lot
Georg

Lines

Post by Georg »

Hi dear members,
do you have any ideas how to solve this problem?

Thanks a lot
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Lines

Post by Stefan Kottwitz »

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
LaTeX.org admin
Georg

Lines

Post by Georg »

Dear Stefan,
Thank you for your timely responses. It is really great.
Can you please provide some ideas why this problem occurs and what should we approximately do?

Thanks a lot
Post Reply