presentations/rusttechx-2024/Makefile

8 lines
218 B
Makefile

all:
make slide
slide:
pandoc rusttechx.md --filter pandoc-plot -f markdown-implicit_figures --pdf-engine=typst --template=template.typ -o rusttechx-2024.pdf
view:
zathura --mode=presentation rusttechx-2024.pdf &