[pstricks] Colored text with pstricks in plain TeX

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Oct 16 12:33:09 CEST 2009


Christoph Bersch schrieb:

>> When writing TeX code then don't use LaTeX syntax!
>>
>> \input color
>> \input pstricks
>> \red redtext
>> {\blue blue text}
>> \pspicture(3,3)
>> \psline[linecolor=red](1,1)(3,3)
>> \endpspicture
>> \bye
> 
> Hmm, that works. However, what puzzles me is that \textcolor{blue}{blue
> text} works in a TeX document without PSTricks:

then change the order of loading pstricks and color

Herbert

> % Color only, works
> %
> \input color
> \color{red} redtext
> \textcolor{blue}{blue text}
> \bye
> 
> Christoph
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
> archive: http://www.tug.org/pipermail/pstricks/
> 



More information about the PSTricks mailing list