1 | initial version |
This works for me after installing dot2tex:
sage -i dot2tex
2 | No.2 Revision |
This works for me after installing dot2tex:dot2tex.
If Sage was installed from source, one way to install dot2tex is:
sage -i dot2tex
On the Sage-macOS app, dot2tex should be installed using pip, the package installer for Python.
Two ways to do that (choose one).
From the terminal, run
sage --pip install dot2tex
Launch Sage and, from within Sage, run
%pip install dot2tex