PumpingLemma commit

cleanup added to makefile
This commit is contained in:
Sheppy 2015-10-07 23:39:35 +02:00
parent d6ce457287
commit b0eec2f644
2 changed files with 21 additions and 3 deletions

View File

@ -2,10 +2,13 @@ all: Konfluenz.pdf Koinduktion_reduktion.pdf Strukturelle_Induktion.pdf Polynomo
continuous: $(PDF).continuous
cleanup:
-rm -f *.aux *.fdb_latexmk *.fls *.log
%.continuous: %.pdf
latexmk -jobname=$(@:%.continuous=%) -pvc -pdf $(@:%.continuous=%).tex
%.pdf: %.tex
latexmk -jobname=$(@:%.pdf=%) -pdf $<
.PHONY: all continuous
.PHONY: all continuous cleanup

View File

@ -1,14 +1,29 @@
\documentclass{article}
\usepackage{amsmath}
\usepackage{ amssymb } % >= as \geq
\usepackage{nccmath}
%New Commands
\newcommand{\xhspace}[0]{\noindent\hspace*{5mm}}
\DeclareMathSizes{10}{10}{10}{10}
\setlength{\parindent}{0pt}
\title{Struckturelle Induktion}
\title{Pumping Lemme f\"ur Regul\"are Sprachen}
\date{ }
\begin{document}
\maketitle
%----------------------------------%
\textbf{L ist regul\"ar wenn:}
\[
\forall l \geq 1\;.\, \exists w \in L\;mit\; |w|\geq l
\]
\textbf{sodass:}\\
\xhspace $\forall$ uvz \\
\textbf{mit:}\\
\xhspace w=uvz\\
\xhspace $|$v$|$ $\geq$ 1\\
\xhspace $|$uv$|$ $\leq$ l\\
\textbf{gilt:}\\
\xhspace u$v^{k}$z $\notin$ L
\begin{tiny}
\copyright\ Joint-Troll-Expert-Group (JTEG) 2015
\end{tiny}