mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2026-03-21 16:16:27 +00:00
docs: pin example links to release tag
This commit is contained in:
10
README.md
10
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:
|
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)
|
- **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/main/examples/course-work)
|
- **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/main/examples/bachelor-thesis)
|
- **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/main/examples/master-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: <https://github.com/kristoferssolo/LU-DF-Typst-Template/tree/main/examples>
|
Browse all examples on GitHub: <https://github.com/kristoferssolo/LU-DF-Typst-Template/tree/v1.1.2/examples>
|
||||||
|
|
||||||
The qualification thesis example contains `main.typ`, `bibliography.yml` and small helpers under
|
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.
|
`utils/`. Use it as a starting point or copy it into a new project.
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ Bachelor thesis example (solo-lu-df)
|
|||||||
This folder contains a ready-to-edit bachelor thesis example built with
|
This folder contains a ready-to-edit bachelor thesis example built with
|
||||||
the `solo-lu-df` Typst template:
|
the `solo-lu-df` Typst template:
|
||||||
|
|
||||||
- `main.typ` — Typst source (the example document).
|
- `main.typ` – Typst source (the example document).
|
||||||
- `bibliography.yml` — example bibliography entries (create as needed).
|
- `bibliography.yml` – example bibliography entries (create as needed).
|
||||||
|
|
||||||
## How to edit
|
## How to edit
|
||||||
|
|
||||||
@@ -23,4 +23,4 @@ documentary page for bachelor theses.
|
|||||||
|
|
||||||
## License
|
## 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.
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ Course work example (solo-lu-df)
|
|||||||
This folder contains a ready-to-edit course work example built with
|
This folder contains a ready-to-edit course work example built with
|
||||||
the `solo-lu-df` Typst template:
|
the `solo-lu-df` Typst template:
|
||||||
|
|
||||||
- `main.typ` — Typst source (the example document).
|
- `main.typ` – Typst source (the example document).
|
||||||
- `bibliography.yml` — example bibliography entries (create as needed).
|
- `bibliography.yml` – example bibliography entries (create as needed).
|
||||||
|
|
||||||
## How to edit
|
## How to edit
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ documentary page for course works.
|
|||||||
|
|
||||||
## License
|
## 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.
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ Master thesis example (solo-lu-df)
|
|||||||
This folder contains a ready-to-edit master thesis example built with
|
This folder contains a ready-to-edit master thesis example built with
|
||||||
the `solo-lu-df` Typst template:
|
the `solo-lu-df` Typst template:
|
||||||
|
|
||||||
- `main.typ` — Typst source (the example document).
|
- `main.typ` – Typst source (the example document).
|
||||||
- `bibliography.yml` — example bibliography entries (create as needed).
|
- `bibliography.yml` – example bibliography entries (create as needed).
|
||||||
|
|
||||||
## How to edit
|
## How to edit
|
||||||
|
|
||||||
@@ -25,4 +25,4 @@ instead of "bakalaura" in the footer).
|
|||||||
|
|
||||||
## License
|
## 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.
|
||||||
|
|||||||
@@ -3,9 +3,9 @@ Qualification thesis example (solo-lu-df)
|
|||||||
This folder contains a ready-to-edit qualification-thesis example built with
|
This folder contains a ready-to-edit qualification-thesis example built with
|
||||||
the `solo-lu-df` Typst template:
|
the `solo-lu-df` Typst template:
|
||||||
|
|
||||||
- `main.typ` — Typst source (the example document).
|
- `main.typ` – Typst source (the example document).
|
||||||
- `bibliography.yml` — example bibliography entries.
|
- `bibliography.yml` – example bibliography entries.
|
||||||
- `utils/` — helper snippets for diagrams/tables used by the example.
|
- `utils/` – helper snippets for diagrams/tables used by the example.
|
||||||
|
|
||||||
## How to edit
|
## How to edit
|
||||||
|
|
||||||
@@ -25,4 +25,4 @@ documentary page for course works.
|
|||||||
|
|
||||||
## License
|
## 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user