Files
workshops/README.md
2025-10-29 01:54:16 +01:00

30 lines
401 B
Markdown

# Radionice
Usage: `make`
or
```sh
pandoc -t beamer -V handout -V theme:Warsaw -i slides.md -o slides.pdf
## `-V handout` for one slide per one page
```
## Dependecies:
### For Debian:
```bash
sudo apt update
sudo apt install pandoc
sudo apt install tikzit
```
### For Arch:
```bash
pacman -Sy pandoc texlive-binextra texlive-pictures texlive-latexrecommended texlive-fontsrecommended
```