Write schema of slides
This commit is contained in:
parent
bd085e05eb
commit
f6c407e074
7 changed files with 102 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -3,13 +3,13 @@ all: beamer.pdf
|
|||
pdf: beamer.pdf
|
||||
|
||||
images:
|
||||
$(MAKE) -C img
|
||||
$(MAKE) -C figs
|
||||
|
||||
beamer.pdf: beamer.tex images
|
||||
pdflatex -synctex=1 -interaction=nonstopmode beamer.tex
|
||||
pdflatex -synctex=1 -interaction=nonstopmode beamer.tex
|
||||
|
||||
clean:
|
||||
rm -f Secciones/*.aux
|
||||
rm -f *.toc *.aux *.bbl *.blg *.fls *.out *.log *.synctex.gz
|
||||
rm -f *.vrb *.snm *.nav *.fls *.fdb_latexmk
|
||||
# $(MAKE) -C img clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue