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
Theses, Books, Title pages ⇒ Font Color: Black
NEW: TikZ book now 40% off at Amazon.com for a short time.
Font Color: Black
Hi,
Just go to
Change the
Cheers,
Vel
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
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Font Color: Black
Thanks a lot!
latextemplatesuser
latextemplatesuser
Font Color: Black
Hi,
I do not find this line
If I insert this line in main.tex as
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.
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.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Font Color: Black
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
What do you mean with IEEE template?
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.
Re: Font Color: Black
Sorry, this is Masters/Doctoral Thesis template not IEEE latex thesis template.
Thanks for replay.
Thanks for replay.