diff --git a/README.md b/README.md index 3121253..353507d 100644 --- a/README.md +++ b/README.md @@ -85,12 +85,12 @@ template, you can add a show rule like this at the top of your file: Ready-to-edit examples for different thesis types are included: -- **Qualification thesis**: [`examples/qualification-thesis/`](https://github.com/kristoferssolo/LU-DF-Typst-Template/tree/main/examples/qualification-thesis) -- **Course work**: [`examples/course-work/`](https://github.com/kristoferssolo/LU-DF-Typst-Template/tree/main/examples/course-work) -- **Bachelor thesis**: [`examples/bachelor-thesis/`](https://github.com/kristoferssolo/LU-DF-Typst-Template/tree/main/examples/bachelor-thesis) -- **Master thesis**: [`examples/master-thesis/`](https://github.com/kristoferssolo/LU-DF-Typst-Template/tree/main/examples/master-thesis) +- **Qualification thesis**: [`examples/qualification-thesis/`](https://github.com/kristoferssolo/LU-DF-Typst-Template/tree/v1.1.2/examples/qualification-thesis) +- **Course work**: [`examples/course-work/`](https://github.com/kristoferssolo/LU-DF-Typst-Template/tree/v1.1.2/examples/course-work) +- **Bachelor thesis**: [`examples/bachelor-thesis/`](https://github.com/kristoferssolo/LU-DF-Typst-Template/tree/v1.1.2/examples/bachelor-thesis) +- **Master thesis**: [`examples/master-thesis/`](https://github.com/kristoferssolo/LU-DF-Typst-Template/tree/v1.1.2/examples/master-thesis) -View the examples on GitHub: +Browse all examples on GitHub: The qualification thesis example contains `main.typ`, `bibliography.yml` and small helpers under `utils/`. Use it as a starting point or copy it into a new project. diff --git a/examples/bachelor-thesis/README.md b/examples/bachelor-thesis/README.md index f57a990..af5f093 100644 --- a/examples/bachelor-thesis/README.md +++ b/examples/bachelor-thesis/README.md @@ -3,8 +3,8 @@ Bachelor thesis example (solo-lu-df) This folder contains a ready-to-edit bachelor thesis example built with the `solo-lu-df` Typst template: -- `main.typ` — Typst source (the example document). -- `bibliography.yml` — example bibliography entries (create as needed). +- `main.typ` – Typst source (the example document). +- `bibliography.yml` – example bibliography entries (create as needed). ## How to edit @@ -23,4 +23,4 @@ documentary page for bachelor theses. ## License -This project is licensed under the MIT-0 License - see the [LICENSE](./../../LICENSE) file for details. +This project is licensed under the MIT-0 License – see the [LICENSE](./../../LICENSE) file for details. diff --git a/examples/course-work/README.md b/examples/course-work/README.md index 0766856..8ad87e7 100644 --- a/examples/course-work/README.md +++ b/examples/course-work/README.md @@ -3,8 +3,8 @@ 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). +- `main.typ` – Typst source (the example document). +- `bibliography.yml` – example bibliography entries (create as needed). ## How to edit @@ -22,4 +22,4 @@ documentary page for course works. ## License -This project is licensed under the MIT-0 License - see the [LICENSE](./../../LICENSE) file for details. +This project is licensed under the MIT-0 License – see the [LICENSE](./../../LICENSE) file for details. diff --git a/examples/master-thesis/README.md b/examples/master-thesis/README.md index 65f9db6..3887115 100644 --- a/examples/master-thesis/README.md +++ b/examples/master-thesis/README.md @@ -3,8 +3,8 @@ Master thesis example (solo-lu-df) This folder contains a ready-to-edit master thesis example built with the `solo-lu-df` Typst template: -- `main.typ` — Typst source (the example document). -- `bibliography.yml` — example bibliography entries (create as needed). +- `main.typ` – Typst source (the example document). +- `bibliography.yml` – example bibliography entries (create as needed). ## How to edit @@ -25,4 +25,4 @@ instead of "bakalaura" in the footer). ## License -This project is licensed under the MIT-0 License - see the [LICENSE](./../../LICENSE) file for details. +This project is licensed under the MIT-0 License – see the [LICENSE](./../../LICENSE) file for details. diff --git a/examples/qualification-thesis/README.md b/examples/qualification-thesis/README.md index 7129f66..5c14014 100644 --- a/examples/qualification-thesis/README.md +++ b/examples/qualification-thesis/README.md @@ -3,9 +3,9 @@ Qualification thesis example (solo-lu-df) This folder contains a ready-to-edit qualification-thesis example built with the `solo-lu-df` Typst template: -- `main.typ` — Typst source (the example document). -- `bibliography.yml` — example bibliography entries. -- `utils/` — helper snippets for diagrams/tables used by the example. +- `main.typ` – Typst source (the example document). +- `bibliography.yml` – example bibliography entries. +- `utils/` – helper snippets for diagrams/tables used by the example. ## How to edit @@ -25,4 +25,4 @@ documentary page for course works. ## License -This project is licensed under the MIT-0 License - see the [LICENSE](./../../LICENSE) file for details. +This project is licensed under the MIT-0 License – see the [LICENSE](./../../LICENSE) file for details.