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.