- Just 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| patches | ||
| .gitignore | ||
| .lycheeignore | ||
| cliff.toml | ||
| justfile | ||
| LICENSE | ||
| MAINTAINING.md | ||
| README.md | ||
community-ostfalia-thesis
A Typst thesis template for bachelor's theses at the Ostfalia University of Applied Sciences (Faculty of Computer Science). Published on the Typst Universe.
Usage
typst init @preview/community-ostfalia-thesis:0.2.1
# then edit template/metadata.typ and the chapters under template/main/
To preview the rendered template, browse the dist branch or run
just build locally (the materialized template lands in ./build).
How this repository works (patch-based fork)
This is a patch-based fork of
hei-synd-thesis. The
template files are not edited here directly — the shippable template is
generated by applying patches/ onto a pinned upstream baseline (the
upstream-base commit). See MAINTAINING.md for the full
workflow.
This branch's root therefore holds only the fork's own files:
patches/— the Ostfalia delta (the source of truth)justfile—just build/patches-verify/upstream-sync/dist-update/ ….forgejo/— CI (verify the series, build releases, check links)distbranch — the materialized, browsable template
The pristine upstream template is not vendored here; to inspect it use
git show upstream-base:<path> or check out the upstream-base tag.
License
MIT — see LICENSE. Derived from hei-synd-thesis (also MIT); the
upstream license is preserved in the materialized template as LICENSE-HEI.