Added existing files.

This commit is contained in:
BritishTeapot
2025-04-09 12:16:10 +02:00
parent ab78512d8a
commit 7be91f3224
11 changed files with 596 additions and 0 deletions

15
Makefile Normal file
View File

@@ -0,0 +1,15 @@
# nechajte iba jeden z main.pdf a main-en.pdf
all: main-en.pdf
main.pdf: main.tex *.tex *.bib images/*
pdflatex main
bibtex main
pdflatex main
pdflatex main
main-en.pdf: main-en.tex *.tex *.bib images/*
pdflatex main-en
bibtex main-en
pdflatex main-en
pdflatex main-en