add test for exsheet class

This commit is contained in:
Maximilian Keßler 2021-10-10 13:25:47 +02:00
parent 28159f9c96
commit 65ebc1d042
4 changed files with 23 additions and 0 deletions

7
tests/exercises/Makefile Normal file
View File

@ -0,0 +1,7 @@
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)

View File

@ -0,0 +1,3 @@
test:
latexmk -dvi- -pdf -gg -Werror -latexoption=-interaction=nonstopmode test.tex
latexmk -c test.tex

Binary file not shown.

View File

@ -0,0 +1,13 @@
\documentclass[ngerman]{mkessler-sheet}
\usepackage{blindtext}
\usepackage[ngerman]{babel}
\author{Maximilian Keßler}
\course{Geometrie und Topologie}
\sheetnumber{7}
\begin{document}
test
\end{document}