Theses, Books, Title pagesFont Color: Black

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Font Color: Black

Post by templateuser »

This template uses a combination of black text and blue text (in some places like the table of contents, references, etc.). What's the simplest way to remove all instances of blue text and converting the entire document to black text?

Thanks very much in advance to anybody who can answer my question!

latextemplatesuser

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Font Color: Black

Post by Vel »

Hi,

Just go to main.tex and find this line:

\hypersetup{urlcolor=blue, colorlinks=true}

Change the colorlinks=true to false and everything will be black!

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Font Color: Black

Post by templateuser »

Thanks a lot!

latextemplatesuser
hafizur
Posts: 14
Joined: Sun Nov 22, 2015 11:45 pm

Font Color: Black

Post by hafizur »

Hi,

I do not find this line \hypersetup{urlcolor=blue, colorlinks=true} in main.tex.

If I insert this line in main.tex as \hypersetup{urlcolor=blue, colorlinks=false}.

There is a problem in pdf file like as border with color of those link text.

By the way, I used MiKTeX and faced this problem in IEEE latex thesis template.
Last edited by cgnieder on Mon Nov 23, 2015 8:56 pm, edited 1 time in total.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Font Color: Black

Post by Johannes_B »

The masters doctoral thesis template has changed, the latest update went live two days ago.

Seeing the borders is normal, how else would you know that ther is a link you can click? If you hide them, what's the use? They wo'nt be printed by the way.
You can remove them, keyword pdfborder.

What do you mean with IEEE template?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
hafizur
Posts: 14
Joined: Sun Nov 22, 2015 11:45 pm

Re: Font Color: Black

Post by hafizur »

Sorry, this is Masters/Doctoral Thesis template not IEEE latex thesis template.
Thanks for replay.
Post Reply