Hello there,
I have a question about handling colors (in the pdf document generated) in SW.
1 - How can I change the default black color
2 - how can I only change the color of a sentence leaving the remaining part as default (black)
thank you
Others ⇒ change colors in SW
NEW: TikZ book now 40% off at Amazon.com for a short time.
change colors in SW
presumed you have solved your problem by now
if not, a very simple way is to load the "color" package, then enter a latex field with the colour you want. The colour of the text will stay like that until you invoke another colour, e.g
If you load xcolor, you have a much wider variety of colours to choose from.
Hope this helps
p

if not, a very simple way is to load the "color" package, then enter a latex field with the colour you want. The colour of the text will stay like that until you invoke another colour, e.g
Code: Select all
\color{red}
this text is red
\color{black}
goes back to black
\color{green}
and now turns green
Hope this helps
p