summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xsim/doc/examples/xsim.blanks.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/xsim/doc/examples/xsim.blanks.tex')
-rw-r--r--macros/latex/contrib/xsim/doc/examples/xsim.blanks.tex23
1 files changed, 0 insertions, 23 deletions
diff --git a/macros/latex/contrib/xsim/doc/examples/xsim.blanks.tex b/macros/latex/contrib/xsim/doc/examples/xsim.blanks.tex
deleted file mode 100644
index b479e961c2..0000000000
--- a/macros/latex/contrib/xsim/doc/examples/xsim.blanks.tex
+++ /dev/null
@@ -1,23 +0,0 @@
-\documentclass{article}
-\usepackage[utf8]{inputenc}
-\usepackage[ngerman]{babel}
-
-\usepackage{xsim,lipsum,xcolor}
-
-\xsimsetup{
- solution/print = true ,
- blank/filled-style = \underline{\textcolor{red}{#1}}
-}
-
-\begin{document}
-
-\begin{exercise}[points=3]
- Erklären Sie den Begriff.
-
- \blank[width=4\linewidth,linespread=1.5]{}
-\end{exercise}
-\begin{solution}
- \blank[width=4\linewidth,linespread=1.5]{Die Lösung hier soll rot sein.}
-\end{solution}
-
-\end{document}