I have a DisplayFormulaNumbered cell in my Mathematica notebook. If I use the Cell | Convert To menu item to convert the cell to Standard or Traditional Form, the formula is now rendered as a program snippet. For example:
TextCell[RawBoxes[Cell[BoxData[FormBox[RowBox[{RowBox[{RowBox[{RowBox[{"L","\[CenterDot]",RowBox[{RowBox[{"I","'"}],"'"}]}],RowBox[{"(","t",")"}]}],"+",RowBox[{RowBox[{"R","\[CenterDot]",RowBox[{"I","'"}]}],RowBox[{"(","t",")"}]}],"+",RowBox[{FractionBox["1","C"],"\[CenterDot]",RowBox[{"I","(","t",")"}]}]}],"=",RowBox[{RowBox[{"V","'"}],RowBox[{"(","t",")"}]}]}],TraditionalForm]],FormatType->"TraditionalForm"]]]
Is there a way to toggle this cell to the human readable form I started with?
The only solution I have found is delete the cell. Re-enter the formula - and do not try any formatting or Cell Conversion.
– Doug Kimzey Feb 11 '14 at 19:56TraditionalFormwhen you are usingDisplayFormulastyle plus Ctrl-9 ...since this combination gives you traditional form equations. – Mike Honeychurch Feb 11 '14 at 20:13TraditionalFormfor that. I'm repeating myself but you keep saying this. Have a look at this and many other Q&A here on typesetting: http://mathematica.stackexchange.com/questions/36697/any-way-to-make-my-equations-look-better-more-latex-like/36699#36699 – Mike Honeychurch Feb 12 '14 at 20:30