initial commit

This commit is contained in:
eddyem
2014-11-24 17:35:22 +03:00
commit f505d56db1
403 changed files with 676455 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
main.pdf:
pdflatex main && pdflatex main && rumakeindex main && pdflatex main && pdflatex main
main-book.pdf: main.pdf
pdflatex main-book && pdflatex main-book && pdflatex main-book
all: main.pdf
# main-all.pdf
clean:
rm -f *.aux *.fdb_latexmk *.fls *.idx *.ilg *.log *.toc