Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set global text color?

Tags:

colors

latex

I know that to use color in a document you have to load the package "color". But I can only find documentation on how to define color for a given part of the document... not what I want to do. What I do want is to define a global text color, that is used per default.

Is this possible? Can anyone tell me how to do this?

like image 792
arnekolja Avatar asked Jan 09 '11 21:01

arnekolja


1 Answers

If you use, for example

\color{red}

in your preamble, before \begin{document}, then the text should be red throughout your document unless you override with another \color declaration.

like image 184
John Flatness Avatar answered Oct 20 '22 16:10

John Flatness