Page MenuHomec4science

Makefile
No OneTemporary

File Metadata

Created
Tue, Apr 30, 13:55

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