Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quiode/analysis_ii_cheat_sheet

This is a mirror of https://gitlab.dominik-schwaiger.ch/quio/Analysis_II_Cheat_Sheet
https://github.com/quiode/analysis_ii_cheat_sheet

Last synced: 6 days ago
JSON representation

This is a mirror of https://gitlab.dominik-schwaiger.ch/quio/Analysis_II_Cheat_Sheet

Awesome Lists containing this project

README

        

# Analysis II Cheat Sheet

A Cheat Sheet for the Analysis II Course at ETHZ.

Written in [typst](https://typst.app/docs/).

## Development

To compile the pdf run `typst watch cheat_sheet.typ --open`.

## Inputs
The document supports a couple of inputs to allow customization at build time. These include:
- `REV`: Revision name shown in the footer of the pdf, default is `local`. Mainly used in CI to show the git hash.

### Example
To for example, specify the local git revision as the `REV`, you can do the following:
```
typst watch cheat_sheet.typ --open --input REV=$(git rev-parse --short HEAD)
```