Skip to main content

Questions tagged [boxes]

Boxes are the underlying representation of two-dimensional forms in notebooks.

3 votes
2 answers
157 views

How to typeset a key combination in Mathematica notebook?

I'm writing a tech note in Mathematica, and would like to include some key combination shortcuts. For example, Ctrl+/ for entering fractions. How do I typeset key combinations so that they look like ...
nflswsykimi's user avatar
1 vote
1 answer
90 views

Why are extra characters created with MakeBoxes?

Consider a symbol that looks like this one: $a_b$ This question is about the behavior MakeBoxes on strings that contain boxes. Try this: Iconize $a_b$ and then Un-Iconize it---no problem. Now try this:...
Craig Carter's user avatar
  • 4,625
4 votes
2 answers
229 views

Converting WolframAlpha Output to Markdown

I am calling Wolfram Alpha using WolframScript. That is, I can't display all the beauty that is inserted into Wolfram Mathematica Notebook. Let's say I execute a line like this: ...
Kirill Belov's user avatar
2 votes
1 answer
67 views

RawBoxes in ClickToCopy adding spaces after escaped characters

I'd like to use ClickToCopy to display a matrix equation, and have its TeX form be copyable. I started with something like ...
srossd's user avatar
  • 260
1 vote
0 answers
47 views

How do I clear out-of-quote content from a Boxes-type InputField?

I have this code as a test. ...
Milk's user avatar
  • 1,738
4 votes
1 answer
227 views

How to execute a String code in the form of StandardForm?

How to execute a String code in the form of StandardForm? I want to get execution results for strings of various forms. For this, I used ToExpression. ...
Milk's user avatar
  • 1,738
2 votes
3 answers
134 views

Space cannot be used in vertical string with unicode character

To reproduce the issue, use Ctrl+Enter to create 3 placeholders and enter (or ...
Y. zeng's user avatar
  • 567
3 votes
0 answers
41 views

What's the effect of SyntaxForm option in StandardForm boxes of Superscript?

Consider the following sample: ...
xzczd's user avatar
  • 67.1k
3 votes
1 answer
55 views

Is it possible to make your own output format that uses the "Data not in notebook. Store now" mechanism?

Several functions in WL have a custom elided typesetting form that does not automatically embed large amounts of data into the notebook but presents you with the option to do so if you wish. ...
Sjoerd Smit's user avatar
1 vote
2 answers
99 views

SummaryBox and Recursion

How can I make it so that what is under the dropdown block is not calculated/constructed at once? Example code: ...
Kirill Belov's user avatar
3 votes
2 answers
547 views

What is box-structure in Mathematica? Why can a function be left-value?

When I looked carefully at the $x_{j}=1$, I realized that it is essentially an assignment of a function. A function is as left-value, isn't it strange? What syntax supports this? I tried assigning a ...
Aerterliusi's user avatar
5 votes
1 answer
191 views

Validate `Box` grammar, is it possible?

Is it possible to validate grammar related to Box formed expression (RowBox, FractionBox, ......
imida k's user avatar
  • 4,315
0 votes
0 answers
36 views

How can I make UnIconize produce formatted Strings? (or, how can I get UnIconize Wrap RawBoxes around Boxes?)

UnIconize from the menu turns RawBoxes into Box forms: If I Iconize the right-hand side of this: And then Uniconize it, the formatted strings are appear as Box forms: ...
Craig Carter's user avatar
  • 4,625
1 vote
1 answer
53 views

Combination of RowBox and SuperscriptBox create a new line "\n"?

Given the following code: ...
infinitezero's user avatar
  • 1,419
0 votes
2 answers
205 views

Parentheses control

I have an equation with random integer coefficients. The structure is to demonstrate the distributive property. ...
JEM's user avatar
  • 1,175

15 30 50 per page
1
2 3 4 5
12