Fonts & Character Sets ⇒ Colour
Colour
The template, I hope is always the same, shows in some part of the thesis the red colour, such author name, contest etc.
Please someone can help to show always black.
in case there re more than one template i attached the link of template i am using
Many
Thanks
Antonio
https://www.latextemplates.com/template ... ral-thesis
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
Colour
\hypersetup{hidelinks}
in that block just before \begin{document}
.- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Colour
welcome to the forum!
Just as a comment: the template shows hyperlinks in red, and author etc. are written with hyperlinks. The template shows
\href{http://www.johnsmith.com}{\authorname}
You could omit the hyperlinks, such as by writing
\authorname
without \href
.Some hyperlinks, such as in the table of contents, are automatically created. Having them colored allows spotting and seeing in the final document. If you just print the document and deliver it on paper, follow Johannes' advice. If you would deliver it as a PDF file, however, then consider keeping links visible, such as by color, or change to border or underline, that is visible in the PDF on screen but not printed on paper.
Stefan