All topics added, much todo though

This commit is contained in:
Sheppy 2015-10-06 16:49:42 +02:00
parent ddbe6ebe45
commit 77effc3e87
3 changed files with 68 additions and 2 deletions

View File

@ -0,0 +1,49 @@
\documentclass{article}
\usepackage{amsmath}
\usepackage{nccmath}
\DeclareMathSizes{10}{10}{10}{10}
\setlength{\parindent}{0pt}
\title{Konfluenz}
\date{ }
\begin{document}
\maketitle
\section{Matching Table:}
Formeln:
\begin{align}
x \Uparrow ( y \Uparrow z) & \rightarrow_{0}
\; x \Uparrow (y \Downarrow y)
\\
x \Downarrow ( x \Downarrow y ) & \rightarrow_0
\; x \Downarrow y
\end{align}
- alle Regeln m\"ussen gegen alle anderen gematched werden
daher f\"ur \"ubersichtlichkeit:\\ \\
\begin{tabular}{l c r}
& 1 & 2 \\
1 & ? & ? \\
2 & ? & ? \\
\end{tabular}
\begin{tiny}
\copyright\ Joint-Troll-Expert-Group (JTEG) 2015
\end{tiny}
\end{document}

View File

@ -0,0 +1,19 @@
\documentclass{article}
\usepackage{amsmath}
\usepackage{nccmath}
\DeclareMathSizes{10}{10}{10}{10}
\setlength{\parindent}{0pt}
\title{Konfluenz}
\date{ }
\begin{document}
\maketitle
\textbf{Referenzaufgabe:} \\
\\
\begin{align*}
snoc\;Nil\;a &= Cons\;a\;Nil
snoc(Cons\;x\;xs)\;a &= Cons\;x(snoc\;xs\;a)
\end{align*}
\begin{tiny}
\copyright\ Joint-Troll-Expert-Group (JTEG) 2015
\end{tiny}
\end{document}

View File

@ -31,8 +31,6 @@
& dann\;rechtes\;pow\\ & dann\;rechtes\;pow\\
& dann\;linkes\;pow & dann\;linkes\;pow
\end{align*} \end{align*}
\section{Typherleitung}
\subsection{Regeln}