m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2022-12-18 15:31:01 +0100
committerMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2022-12-18 15:31:01 +0100
commitcc043ba1191d6e6b288f573a366888f7b0f2914b (patch)
tree7365ec88dd3698f1cc0689097e759469e71854ab
parenta227286e829bfd87c78830317002f8abceae336c (diff)
Add presentation make step
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41d3c03..59ca558 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,12 @@ mgr.pdf: mgr.tex mgr.bib pracamgr.cls definitions.sty
biber mgr
lualatex mgr
-.PHONY: clean
+.PHONY: clean presentation
+
+presentation/presentation.pdf: presentation/presentation.md
+ pandoc -f markdown+implicit_figures presentation/presentation.md -t beamer -o presentation/presentation.pdf
+
+presentation: presentation/presentation.pdf
clean:
rm -rf mgr.pdf mgr.aux mgr.bbl mgr.bcf mgr.blg mgr.log mgr.run.xml mgr.toc