27 lines
396 B
Markdown
27 lines
396 B
Markdown
# Radionice
|
|
|
|
Usage: `make`
|
|
|
|
## 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
|
|
```
|
|
|
|
|
|
|
|
```sh
|
|
pandoc -t beamer -V handout -V theme:Warsaw -i slides.md -o slides.pdf
|
|
## `-V handout` for one slide per one page
|
|
```
|