Requested enahancement or feature
Currently, draw_tree requires texlive-full to work, see installation. This is quite a large install (~1.5GB), so it would be better if we could rely on a smaller LaTeX distribution.
The package relies on the ability to create TikZ code and also needs to be able to call pdflatex for both PDF and PNG generation - see https://github.com/gambitproject/draw_tree/blob/main/src/draw_tree/core.py#L1806
Requested enahancement or feature
Currently,
draw_treerequirestexlive-fullto work, see installation. This is quite a large install (~1.5GB), so it would be better if we could rely on a smaller LaTeX distribution.The package relies on the ability to create
TikZcode and also needs to be able to callpdflatexfor both PDF and PNG generation - see https://github.com/gambitproject/draw_tree/blob/main/src/draw_tree/core.py#L1806