FreeBSDでimaximaが動いているせいでアスキーアートのmaximaに我慢できなくなった。
MacBook AirにTeXをいれることにする。
今度は用心深く最低限のTeX。
brew install basictex
latexが見えないというのでパスを設定、そのほか。
;; imaxima (setq exec-path (cons "/usr/local/texlive/2019basic/bin/x86_64-darwin" exec-path)) (autoload 'imaxima "imaxima" "Image support for Maxima." t) (autoload 'imath-mode "imath" "Interactive Math minor mode." t) (setq imaxima-fnt-size "large") (setq imaxima-use-maxima-mode-flag t)
やっと数式がきれいになった。グラフのインライン表示もできるようになった。
ただ、Grapherではできた
1 > abs(x - y)
のグラフはどうやったら描けるんだろう? できないのかな?