mirror of
https://github.com/eddyem/phisics_gak.git
synced 2026-03-21 09:10:57 +03:00
initial commit
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal 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
|
||||
Reference in New Issue
Block a user