-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
29 lines (28 loc) · 738 Bytes
/
Makefile
File metadata and controls
29 lines (28 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
empty:
@echo Making Article ...
xelatex -shell-escape main.tex
-bibtex main
xelatex -shell-escape main.tex
xelatex -shell-escape main.tex
save:
mv main.pdf main_beamer.pdf
clean:
@echo Done.
-find -name '*.aux' -exec rm -f {} \;
-find -name '*.bak' -exec rm -f {} \;
-find -name '*.dvi' -exec rm -f {} \;
-find -name '*~' -exec rm -f {} \;
-find -name '#*#' -exec rm -f {} \;
-find -name 'semantic.cache' -exec rm -f {} \;
-find -name '*.log' -exec rm -f {} \;
-rm -f *.bbl *.blg *.log *.out *.ps *.thm *.toc *.toe *.lof *.lot *.nav *.snm *.vrb
-rm -f *.loa *.aen
-rm -f *.html *.css *.scm *.hlog
-rm -f _region_.tex
-rm -f -rf auto
-rm -f *.fen
-rm -f *.ten
-rm -f *.bcf
-rm -f *.pyg
-rm -f *.xml
-rm -rf *.prv