Skip to content

Commit 00bb0f4

Browse files
committed
Subida inicial del apunte para final de Julián. Por ahora está incompleto, le faltan algunas cosas y tiene algunas demos que no se toman, pero ayudan.
1 parent 961e3af commit 00bb0f4

File tree

6 files changed

+3509
-0
lines changed

6 files changed

+3509
-0
lines changed

Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Ainforme:
2+
pdflatex MetNum
3+
pdflatex MetNum
4+
5+
%.pdf: %.tex
6+
pdflatex $<
7+
pdflatex $<
8+
9+
.PHONY: clean
10+
11+
clean:
12+
rm -rf MetNum.pdf *.toc *.log *.aux *.snm *.vrb *.nav *.out *.fdb_latexmk *.maf *.mtc *.mtc0
13+

0 commit comments

Comments
 (0)