Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 311 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 311 Bytes

Building New Releases

Install prerequisites:

sudo apt install pip
sudo pip install sphinx
sudo pip install sphinx_rtd_theme
make html
make latexpdf

Troubleshooting:

If you get complaints about .sty files install the following

sudo apt-get install texlive-full