How to make following code more simple?
\c1{#}::LaTeXForm("{C_{1}}"). \c2{#}::LaTeXForm("{C_{2}}"). ..... \c100{#}::LaTeXForm("{C_{100}}"). {\c1{#},\c2{#},...,\c100{#}}::SortOrder.
See the answer to this post
How about SortOrder?
It works for me with no need of declaration.
See the image
I know. Thanks a lot.
If I want to simplify following code:
{\c1,\c2,...,\c100}::NonCommuting.
Do you have any ideas?