Page MenuHomec4science

Makefile
No OneTemporary

File Metadata

Created
Mon, May 6, 00:45

Makefile

SHELL := /bin/bash
all:
pandoc -V theme:Warsaw --variable fontsize=8pt -t beamer -s presentation.md -o presentation.pdf
xdg-open presentation.pdf
clean:
rm presentation.pdf

Event Timeline