diff options
author | Carlo Zancanaro <carlo@carlo-laptop> | 2012-04-19 16:21:26 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@carlo-laptop> | 2012-04-19 16:21:26 +1000 |
commit | 2ee29b3426d2d79872fba35adbeb8d768983ffec (patch) | |
tree | c1c516816b7fa8d59bea445abd4505860be376bc /tex/presentation/thomas/Makefile | |
parent | 5d7252681da3b26845fc4e5dcf0b0e94ed9fabb1 (diff) |
Add presentation; start a different implementation
Diffstat (limited to 'tex/presentation/thomas/Makefile')
-rw-r--r-- | tex/presentation/thomas/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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 |