Publicly accessible documents.
Go to file
Michał Rudowicz b613cbd96d
/ build_typst_documents (push) Successful in 5s Details
Merge pull request 'Regulamin lokalu: Markdown -> Typst (bez zmian w treści)' (#3) from regulamin-lokalu-typst into main
Reviewed-on: #3
2026-03-01 17:38:55 +00: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 Regulamin lokalu: Markdown -> Typst 2026-03-01 14:39:14 +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.