mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2026-03-22 00:26:23 +00:00
26 lines
784 B
Markdown
26 lines
784 B
Markdown
Course work example (solo-lu-df)
|
||
|
||
This folder contains a ready-to-edit course work example built with
|
||
the `solo-lu-df` Typst template:
|
||
|
||
- `main.typ` – Typst source (the example document).
|
||
- `bibliography.yml` – example bibliography entries (create as needed).
|
||
|
||
## How to edit
|
||
|
||
Open `examples/course-work/main.typ` and modify the `ludf.with(...)`
|
||
call to change title, authors, advisors, date, place, abstract,
|
||
and bibliography. The example demonstrates:
|
||
|
||
- Title/author/advisor metadata
|
||
- Primary and secondary abstracts with keywords
|
||
|
||
## Thesis type
|
||
|
||
This example uses `thesis-type: "course"` which generates the appropriate
|
||
documentary page for course works.
|
||
|
||
## License
|
||
|
||
This project is licensed under the MIT-0 License – see the [LICENSE](./../../LICENSE) file for details.
|