Skip to content

Commit 9644f7f

Browse files
committed
Fix demo
1 parent a1b3b0f commit 9644f7f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

examples/demo.typ

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@
7979
#import "@preview/polylux:0.4.0": *
8080
#set page(paper: "presentation-16-9")
8181
82-
// --- trv config:
83-
// provider = "openai-compatible(kokoros.transformrs.org)"
84-
// model = "tts-1"
85-
// voice = "af_sky"
86-
// audio_format = "wav"
87-
// ---
88-
8982
#slide[
9083
Hello
9184
@@ -107,7 +100,7 @@
107100
]
108101

109102
#slide[
110-
#set page(margin: 3em)
103+
#set page(margin: 9em)
111104
#set text(size: 24pt)
112105
```bash
113106
$ trv build presentation.typ

0 commit comments

Comments
 (0)