├── .gitignore ├── LICENSE ├── README.md ├── lib.typ ├── manual.pdf ├── manual.typ ├── riesketcher.typ ├── trapezoidal.typ ├── typst.toml └── util.typ /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneCalculator/riesketcher/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneCalculator/riesketcher/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneCalculator/riesketcher/HEAD/README.md -------------------------------------------------------------------------------- /lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneCalculator/riesketcher/HEAD/lib.typ -------------------------------------------------------------------------------- /manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneCalculator/riesketcher/HEAD/manual.pdf -------------------------------------------------------------------------------- /manual.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneCalculator/riesketcher/HEAD/manual.typ -------------------------------------------------------------------------------- /riesketcher.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneCalculator/riesketcher/HEAD/riesketcher.typ -------------------------------------------------------------------------------- /trapezoidal.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneCalculator/riesketcher/HEAD/trapezoidal.typ -------------------------------------------------------------------------------- /typst.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneCalculator/riesketcher/HEAD/typst.toml -------------------------------------------------------------------------------- /util.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneCalculator/riesketcher/HEAD/util.typ --------------------------------------------------------------------------------