2023-08-24 00:19:38 +02:00
|
|
|
These are the slides for a talk at the Moscow Rust User Group /
|
|
|
|
ProgMSK on 2023-09-07.
|
|
|
|
|
|
|
|
After building, the presentation can be launched with `pdfpc`
|
|
|
|
(available in `nixpkgs`), like this:
|
|
|
|
|
|
|
|
```
|
2023-09-02 15:45:37 +02:00
|
|
|
pdfpc --windowed=both result/presentation.pdf -R presentation.pdfpc -d 40
|
2023-08-24 00:19:38 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
I keep the JSON file formatted using `jq . presentation.pdfpc | sponge
|
|
|
|
presentation.pdfpc` for easier diffs.
|