Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Georg
Post
by Georg » Mon Jun 18, 2018 6:36 am
Hello dear Stefan,
I think there is no one in this forum except you!
Can we have box around hyperlinks and take it out from citing authors at the same time?
Thank you very much
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
Johannes_B
Site Moderator
Posts: 4182 Joined: Thu Nov 01, 2012 4:08 pm
Post
by Johannes_B » Mon Jun 18, 2018 8:20 am
How is this different from
this topic ?
Where another user already gave you an answer.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Georg
Post
by Georg » Mon Jun 18, 2018 9:34 am
Hello Johannes,
Everyone can answer, but it is not the correct answer.
Do you have any suggestions? Thank you.
Johannes_B
Site Moderator
Posts: 4182 Joined: Thu Nov 01, 2012 4:08 pm
Post
by Johannes_B » Mon Jun 18, 2018 10:31 am
You cannot set border thicknesses on different types of links independently, from what I can see.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Georg
Post
by Georg » Mon Jun 18, 2018 12:27 pm
Thank you. Is there any possibility just completely deactivate without using thickness options?
Stefan Kottwitz
Site Admin
Posts: 10348 Joined: Mon Mar 10, 2008 9:44 pm
Post
by Stefan Kottwitz » Mon Jun 18, 2018 2:06 pm
Hi Georg,
Georg wrote: Is there any possibility just completely deactivate without using thickness options?
you can deactivate all link and cite borders by
\usepackage[hidelinks]{hyperref}
or
\hypersetup[hidelinks]
or
\hypersetup{pdfborder={0 0 0}}
Stefan
LaTeX.org admin
Georg
Post
by Georg » Mon Jun 18, 2018 8:26 pm
Dear Stefan thank you.