You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
General things
--------------
Allow 2D rendering from asymptote. This is useful in debugging asymptote
problem such as seen in the LaTeX doc.
Eliminate:
Set::setraw: Cannot assign to raw object colorful.
message on startup.
Propagate non-meaning operators from MathicsScanner.
More specifically
-----------------
__main__.py:
* add --{no-,}matplotlib and {no-,asymptote} options
* DRY settin Settings`*
asymptote.py:
* Redo so that each image is its own temporary file. This is simpler and easier
to debug.
settings.m:
* Remove setting any value that is set in the command line
inputrc-no-unicode:
Add all no-meaning operators. This is derived from changes in
MathicsScanner
format.py:
Revise so that we can use aymptote for 2D graphs
termshell.py:
Don't try to set PygmentsStyle this way, this doesn't work and gives
Set::setraw: Cannot assign to raw object colorful.
due to a preexisting rewrite rule. PygmentsStyle is set other places
0 commit comments