put actrocrafts into repo

This commit is contained in:
2021-05-31 10:42:41 +03:00
parent 028d6a1bf6
commit 5d6974b950
128 changed files with 2309 additions and 0 deletions

11
AstroCrafts/Makefile Normal file
View File

@@ -0,0 +1,11 @@
SRCS = $(wildcard *.tex)
PDFS = $(SRCS:.tex=.pdf)
all: $(PDFS)
%.pdf : %.tex
latexmk --pdf $<
clean:
rm -f *.aux *.log *.nav *.out *.snm *.backup *.toc *~ *.fls *.fdb_latexmk