Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.3 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.3 KB

The Snap_!_ Reference Manual

by Brian Harvey, Jens Mönig

Snap! Logo

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

It is also recommended to install the [Quarto VSCode extension][quarto_vscode]. [quarto_vscode]: https://marketplace.visualstudio.com/items?itemName=quarto.quarto

Building the book

While writing content:

quarto preview

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