├── LICENSE ├── README.md ├── lib.typ ├── main.pdf ├── template └── main.typ ├── thumbnail.png └── typst.toml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrangeX4/typst-ori/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrangeX4/typst-ori/HEAD/README.md -------------------------------------------------------------------------------- /lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrangeX4/typst-ori/HEAD/lib.typ -------------------------------------------------------------------------------- /main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrangeX4/typst-ori/HEAD/main.pdf -------------------------------------------------------------------------------- /template/main.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrangeX4/typst-ori/HEAD/template/main.typ -------------------------------------------------------------------------------- /thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrangeX4/typst-ori/HEAD/thumbnail.png -------------------------------------------------------------------------------- /typst.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrangeX4/typst-ori/HEAD/typst.toml --------------------------------------------------------------------------------