From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/475 Path: main.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Color question Date: Tue, 01 Jun 1999 14:37:54 -0700 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.5.32.19990601143754.00a64e00@mail.northcoast.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035391333 24382 80.91.224.250 (23 Oct 2002 16:42:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:42:13 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:475 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:475 All, Suppose I want all text set with \starttyping...\stoptyping, as in \starttyping >> [x,y]=meshgrid(-2:.1:2); >> z=-3*y./(x.^2+y.^2+1); >> contour(x,y,z) \stoptyping to be red. What's the best way to go about it?