27 lines
457 B
Markdown
27 lines
457 B
Markdown
# Photonics für Dummies
|
|
|
|
Eine kurze Zusammenfassung.
|
|
|
|
## Download
|
|
```sh
|
|
git clone https://gitea.fhgr.ch/zwickethomas/bergziege
|
|
```
|
|
|
|
## Typst
|
|
Installiere zuerst den [Typst-Compiler](https://github.com/typst/typst).
|
|
|
|
Arch
|
|
```sh
|
|
pacman -S typst
|
|
```
|
|
|
|
|
|
## Compile
|
|
Stelle sicher, dass du den gesamten Pfad angibst oder dich im gleichen Ordner befindest.
|
|
```sh
|
|
typst compile photonics.typ
|
|
```
|
|
|
|
|
|
Ich übernehme keine Haftung für etwaige Fehler in den Dokumenten.
|