mathematica-frontend Questions

4

Solved

As I learned recently there are some types of expressions in Mathematica which are automatically parsed by the FrontEnd. For example if we evaluate HoldComplete[Rotate[Style[expr, Red], 0.5]] we se...
Gonagle asked 11/4, 2011 at 6:44

2

Solved

I often wish to see the internal representation of Mathematica's graphical objects not in the FullForm but in much more readable InputForm having the ability to select parts of the code by double-c...
Atavism asked 3/6, 2011 at 7:24

1

Solved

I have learned recently that Export in Mathematica uses by default the "Printout" screen style environment rather than "Working" when exporting to PDF. It sometimes results in FontSize fluctuations...
Dietsche asked 23/5, 2011 at 6:25

1

Solved

TLDR: How do I get CapsLock to translate to "ShortNameDelimiter" in Mma 7? I like pretty text in my mma notebooks, and often define functions as f[\[Alpha]_] =... so as to match the exact equat...
Scullion asked 27/4, 2011 at 18:22

2

Recent versions of Mathematica provide the option of having a unique $Context for each cell group, via: Evaluation > Notebook's Default Context > Unique to Each Cell Group This is an appealing ...

2

Solved

I remember that someone from WRI stated in the official newsgroup that Mathematica 7 still has a working old-fashioned Mathematica Help Browser from Mathematica 5 for compatibility purposes. But I ...
Boiled asked 25/4, 2011 at 13:21

1

Solved

I still know nothing on usage of such command-line options of MathKernel as -lmverbose -run cmd -password "pw" -pwfile "file" How are they working and what they are needed for? Are there other ...

3

Solved

I just noticed that if you have this in MMA (8.0.1 / win7-64): and you copy it to SO (just ctrl-c ctrl-v), you get this: (maxY - minY)/stepy/(maxX - minX)/stepx which is not mathematically ...
Aloysia asked 15/4, 2011 at 12:50

2

Is there a way to check programmatically whether the FrontEnd considers evaluation still running? Or even better: is there a way to check whether the FrontEnd has some pending inputs to be sent to ...
Advance asked 13/4, 2011 at 0:58

3

By default pressing Alt+. or calling Abort[] within the evaluation causes abort of the currently evaluating input. But when working in the FrontEnd we usually send to the kernel a sequence of input...
Waves asked 11/4, 2011 at 18:20

© 2022 - 2024 — McMap. All rights reserved.