aboutsummaryrefslogtreecommitdiffstats
path: root/buch/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--buch/common/test-common.tex (renamed from buch/test3.tex)22
-rw-r--r--buch/common/test1.tex21
-rw-r--r--buch/common/test2.tex21
-rw-r--r--buch/common/test3.tex21
4 files changed, 65 insertions, 20 deletions
diff --git a/buch/test3.tex b/buch/common/test-common.tex
index 71b1529..289e59c 100644
--- a/buch/test3.tex
+++ b/buch/common/test-common.tex
@@ -1,9 +1,8 @@
%
-% test3.tex -- Test 3
+% test.tex -- Gemeinsamer Rahmen für Kurztests
%
-% (c) 2021 Prof. Dr. Andreas Mueller, OST
+% (c) 2021 Prof. Dr. Andreas Mueller, OST Ostschweizer Fachhochschule
%
-%\documentclass[a4paper,12pt]{book}
\documentclass[a4paper,12pt]{article}
\usepackage{geometry}
\geometry{papersize={210mm,297mm},total={165mm,260mm}}
@@ -72,20 +71,3 @@
\renewcommand{\qedsymbol}{}
\begin{proof}[Hinweis]}{\end{proof}}
-\begin{document}
-{\parindent0pt\hbox to\hsize{%
-Name: \hbox to7cm{\dotfill} Vorname: \dotfill}}
-\vspace{0.5cm}
-
-\section*{Kurztest 3}
-
-\begin{uebungsaufgaben}
-
-\item
-\input chapters/60-gruppen/uebungsaufgaben/6001.tex
-%\item
-%\input chapters/60-gruppen/uebungsaufgaben/6002.tex
-
-\end{uebungsaufgaben}
-
-\end{document}
diff --git a/buch/common/test1.tex b/buch/common/test1.tex
new file mode 100644
index 0000000..1f5a155
--- /dev/null
+++ b/buch/common/test1.tex
@@ -0,0 +1,21 @@
+%
+% test1.tex -- Test 1
+%
+% (c) 2021 Prof. Dr. Andreas Mueller, OST
+%
+\input{common/test-common.tex}
+
+\begin{document}
+{\parindent0pt\hbox to\hsize{%
+Name: \hbox to7cm{\dotfill} Vorname: \dotfill}}
+\vspace{0.5cm}
+
+\section*{Kurztest 1}
+
+\begin{uebungsaufgaben}
+
+\input{aufgaben1.tex}
+
+\end{uebungsaufgaben}
+
+\end{document}
diff --git a/buch/common/test2.tex b/buch/common/test2.tex
new file mode 100644
index 0000000..0980e44
--- /dev/null
+++ b/buch/common/test2.tex
@@ -0,0 +1,21 @@
+%
+% test2.tex -- Test 2
+%
+% (c) 2012 Prof. Dr. Andreas Mueller, OST
+%
+\input{common/test-common.tex}
+
+\begin{document}
+{\parindent0pt\hbox to\hsize{%
+Name: \hbox to7cm{\dotfill} Vorname: \dotfill}}
+\vspace{0.5cm}
+
+\section*{Kurztest 2}
+
+\begin{uebungsaufgaben}
+
+\input{aufgaben2.tex}
+
+\end{uebungsaufgaben}
+
+\end{document}
diff --git a/buch/common/test3.tex b/buch/common/test3.tex
new file mode 100644
index 0000000..8b24262
--- /dev/null
+++ b/buch/common/test3.tex
@@ -0,0 +1,21 @@
+%
+% test3.tex -- Test 3
+%
+% (c) 2021 Prof. Dr. Andreas Mueller, OST
+%
+\input{common/test-common.tex}
+
+\begin{document}
+{\parindent0pt\hbox to\hsize{%
+Name: \hbox to7cm{\dotfill} Vorname: \dotfill}}
+\vspace{0.5cm}
+
+\section*{Kurztest 3}
+
+\begin{uebungsaufgaben}
+
+\input{aufgaben3.tex}
+
+\end{uebungsaufgaben}
+
+\end{document}