update
This commit is contained in:
parent
f6c407e074
commit
6e2ab8afd1
8 changed files with 488 additions and 23 deletions
10
Makefile
10
Makefile
|
@ -1,13 +1,13 @@
|
|||
all: beamer.pdf
|
||||
all: slides.pdf
|
||||
|
||||
pdf: beamer.pdf
|
||||
pdf: slides.pdf
|
||||
|
||||
images:
|
||||
$(MAKE) -C figs
|
||||
|
||||
beamer.pdf: beamer.tex images
|
||||
pdflatex -synctex=1 -interaction=nonstopmode beamer.tex
|
||||
pdflatex -synctex=1 -interaction=nonstopmode beamer.tex
|
||||
slides.pdf: slides.tex images
|
||||
pdflatex -synctex=1 -interaction=nonstopmode slides.tex
|
||||
pdflatex -synctex=1 -interaction=nonstopmode slides.tex
|
||||
|
||||
clean:
|
||||
rm -f *.toc *.aux *.bbl *.blg *.fls *.out *.log *.synctex.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue