├── CHANGELOG.md ├── LICENSE ├── README.md ├── acronym-lib.typ ├── check-attributes.typ ├── confidentiality-statement.typ ├── declaration-of-authorship.typ ├── dhbw.svg ├── examples ├── example-acronyms.typ ├── example-glossary.typ ├── example-sources.bib ├── example-sources.yml ├── example.pdf └── example.typ ├── glossary-lib.typ ├── lib.typ ├── locale.typ ├── shared-lib.typ ├── template ├── acronyms.typ ├── assets │ └── ts.svg ├── glossary.typ ├── main.typ └── sources.bib ├── thumbnail.png ├── titlepage.typ └── typst.toml /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/README.md -------------------------------------------------------------------------------- /acronym-lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/acronym-lib.typ -------------------------------------------------------------------------------- /check-attributes.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/check-attributes.typ -------------------------------------------------------------------------------- /confidentiality-statement.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/confidentiality-statement.typ -------------------------------------------------------------------------------- /declaration-of-authorship.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/declaration-of-authorship.typ -------------------------------------------------------------------------------- /dhbw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/dhbw.svg -------------------------------------------------------------------------------- /examples/example-acronyms.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/examples/example-acronyms.typ -------------------------------------------------------------------------------- /examples/example-glossary.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/examples/example-glossary.typ -------------------------------------------------------------------------------- /examples/example-sources.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/examples/example-sources.bib -------------------------------------------------------------------------------- /examples/example-sources.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/examples/example-sources.yml -------------------------------------------------------------------------------- /examples/example.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/examples/example.pdf -------------------------------------------------------------------------------- /examples/example.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/examples/example.typ -------------------------------------------------------------------------------- /glossary-lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/glossary-lib.typ -------------------------------------------------------------------------------- /lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/lib.typ -------------------------------------------------------------------------------- /locale.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/locale.typ -------------------------------------------------------------------------------- /shared-lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/shared-lib.typ -------------------------------------------------------------------------------- /template/acronyms.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/template/acronyms.typ -------------------------------------------------------------------------------- /template/assets/ts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/template/assets/ts.svg -------------------------------------------------------------------------------- /template/glossary.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/template/glossary.typ -------------------------------------------------------------------------------- /template/main.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/template/main.typ -------------------------------------------------------------------------------- /template/sources.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/template/sources.bib -------------------------------------------------------------------------------- /thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/thumbnail.png -------------------------------------------------------------------------------- /titlepage.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/titlepage.typ -------------------------------------------------------------------------------- /typst.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DannySeidel/typst-dhbw-template/HEAD/typst.toml --------------------------------------------------------------------------------