Skip to main content
13 events
when toggle format what by license comment
Oct 23, 2015 at 20:30 vote accept murray
Oct 21, 2015 at 20:34 answer added Pillsy timeline score: 2
Oct 21, 2015 at 20:22 answer added Michael E2 timeline score: 1
Oct 21, 2015 at 19:09 comment added murray @J.M.: correct, on the left-hand side of the equality, the variable's name should appear, not its value; its value is involved only on the right-hand side of the equality.
Oct 21, 2015 at 18:58 comment added J. M.'s missing motivation Question: output like $\sin\left(2\pi\;\frac18\right)$ would be considered unsatisfactory, no?
Oct 21, 2015 at 18:54 history edited murray CC BY-SA 3.0
Added comment about difficulty of getting math typography correct; added generalization.
Oct 21, 2015 at 16:48 comment added murray @J.M.: your solution does give proper spacing appropriate to good mathematical typography. Alas, it doesn't seem to generalize to typesetting things like $\sin(2 \pi z) = 1/\sqrt{2}$ after setting z=1/8.
Oct 21, 2015 at 16:38 comment added murray The trouble with things like TraditionalForm@Row[{HoldForm[z], " = ", z }] is that the " = " part is pure text and doesn't produce reasonable mathematical typography -- too much space around the equal sign.
Oct 21, 2015 at 4:39 answer added m_goldberg timeline score: 6
Oct 21, 2015 at 2:01 comment added Mike Honeychurch TraditionalForm@Row[{HoldForm[z], " = ", z }]
Oct 21, 2015 at 1:21 comment added J. M.'s missing motivation z = 99; DisplayForm[FormBox[RowBox[{"z", "=", z}], TraditionalForm]]?
Oct 21, 2015 at 1:19 comment added Bob Hanlon z = 99; StringForm["z = ``", z] // TraditionalForm
Oct 21, 2015 at 0:58 history asked murray CC BY-SA 3.0