Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #16432
| From | Yi Wang <tririverwangyi@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Unnecessary parentheses around TagBox for MakeBoxes? |
| Date | 2014-01-18 10:02 +0000 |
| Message-ID | <lbdjfe$53h$1@smc.vnet.net> (permalink) |
| Organization | Time-Warner Telecom |
Hello,
I was trying to generate pretty output for some expressions. To assist interpretation, a TagBox is used.
A problem is that, Mathematica always insert unnecessary parentheses outside TagBox. For example,
MakeBoxes[test, form_] := TagBox[RowBox[{"test", "END"}], "myBox"]
In[] := 2 test
Out[] = 2 (test END)
Here the TagBox already has clear boundary thus the parentheses shouldn't be necessary. Would it be possible to remove it?
Note that the "END" in this simple example will be replaced by a complicated structure (GridBox) in actually usage. Thus I cannot simply write "testEND" together as a single string. Also, the parentheses appears in TraditioinalForm, which further appear in all forms as TeXForm, etc.
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Unnecessary parentheses around TagBox for MakeBoxes? Yi Wang <tririverwangyi@gmail.com> - 2014-01-18 10:02 +0000
csiph-web