mirror of
https://codeberg.org/Sonoj/osamc.de
synced 2025-07-16 22:42:09 +02:00
45 lines
1.9 KiB
Markdown
45 lines
1.9 KiB
Markdown
Gitarren-Liedblätter mit Typst
|
|
|
|
_Falls Sie über eine Suchmaschine hierher gelangt sind: Dieses Dokument dient lediglich als Begleitmaterial und Zusammenfassung eines mündlichen Vortrags._
|
|
|
|
## Typst
|
|
|
|
Typeset und Layout System für Papier, PDF und (irgendwann) Web.
|
|
* https://typst.app/
|
|
* "So wie LaTeX, aber neuer und einfacher"
|
|
* Klar, nicht das erste Projekt, dass das versucht und verspricht.
|
|
* Aber: Für mich persönlich Sweet Spot Funktionalität / Komplexität und Community drumherum.
|
|
* Liegt auch daran, dass es Syntax und Konzepte benutzt, die ich oft benutze, im Gegensatz zu LaTeX: Markdown, Skriptsprachen etc.
|
|
* Open Source, Linux, Commandline
|
|
* Nicht verwirren lassen von "Pricing" etc. da steckt wie so oft heute noch eine Webapp&Service oben drauf zum Geld verdienen.
|
|
* Community Hosting: https://typst.app/universe/
|
|
* Templates (z.B. DIN 5008 Brief)
|
|
* Packages (Akkordsymbole)
|
|
|
|
Terminal Beispiele:
|
|
```
|
|
typst compile document.typst # -> document.pdf
|
|
|
|
# bei jeder Änderung neu, man kann den PDF Viewer offen lassen
|
|
typst watch document.tpyst
|
|
```
|
|
|
|
## Conchord
|
|
|
|
Typst kann "Packages": Module, Extension, Plugins; wie man das auch immer nennen möchte. Es lädt die sogar automatisch herunter (und dann werden sie offline verwendet).
|
|
|
|
Gitarrenakkorde o.ä. gehen gut mir https://typst.app/universe/package/conchord/
|
|
|
|
>Write up a song with chords into Typst format in quite a pretty and simple way.
|
|
>Explore all the possible chord variants with your special tuning of your special string instrument (like ukulele, bass guitar, mandolin or anything else).
|
|
|
|
|
|
## Beispiele
|
|
|
|
* [Typst: Turarounds](./2025-03-11-turnarounds.typst)
|
|
* [PDF: Turarounds](./2025-03-11-turnarounds.pdf)
|
|
* [Typst: Der Hase Augustin](./01-der_hase_augustin.typst)
|
|
* [PDF: Der Hase Augustin](./01-der_hase_augustin.pdf)
|
|
* [Typst: Montag und Dienstag](./02-montag_und_dienstag.typst)
|
|
* [PDF: Montag und Dienstag](./02-montag_und_dienstag.pdf)
|