add test for exsheet class
This commit is contained in:
parent
28159f9c96
commit
65ebc1d042
4 changed files with 23 additions and 0 deletions
7
tests/exercises/Makefile
Normal file
7
tests/exercises/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
SUBDIRS := $(wildcard */.)
|
||||||
|
|
||||||
|
all: $(SUBDIRS)
|
||||||
|
$(SUBDIRS):
|
||||||
|
$(MAKE) -C $@
|
||||||
|
|
||||||
|
.PHONY: all $(SUBDIRS)
|
3
tests/exercises/sheet/Makefile
Normal file
3
tests/exercises/sheet/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
test:
|
||||||
|
latexmk -dvi- -pdf -gg -Werror -latexoption=-interaction=nonstopmode test.tex
|
||||||
|
latexmk -c test.tex
|
BIN
tests/exercises/sheet/test.synctex.gz
Normal file
BIN
tests/exercises/sheet/test.synctex.gz
Normal file
Binary file not shown.
13
tests/exercises/sheet/test.tex
Normal file
13
tests/exercises/sheet/test.tex
Normal 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}
|
Loading…
Reference in a new issue