Page MenuHomec4science

Makefile
No OneTemporary

File Metadata

Created
Tue, Apr 8, 04:02

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