8 lines
199 B
Makefile
8 lines
199 B
Makefile
all:
|
|
make slide
|
|
|
|
slide:
|
|
pandoc monads.md --filter pandoc-plot -f markdown-implicit_figures --pdf-engine=typst --template=template.typ -o monads.pdf
|
|
|
|
view:
|
|
zathura --mode=presentation monads.pdf &
|