Python wrapper for stanli using PyLaTeX.
Use pip
to install PyStanli
:
pip install pystanli
As of 2023, the version of stanli
available through CTAN is out of date compared to the version availabe on the stanli GitHub.
wget https://raw.githubusercontent.com/hackl/TikZ-StructuralAnalysis/master/stanli.sty
TODO: add in documentation
Call update_stanli_sty
before creating your TikZ diagram, e.g.:
import pystanli
pystanli.update_stanli_sty('./stanli.sty')
Any pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.