Sprogramiraj Blabla
This commit is contained in:
parent
89156f7ed5
commit
820b213c65
4 changed files with 28 additions and 23 deletions
|
|
@ -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")
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue