From 580505be0b93fb6d122af8a736677f92ba764bdd Mon Sep 17 00:00:00 2001 From: IC-EnzoD-FRA Date: Mon, 24 Feb 2025 22:35:58 +0100 Subject: [PATCH] fix package version and update dependencies in README --- packages/preview/touying-unistra-pristine/1.3.1/README.md | 6 +++--- .../touying-unistra-pristine/1.3.1/template/template.typ | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/preview/touying-unistra-pristine/1.3.1/README.md b/packages/preview/touying-unistra-pristine/1.3.1/README.md index ab6aae110..7b2ecfb58 100644 --- a/packages/preview/touying-unistra-pristine/1.3.1/README.md +++ b/packages/preview/touying-unistra-pristine/1.3.1/README.md @@ -27,8 +27,8 @@ These steps assume that you already have [Typst](https://typst.app/) installed a ## Import from Typst Universe ```typst -#import "@preview/touying:0.5.5": * -#import "@preview/touying-unistra-pristine:1.3.0": * +#import "@preview/touying:0.6.0": * +#import "@preview/touying-unistra-pristine:1.3.1": * #show: unistra-theme.with( aspect-ratio: "16-9", @@ -62,7 +62,7 @@ A slide with *important information*. See [example/example.typ](example/example.typ) for a complete example with configuration. ```typst -#import "@preview/touying:0.5.5": * +#import "@preview/touying:0.6.0": * #import "src/unistra.typ": * #import "src/colors.typ": * #import "src/admonition.typ": * diff --git a/packages/preview/touying-unistra-pristine/1.3.1/template/template.typ b/packages/preview/touying-unistra-pristine/1.3.1/template/template.typ index a32525b37..700e3984e 100644 --- a/packages/preview/touying-unistra-pristine/1.3.1/template/template.typ +++ b/packages/preview/touying-unistra-pristine/1.3.1/template/template.typ @@ -1,5 +1,5 @@ #import "@preview/touying:0.6.0": * -#import "@preview/touying-unistra-pristine:1.3.2": * +#import "@preview/touying-unistra-pristine:1.3.1": * #show: unistra-theme.with( aspect-ratio: "16-9",