aboutsummaryrefslogtreecommitdiffstats
path: root/buch/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--buch/common/test-common.tex (renamed from buch/test2.tex)24
-rw-r--r--buch/common/test1.tex21
-rw-r--r--buch/common/test2.tex21
-rw-r--r--buch/common/test3.tex21
4 files changed, 66 insertions, 21 deletions
diff --git a/buch/test2.tex b/buch/common/test-common.tex
index ea842ce..289e59c 100644
--- a/buch/test2.tex
+++ b/buch/common/test-common.tex
@@ -1,9 +1,8 @@
%
-% test2.tex -- Test 2
+% test.tex -- Gemeinsamer Rahmen für Kurztests
%
-% (c) 2012 Prof. Dr. Andreas Mueller, HSR
+% (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}}
@@ -58,7 +57,7 @@
}{\end{enumerate}}
% Loesung
\NewEnviron{loesung}{%
-\begin{proof}[L"osung]%
+\begin{proof}[Lösung]%
\renewcommand{\qedsymbol}{$\bigcirc$}
\BODY
\end{proof}}
@@ -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 2}
-
-\begin{uebungsaufgaben}
-
-\item
-\input chapters/40-eigenwerte/uebungsaufgaben/4004.tex
-\item
-\input chapters/40-eigenwerte/uebungsaufgaben/4005.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}