2024-11-14 16:13:31 +01:00
|
|
|
all:
|
2024-11-21 16:23:06 +01:00
|
|
|
make slide
|
2024-11-14 16:13:31 +01:00
|
|
|
|
|
|
|
slide:
|
2024-11-21 16:23:06 +01:00
|
|
|
pandoc monads.md --filter pandoc-plot -f markdown-implicit_figures --pdf-engine=typst --template=template.typ -o monads.pdf
|
2024-11-14 16:13:31 +01:00
|
|
|
|
|
|
|
view:
|
|
|
|
zathura --mode=presentation monads.pdf &
|