[OS X TeX] Pen Colors

William Adams will.adams at frycomm.com
Thu Nov 2 13:49:22 EST 2006


On Nov 2, 2006, at 12:22 PM, Louis S VanSlyck wrote:

> \usepackage{color}
> This line is black.
> {\color{red} This line is red}
> This black line is below the red line.
> \bye

color is a LaTeX package.

Instead use:

\documentclass{minimal}
\usepackage{color}
\begin{document}
This line is black.
{\color{red} This line is red}
This black line is below the red line.
\end{document}

William

-- 
William Adams
senior graphic designer
Fry Communications



This email message and any files transmitted with it contain information
which is confidential and intended only for the addressee(s). If you are
not the intended recipient(s), any usage,  dissemination, disclosure, or
action taken in  reliance on it is prohibited.  The reliability of  this
method of communication cannot be guaranteed.  Email can be intercepted,
corrupted, delayed, incompletely transmitted, virus-laden,  or otherwise
affected during transmission. Reasonable steps have been taken to reduce
the risk of viruses, but we cannot accept liability for damage sustained
as a result of this message. If you have received this message in error,
please immediately delete it and all copies of it and notify the sender.
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the MacOSX-TeX mailing list