Initial commit

This commit is contained in:
2019-06-27 15:25:40 +02:00
parent 916a176711
commit 67f460e39a
9 changed files with 632 additions and 0 deletions

18
Makefile Normal file
View File

@@ -0,0 +1,18 @@
##
# uebungen
#
# @file
# @version 0.1
.PHONY: all
all:
xelatex main.tex
.PHONY: test
test:
time xelatex main.tex
# end