This repository holds the draft source for the new (summer 2024) Logic for Systems textbook.
- Install Rust and Cargo from here.
- Run
cargo install mdbook
- Run
cargo install mdbook-admonish
- Run
cargo install mdbook-katex
cd book
andmdbook serve --open
to open the docs in a browser.mdbook
will automatically rebuild the output and automatically refresh your web browser when changes are made.
Check out the rest of the docs here: https://rust-lang.github.io/mdBook/guide/creating.html
The mdbook
frame of this book is based on the mdbook
version of the Forge documentation initiated by HTA David Fryd.