You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for making touying, I find it very easy to make presentations with it :)
When I created a file from the Touying template in Typst just now (by selecting 'Customize a template' in the drop-down menu of the main page https://typst.app/), it starts with the following line of code:
#import "@preview/touying:0.3.2": *
This version of Touying is no longer supported. I would like to suggest changing the default template to this code (or something similar):
This is because I mistakenly published touying as a template in version 0.3.2, when in fact touying should just be a package. For comparison, touying-aqua is a template instead of package. Let me see if I can modify the template field of the old version of touying to remove it from touying 0.3.2
Hi! Thanks for making touying, I find it very easy to make presentations with it :)
When I created a file from the Touying template in Typst just now (by selecting 'Customize a template' in the drop-down menu of the main page https://typst.app/), it starts with the following line of code:
#import "@preview/touying:0.3.2": *
This version of Touying is no longer supported. I would like to suggest changing the default template to this code (or something similar):
#import "@preview/touying:0.6.1": *
#import themes.aqua: *
#show: aqua-theme.with(
aspect-ratio: "16-9",
config-info(
title: [Title],
subtitle: [Subtitle],
author: [Authors],
date: datetime.today(),
institution: [Institution],
),
)
#title-slide()
#outline-slide()
I found the code here: https://touying-typ.github.io/docs/themes/aqua
I hope this helps and the issue is clear. If not, let me know! Have a nice day :)
The text was updated successfully, but these errors were encountered: