From 2ee29b3426d2d79872fba35adbeb8d768983ffec Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Thu, 19 Apr 2012 16:21:26 +1000 Subject: Add presentation; start a different implementation --- tex/presentation/thomas/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tex/presentation/thomas/Makefile (limited to 'tex/presentation/thomas/Makefile') diff --git a/tex/presentation/thomas/Makefile b/tex/presentation/thomas/Makefile new file mode 100644 index 0000000..3aff5de --- /dev/null +++ b/tex/presentation/thomas/Makefile @@ -0,0 +1,7 @@ +prog: + pdflatex --shell-escape main + bibtex main + pdflatex --shell-escape main + pdflatex --shell-escape main +clean: + rm -f main.pdf *.aux *.bbl *.blg *.idx *.nav *.snm *.toc *.out *.log -- cgit v1.2.3