Commit 84939210 authored by Martin Ukrop's avatar Martin Ukrop
Browse files

innitial commit

parents
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+23 −0
Original line number Original line Diff line number Diff line
# compiled documents
*.pdf

# TeX intermediary files
*.aux
*.dvi
*.log
*.synctex.gz
*.out
*.nav
*.toc
*.snm
*.run.xml
*-blx.bib
*.bbl
*.blg
*.bcf

# other files
*.txss
forcefile
Backup_of_*.cdr
 No newline at end of file

Makefile

0 → 100644
+8 −0
Original line number Original line Diff line number Diff line
all: posudok.pdf

clean:
	rm -f *.aux *.dvi *.log *.synctex.gz *.out *.nav *.toc *.snm *.run.xml *-blx.bib *.bbl *.blg *.bcf

posudok.pdf: posudok.tex
	pdflatex posudok