Naklonování lokálních souborů

This commit is contained in:
Emil Miler
2020-03-18 14:43:53 +01:00
commit 9c68bffb92
20 changed files with 3654 additions and 0 deletions

17
Makefile Normal file
View File

@ -0,0 +1,17 @@
export TEXINPUTS=../tex//:
all: prace.pdf sighup
# LaTeX je potreba spustit nekolikrat, aby spravne spocital odkazy
prace.pdf: prace.tex $(wildcard *.tex) literatura.bib prace.xmpdata
pdflatex $<
bibtex prace
pdflatex $<
pdflatex $<
clean:
rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg *.xmpi
rm -f prace.pdf
sighup:
killall -s SIGHUP mupdf