The reference manual for the Snap! programming language. (GitHub)
Brian Harvey & Jens Mönig
This version of the Snap! manual is built using Quarto.
You need:
- Quarto
- LaTeX
macOS:
brew install quarto
brew install mactex-no-gui
While writing content:
quarto render
This will automatically build the web version and display it in the browser. Your webpage will automatically refresh as you save changes to files.
To compile the PDF and final version:
quarto render
The website is hosted on GitHub pages, compiled by the quarto.yml
workflow.
The PDF is... TBD.