├── LICENSE ├── README.md ├── check-attributes.typ ├── confidentiality-statement.typ ├── declaration-of-authorship.typ ├── dhbw.svg ├── docs ├── assumptions.md ├── design-explained.md ├── im-begin-chapter.png └── usability-issues.md ├── lib.typ ├── locale.typ ├── shared-lib.typ ├── template ├── assets │ └── ts.svg ├── glossary.typ ├── main.pdf ├── main.typ └── sources.bib ├── thumbnail.png ├── titlepage.typ └── typst.toml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/README.md -------------------------------------------------------------------------------- /check-attributes.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/check-attributes.typ -------------------------------------------------------------------------------- /confidentiality-statement.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/confidentiality-statement.typ -------------------------------------------------------------------------------- /declaration-of-authorship.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/declaration-of-authorship.typ -------------------------------------------------------------------------------- /dhbw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/dhbw.svg -------------------------------------------------------------------------------- /docs/assumptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/docs/assumptions.md -------------------------------------------------------------------------------- /docs/design-explained.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/docs/design-explained.md -------------------------------------------------------------------------------- /docs/im-begin-chapter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/docs/im-begin-chapter.png -------------------------------------------------------------------------------- /docs/usability-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/docs/usability-issues.md -------------------------------------------------------------------------------- /lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/lib.typ -------------------------------------------------------------------------------- /locale.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/locale.typ -------------------------------------------------------------------------------- /shared-lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/shared-lib.typ -------------------------------------------------------------------------------- /template/assets/ts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/template/assets/ts.svg -------------------------------------------------------------------------------- /template/glossary.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/template/glossary.typ -------------------------------------------------------------------------------- /template/main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/template/main.pdf -------------------------------------------------------------------------------- /template/main.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/template/main.typ -------------------------------------------------------------------------------- /template/sources.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/template/sources.bib -------------------------------------------------------------------------------- /thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/thumbnail.png -------------------------------------------------------------------------------- /titlepage.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/titlepage.typ -------------------------------------------------------------------------------- /typst.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roland-KA/clean-dhbw-typst-template/HEAD/typst.toml --------------------------------------------------------------------------------