To follow up on my own message:
I have installed the latest versions (from 'unstable') of the Debian packages tetex-{base,bin,extra} and prosper.
Specifically:
tetex-base 2.0.2c-1 tetex-bin 2.0.2-24 tetex-extra 2.0.2c-1 prosper 1.00.4+cvs.2004.03.29-2
This is on the PowerPC platform.
Some more tests:
This works (but only if I remove the "fix" from "color.cfg"): -------------------------------------------------------------- \documentclass{article} \usepackage{color} \begin{document} {\color{blue}Blue Text} \textcolor{blue}{Blue Text 2} \end{document} --------------------------------------------------------------
This also works (I just changed "article" to "seminar"): -------------------------------------------------------------- \documentclass{seminar} \usepackage{color} \begin{document} {\color{blue}Blue Text} \textcolor{blue}{Blue Text 2} \end{document} --------------------------------------------------------------
However, changing "seminar" to "prosper" fails: -------------------------------------------------------------- \documentclass{prosper} \usepackage{color} \begin{document} {\color{blue}Blue Text} \textcolor{blue}{Blue Text 2} \end{document} --------------------------------------------------------------
with this error (excerpt): -------------------------------------------------------------- (/usr/share/texmf/tex/latex/graphics/color.sty (/usr/share/texmf/tex/latex/config/color.cfg) (/usr/share/texmf/tex/latex/graphics/dvipsnam.def)
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ...
l.159 \definecolor{black}{gray}{0} --------------------------------------------------------------
Also, using "xcolor" fails: -------------------------------------------------------------- \documentclass{prosper} \usepackage{xcolor} \begin{document} {\color{blue}Blue Text} \textcolor{blue}{Blue Text 2} \end{document} --------------------------------------------------------------
with: -------------------------------------------------------------- (/usr/share/texmf/tex/latex/xcolor/xcolor.sty (/usr/share/texmf/tex/latex/config/color.cfg)
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ...
l.1086 ...kgray,.25;gray,.5;lightgray,.75;white,1} --------------------------------------------------------------
Thanks, dstn.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]