Text FormattingLink

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
mrdwustl
Posts: 7
Joined: Wed Mar 31, 2010 2:56 am

Link

Post by mrdwustl »

Hi -

I'm want to put links on my c.v. to my website and my email address. As is, the links show up with blue boxes around them: is there a way to remove them?

Thanks.

Code: \htmladdnormallink{www.duke.edu/~mylink/}{http://www.duke.edu/~mylink/}

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: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Link

Post by Stefan Kottwitz »

Hi,

this code line doesn't show which document class, packages and options you're using. Generally please post a minimal compilable example.

If you use hyperref, try these options:

Code: Select all

\hypersetup{%
    colorlinks=false,
    pdfborder={0 0 0},
}

Stefan
LaTeX.org admin
mrdwustl
Posts: 7
Joined: Wed Mar 31, 2010 2:56 am

Re: Link

Post by mrdwustl »

That does it! Thanks a lot.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Link

Post by localghost »

Now that the problem is solved, please mark the topic accordingly as described in Section 3 of the Board Rules.


Best regards
Thorsten
Post Reply