Text FormattingLinks

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Georg

Links

Post by Georg »

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

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Links

Post by Johannes_B »

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

Links

Post by Georg »

Hello Johannes,
Everyone can answer, but it is not the correct answer.
Do you have any suggestions? Thank you.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Links

Post by Johannes_B »

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

Links

Post by Georg »

Thank you. Is there any possibility just completely deactivate without using thickness options?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Links

Post by Stefan Kottwitz »

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

Links

Post by Georg »

Dear Stefan thank you.
Post Reply