Tagged Questions
5
votes
1answer
56 views
Using CellPrint with a TraditionalForm string
I am trying to use CellPrint to print a cell that asks a user to solve an equation. This equation is randomly generated right beforehand, and I would like to have it print in Blue. The whole Cell ...
7
votes
1answer
147 views
How to change brackets in TraditionalForm output
I'm trying to improve TraditionalForm's output by using different brackets when there are more than one. For instance, instead of $u(v(r(b))))$, I'd like to get ...
13
votes
4answers
309 views
How can I turn off SingleLetterItalics in PlotLabels, etc, when the Options Inspector won't do it?
One of the requirements set for the graphing project I am working on is that plot and axis unit labels sometimes need to include superscripts. Here is an approximately minimal example (I have some ...