update readme

This commit is contained in:
Ernesto Martinez Garcia 2025-09-06 18:30:48 +02:00
commit 7b602820d8
3 changed files with 5 additions and 5 deletions

View file

@ -7,8 +7,8 @@ Author: Ernesto Martínez García <[ecomaikgolf.com](https://ecomaikgolf.com)>
Tested typst version: `0.13.1`.
> [!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 :)
> If you are an ISEC or TUGraz employee and think that `isec-slides` or
> `tugraz-slieds` fits more, I would need an approval to allocate the name :)
## Contributing

View file

@ -6,8 +6,8 @@
// Core Imports
#import "@preview/codly:1.3.0": * // For bindings
#import "@preview/cetz:0.3.2" // For bindings
#import "@preview/fletcher:0.5.5" as fletcher: edge, node // For bindings
#import "@preview/cetz:0.4.1" // For bindings
#import "@preview/fletcher:0.5.8" as fletcher: edge, node // For bindings
#import "@preview/tiaoma:0.3.0" // For auto QR generation
// Styling Macro Imports

View file

@ -6,7 +6,7 @@ authors = ["Ernesto Martínez <https://ecomaikgolf.com>"]
license = "MIT"
description = "An unofficial ISEC TUGraz slides template"
repository = "https://github.com/ecomaikgolf/typst-isec-slides-template"
categories = ["slides"]
categories = ["presentation"]
disciplines = ["computer-science", "engineering"]
keywords = ["ISEC", "Institute of Information Security", "IAIK", "TUGraz", "Graz University of Technology", "thesis", "template", "Master Thesis"]
compiler = "0.13.1"