latexandmore/Public/ThProg/Konfluenz.tex
Sheppy 0729ef863b lots of renaming
gitignore updated again
SystemF continued
2015-10-07 21:09:34 +02:00

49 lines
785 B
TeX

\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}