Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Georg
Post
by Georg » Sun Apr 01, 2018 12:08 am
Hello folks,
I have a question below:
Any help? Thanks
Attachments
lines.jpg (36.59 KiB) Viewed 7391 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide : 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook : 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ : the first book about TikZ for perfect drawings in your LaTeX thesis
Stefan Kottwitz
Site Admin
Posts: 10359 Joined: Mon Mar 10, 2008 9:44 pm
Post
by Stefan Kottwitz » Sun Apr 01, 2018 12:50 am
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
Post
by Georg » Mon Apr 02, 2018 12:43 am
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.
Stefan Kottwitz
Site Admin
Posts: 10359 Joined: Mon Mar 10, 2008 9:44 pm
Post
by Stefan Kottwitz » Mon Apr 02, 2018 10:29 am
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
Post
by Georg » Sat Jun 02, 2018 4:21 pm
Hallo, Sterfan
Thank you but your suggestion does not work.
Stefan Kottwitz
Site Admin
Posts: 10359 Joined: Mon Mar 10, 2008 9:44 pm
Post
by Stefan Kottwitz » Sat Jun 02, 2018 4:32 pm
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
Post
by Georg » Wed Jun 13, 2018 6:28 am
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
Post
by Georg » Wed Jun 13, 2018 12:30 pm
Hi dear members,
do you have any ideas how to solve this problem?
Thanks a lot
Stefan Kottwitz
Site Admin
Posts: 10359 Joined: Mon Mar 10, 2008 9:44 pm
Post
by Stefan Kottwitz » Wed Jun 13, 2018 1:18 pm
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
Post
by Georg » Wed Jun 13, 2018 10:52 pm
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