presentations/effects-may20-2023/Makefile

12 lines
491 B
Makefile

all:
make slide slideshow
slide:
pandoc -t beamer --include-in-header=./style.tex effects-freer-monads.md -f markdown-implicit_figures -V colorlinks=true -V linkcolor=blue -V urlcolor=red -o effects-freer-monads.pdf
slideshow:
pandoc -t beamer --include-in-header=./style.tex effects-freer-monads.md -f markdown-implicit_figures -V colorlinks=true -V linkcolor=blue -V urlcolor=red -i -o effects-freer-monads-slideshow.pdf
view:
zathura --mode=presentation effects-freer-monads.pdf &