|
[Date Index]
[Thread Index]
[Author Index]
Re: Colored Output
- To: mathgroup at smc.vnet.net
- Subject: [mg87245] Re: Colored Output
- From: foice.news at gmail.com
- Date: Sat, 5 Apr 2008 04:23:37 -0500 (EST)
- References: <ft4n1k$3pt$1@smc.vnet.net>
I have been told I can use MakeBoxes:
MakeBoxes[a, StandardForm] := StyleBox["a", Green]
Then, evaluate
D[a Sin[x], x]
If you're default output format type is TraditionalForm, then just
substitute TraditionalForm for StandardForm in the MakeBoxes rule.
thanks to Carl of Wolfram.
Prev by Date:
Re: solving a system of polynomial equations
Next by Date:
Re: How to put text on a curved surface?
Previous by thread:
Re: Colored Output
Next by thread:
Re: Colored Output
|