Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6ac133b53a | |||
ff7e886faa |
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
*.out
|
||||
*.log
|
||||
*.aux
|
||||
*.fls
|
||||
*.fdb_latexmk
|
||||
|
||||
_minted-*
|
||||
build
|
||||
|
6
Makefile
6
Makefile
@ -1,13 +1,13 @@
|
||||
inputs = 1124 1125 2118-2128 2238 2245 4410-4412 4456 5108 5432 5518-5528 5568 7210
|
||||
inputs = 1008 1106 1124 1125 2118-2128 2238 2245 4410-4412 4456-4457 4624 5108 5432 5632 5633 5518-5528 5538 5568 6302 7210
|
||||
dir = build
|
||||
|
||||
all: $(inputs)
|
||||
|
||||
$(inputs) : % : %.tex
|
||||
pdflatex -shell-escape $@.tex
|
||||
latexmk -pdf -pdflatex="pdflatex -shell-escape" $@.tex
|
||||
if ! test -d "$(dir)"; then mkdir build; fi
|
||||
mv $@.pdf build/
|
||||
rm $@.log
|
||||
|
||||
clean:
|
||||
rm -rf _minted* *.aux *.out
|
||||
rm -rf _minted* *.aux *.out *.fls *.fdb_latexmk
|
||||
|
Loading…
x
Reference in New Issue
Block a user