# Typst ISEC Slides Template
> An opinionated version of the ISEC slides template made in Typst. Easily configurable for other institutes or organizations.
Quickstart (CLI):
> [!NOTE]
> This is temporary and the template will be upstreamed in Typst Universe so
> that not a single clone is needed
```sh
git clone git@github.com:ecomaikgolf/typst-isec-slides-template.git ~/.local/share/typst/packages/local/definitely-not-isec-slides/
typst init @local/definitely-not-isec-slides:1.0.0 slides
```
Quickstart (WebIDE):
> [!WARNING]
> This won't work until the package is upstreamed & published, use the CLI
> method
- [Create Document](https://typst.app/app?template=definitely-not-isec-slides&version=1.0.0)
- [Homepage](https://typst.app/universe/package/definitely-not-isec-slides)
> [!NOTE]
> If you are an ISEC or TUGraz employee and think that `isec-thesis` or
> `tugraz-thesis` fits more, I would need an approval to allocate the name :)
Tested typst version: `0.13.1`.
## Typst
### What's Typst?
A modern typesetting system which has:
- Milisecond incremental (memoized) builds¹
- Subsecond full builds¹
- Multithreaded builds per pagebreak
- Easy rustc-like compiler error messages (and no intermediates!)
- Transparent multiple compiler passes (no more mklatex/makefiles)
- Simple & powerful scripting and syntax
- WebAssembly plugin support (python/js interpreters in your thesis? Sure)
Migrating from LaTeX? Check the [migration guide](https://typst.app/docs/guides/guide-for-latex-users/)
¹: This is obviously not a serious benchmark and depends on the document. But
it's fast trust me
### Quick usage
Start incremental compilations with:
```sh
typst watch slides.typ
```
then open the generated PDF:
```sh
xdg-open slides.typ
```
Now edit `slides.typ` and it will be incrementally built in each save.
## Design
---
---
---
---
---
---
---
---
---
---
---
---
## License `src/assets/tuglogo.svg`
According to Wikipedia:
> This logo image consists only of simple geometric shapes or text. It does not
> meet the threshold of originality needed for copyright protection, and is
> therefore in the public domain. [...]
https://en.m.wikipedia.org/wiki/File:TU_Graz.svg