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 problems sometimess seen in the LaTeX document.
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 setting Settings`*
asymptote.py:
* Redo so that each image is in a 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 asymptote 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 in other places
0 commit comments