/snap-manual

Brian's Version of the Manual

Primary LanguageHTMLOtherNOASSERTION

Snap! Manual

Read the Manual ([PDF][pdf])

The reference manual for the Snap! programming language. (GitHub)

Authors

Brian Harvey & Jens Mönig

Quarto

This version of the Snap! manual is built using Quarto.

Brief installation guide

You need:

  • Quarto
  • LaTeX

macOS:

brew install quarto
brew install mactex-no-gui

Building the book

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

Hosting the book

The website is hosted on GitHub pages, compiled by the quarto.yml workflow. The PDF is... TBD.

Credits

License