-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added link to article, changed readme
- Loading branch information
Showing
4 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# Gympl skripta | ||
Zápisky ze školní češtiny a angličtiny k maturitě na GJP-ME. Delší povídání najdeš na [mém webu](https://chamik.eu/gympl-skripta/). | ||
|
||
Zatím velmi v procesu. | ||
|
||
Sestav pomocí [Typst](https://github.com/typst/typst)u. | ||
``` | ||
typst compile main.typ | ||
``` | ||
## Vývoj | ||
Budeš si muset stáhnout [Typst](https://github.com/typst/typst). | ||
|
||
Vývoj pomocí | ||
``` | ||
typst watch main.typ | ||
``` | ||
Nebo jen vytvoř pdf pomocí: | ||
``` | ||
typst compile main.typ | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
dev: | ||
typst watch main.typ --root . | ||
|
||
build: | ||
typst compile main.typ --root . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters