2024-11-20 15:44:54 +01:00
|
|
|
all:
|
2024-11-21 07:51:53 +01:00
|
|
|
make slide
|
2024-11-20 15:44:54 +01:00
|
|
|
|
|
|
|
slide:
|
2024-11-21 07:51:53 +01:00
|
|
|
pandoc rusttechx.md --filter pandoc-plot -f markdown-implicit_figures --pdf-engine=typst --template=template.typ -o rusttechx-2024.pdf
|
2024-11-20 15:44:54 +01:00
|
|
|
|
|
|
|
view:
|
|
|
|
zathura --mode=presentation rusttechx-2024.pdf &
|