From f956b862c5ef2df6535111801d74bdd3806f2021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Wed, 24 Sep 2025 13:42:15 +0200 Subject: [PATCH] add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..25d5f1d --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# tultemplate2 + +Easy Typst template for TUL documents. Begin by compiling `example.typ` and reading it. + +## How to compile + +It is recommended to use either: +- The on-line Typst editor (https://typst.app/play/) - use some zip build from releases +- The `typst` CLI tool (available in Arch repos and Snap) + +On Linux, with the `typst` command available, you can just run: + +```sh +make +``` + +That will compile the example document and view it.