From 7b602820d88fe41724a441b774a733a658e37ddb Mon Sep 17 00:00:00 2001 From: Ernesto Martinez Garcia Date: Sat, 6 Sep 2025 18:30:48 +0200 Subject: [PATCH] update readme --- 1.0.0/README.md | 4 ++-- 1.0.0/src/lib.typ | 4 ++-- 1.0.0/typst.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/1.0.0/README.md b/1.0.0/README.md index d59f242..0aaca7b 100644 --- a/1.0.0/README.md +++ b/1.0.0/README.md @@ -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 diff --git a/1.0.0/src/lib.typ b/1.0.0/src/lib.typ index 807731e..c996a54 100644 --- a/1.0.0/src/lib.typ +++ b/1.0.0/src/lib.typ @@ -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 diff --git a/1.0.0/typst.toml b/1.0.0/typst.toml index 01422e5..f7aa1b8 100644 --- a/1.0.0/typst.toml +++ b/1.0.0/typst.toml @@ -6,7 +6,7 @@ authors = ["Ernesto Martínez "] 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"