mca-pendel/documents/Protokoll/Protokoll.tex

64 lines
1.8 KiB
TeX

\documentclass[10pt,a4paper,twoside]{article}
\usepackage[a4paper, left=2cm, right=3cm]{geometry}
%\usepackage[latin1]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{ulem}
\usepackage{color}
\usepackage{wasysym}
\usepackage{tkz-graph}
\usetikzlibrary{arrows,automata}
\pagestyle{fancy}
\author{}
\title{Algebraische Automatentheorie}
%---------------------------------------
\newcommand{\beh}{\uline{Behauptung:}\\}
\newcommand{\bew}{\uline{Beweis:}\\}
\newcommand{\odef}{\uline{Definiere:}\\}
\newcommand{\notiz}[1]{\textcolor{red}{#1}}
\newcommand{\konstr}{\uline{Konstruktion} }
\newcommand{\pbreak}{\pagebreak\noindent}
% Namen:
\newcommand{\nameMB}{Max Braungardt\\3351629}
\newcommand{\nameHT}{Hannes Thalheim\\2505168}
\newcommand{\fall}[1]{\uline{\textit{Fall} #1:}}
\newcommand{\ouset}[3]{\overset{#1}{\underset{#3}{#2}}}
\newcommand{\duline}[1]{\uline{\uline{#1}}}
\newcommand{\todo}{\textbf{TODO!}}
\newcommand{\zz}{\mathrm{Z\kern-.25em\raise-0.6ex\hbox{Z}}~}
\newcommand{\mat}[1]{(#1)_{0\leq i,j\leq n}}
\newcommand{\matr}[1]{\mat{#1_{ij}}}
\newcommand{\nkn}{{n\times n}}
\newcommand{\nsum}[2]{\ouset{n}{\sum}{#1=1}(#2)}
% Variablennamen:
\newcommand{\relU}{\sim_U}
\newcommand{\obda}{o.B.d.A.}
\newcommand{\lng}[1]{L(\mathcal{#1}) }
\renewcommand{\labelenumi}{\alph{enumi})}
%---------------------------------------
\pagestyle{fancy}
\fancyhf{} % clear headers/footers
\fancyhead[LO]{\nameMB}
\fancyhead[CO]{\textbf{Microcontroller-Anwendungen\\ Protokoll zum Projekt}}
\fancyhead[RO]{\nameHT}
\fancyfoot[CE,CO]{\thepage}
\begin{document}
\todo
\end{document}