Publicly accessible documents.
Go to file
Jakub Kowalik a2256bff1e copy template into correct directory 2026-03-01 18:49:55 +01:00
.forgejo/workflows Regulamin Walnego 2026-03-01 14:05:28 +01:00
brelok brelok: upakowane 48szt na plexi 200x300 2025-09-07 22:07:24 +02:00
font font: mirror Fjalla One 2026-01-29 15:00:58 +01:00
logo logo: dodanie wersji negatywowej 2026-01-29 14:59:43 +01:00
naklejki naklejki: SVG w wersji produkcyjnej 2025-09-01 22:27:20 +02:00
regulamin copy template into correct directory 2026-03-01 18:49:55 +01:00
statut Zmiana Statutu Stowarzyszenia 2025-05-21 22:12:44 +02:00
typst Regulamin Walnego 2026-03-01 14:05:28 +01:00
wizytowka Remove duplicate file. 2017-07-19 18:50:57 +02:00
README.md Regulamin Walnego 2026-03-01 14:05:28 +01:00

README.md

HSWro Documents Repository

Handling Typst (*.typ) documents

Typst is an easy to use markup format that can produce nice-looking documents, comparable to LaTeX, with fraction of the work needed to be put in by the editor. You can edit its files with any text editor, its compiler is open source and commonly found in software repositories.

Typst new document template

#import "/typst/hswro.typ"

#show: hswro.template.with(
  document_date: datetime.today()
)

= Document title

Document contents

Building the document locally

In the main directory of this reporitory call:

typst compile --root (pwd) path/to/document.typ

Live preview

You can use the live preview feature which regenerates the output file each time the document is saved using the watch command. A convenient setup pairs this with an auto-refreshing PDF reader, for example Okular.

typst watch --root (pwd) path/to/document.typ

Building using Forgejo Actions

Forgejo Actions will automatically build all .typ files found in this repository, compress them to a .zip file and provide in the job artifacts.