No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-12 16:42:43 +02:00
.forgejo/workflows adjust CI from github to forgejo 2026-06-12 14:36:02 +02:00
patches finish upstream sync temp and do some adjustments to patchfile workflow 2026-06-12 16:42:43 +02:00
.gitignore build: patch-based fork tooling and CI (Option A, quilt-style) 2026-06-12 12:04:41 +02:00
.lycheeignore ci(links): add link checker workflow with issue reporting 2025-06-06 14:18:10 +02:00
cliff.toml adjust CI from github to forgejo 2026-06-12 14:36:02 +02:00
justfile finish upstream sync temp and do some adjustments to patchfile workflow 2026-06-12 16:42:43 +02:00
LICENSE feat(lang): i18n for all elements found in the template (de, en, fr) 2025-02-03 09:37:57 +01:00
MAINTAINING.md finish upstream sync temp and do some adjustments to patchfile workflow 2026-06-12 16:42:43 +02:00
README.md adjust CI from github to forgejo 2026-06-12 14:36:02 +02:00

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)
  • justfilejust build / patches-verify / upstream-sync / dist-update / …
  • .forgejo/ — CI (verify the series, build releases, check links)
  • dist branch — 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.