Sprogramiraj Blabla

This commit is contained in:
Martin Vuk 2025-12-19 20:18:17 +01:00
parent 89156f7ed5
commit 820b213c65
4 changed files with 28 additions and 23 deletions

View file

@ -10,6 +10,8 @@ Martin Vuk
LMMRI seminar
]
#v(1fr)
#text(size: 10pt, include "license.typ")
#pagebreak()
== Kaj je Typst?
@ -42,21 +44,21 @@ LMMRI seminar
#columns(3, gutter: 1em)[
#set text(size: 12pt)
Pišeš tekstovno datoteko `bla.typ`
#rect(raw(read("bla.typ"), block: true, lang: "typst"))
Pišeš tekstovno datoteko `blabla.typ`
#rect(raw(read("blabla.typ"), block: true, lang: "typst"))
#colbreak()
Poženeš _typst_:
```shell
$ typst watch bla.typ &
$ typst watch blabla.typ &
```
#colbreak()
In dobiš rezultat, ki se sproti osvežuje
#rect(include "bla.typ")
#rect(include "blabla.typ")
]