├── .gitignore ├── README.md ├── doc.typ ├── morelull.typ └── typst.toml /.gitignore: -------------------------------------------------------------------------------- 1 | /doc.pdf 2 | /output/ 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalxd/morelull/HEAD/README.md -------------------------------------------------------------------------------- /doc.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalxd/morelull/HEAD/doc.typ -------------------------------------------------------------------------------- /morelull.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalxd/morelull/HEAD/morelull.typ -------------------------------------------------------------------------------- /typst.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalxd/morelull/HEAD/typst.toml --------------------------------------------------------------------------------