Tagged Questions
3
votes
1answer
29 views
Combination of CellPrint and PrintTemporary, or DisplayForm for Cells
I'm programmatically generating some formatted output that generates a cell in the form of a Cell[] expression. For instance, the output might be
...
5
votes
1answer
75 views
On Reverting Code that Mma Switches to Raw Input Form Back to Standard Form
I experienced a similar issue to what is described in this post while editing formatted usage messages (that contained italics) in the declaration section of a package that I'm developing in the ...
4
votes
1answer
72 views
Extracting text from cells, preserving non-ASCII characters
Consider the following setup, based on this answer by WReach:
...
3
votes
2answers
120 views
Subscript and Part: What's going on in this example?
Example
I came across the following simple example from A Beginner's Guide to Mathematica, by McMahon and Topa, which I believe was written circa version 5.2. (FWIW, I'm using v9.)
...
6
votes
2answers
99 views
Prevent front-end from reformatting long fractions while editing
I am editing an expression containing wide fractions (typeset with fraction boxes):
But if, while editing the equation, the fraction exceeds some threshold (seems to be approximately the window ...
12
votes
3answers
227 views
How can I get the unchanged Box form of an arbitrary expression?
One may observe that MakeBoxes does not give the actual Box form of various expressions:
MakeBoxes[{1*^4, 000123, a*b c}]
...
8
votes
1answer
172 views
Pasting TemplateBox with a Dynamic argument
Ok, this is pretty specific...
The objective is to use a TemplateBox to format something that is programatically inserted with ...
10
votes
1answer
134 views
Is there a way to have a Tooltip for non-editable raster graphics produced by MakeBoxes?
I have a function which produces a large object I would like to hide. Formatting is of course an option but I'm hoping for something a little more meaningful using raster graphics and ...

