Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

Is there any solution to make rule to export as a traditional form protected constants. Here is example which doesn't work.

aa = I0*I0;
rules11 = {I0 :> 
\!\(\*SubsuperscriptBox[
OverscriptBox[\(I\), \(^\)], \(0\), \(0, 2\)]\)};

  aa //. rules11 // TraditionalForm
share|improve this question
1  
Possible duplicate: mathematica.stackexchange.com/q/17633/5 – rm -rf Feb 1 at 0:45
Another closely related post that describes the techniques in detail is: Simplistic Notation example – Jens Feb 1 at 0:51
Thank you very much Jens – Pipe Feb 1 at 1:00
Also related: mathematica.stackexchange.com/q/16652/12 – Szabolcs Feb 1 at 1:22

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.