Page MenuHomec4science

Makefile
No OneTemporary

File Metadata

Created
Thu, Dec 19, 14:18

Makefile

SHELL := /bin/bash
all:
pandoc -V theme:Warsaw --variable fontsize=8pt -t beamer -s presentation.md -o presentation.pdf
xdg-open presentation.pdf
presentation-window:
impressive --nologo --windowed -g 1920x1080 presentation.pdf
presentation-full:
impressive --nologo presentation.pdf
clean:
rm presentation.pdf

Event Timeline