mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-23 03:59:33 +01:00
19 lines
433 B
TeX
19 lines
433 B
TeX
|
\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}
|