mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 19:59:31 +01:00
PumpingLemma commit
cleanup added to makefile
This commit is contained in:
parent
d6ce457287
commit
b0eec2f644
@ -2,10 +2,13 @@ all: Konfluenz.pdf Koinduktion_reduktion.pdf Strukturelle_Induktion.pdf Polynomo
|
|||||||
|
|
||||||
continuous: $(PDF).continuous
|
continuous: $(PDF).continuous
|
||||||
|
|
||||||
|
cleanup:
|
||||||
|
-rm -f *.aux *.fdb_latexmk *.fls *.log
|
||||||
|
|
||||||
%.continuous: %.pdf
|
%.continuous: %.pdf
|
||||||
latexmk -jobname=$(@:%.continuous=%) -pvc -pdf $(@:%.continuous=%).tex
|
latexmk -jobname=$(@:%.continuous=%) -pvc -pdf $(@:%.continuous=%).tex
|
||||||
|
|
||||||
%.pdf: %.tex
|
%.pdf: %.tex
|
||||||
latexmk -jobname=$(@:%.pdf=%) -pdf $<
|
latexmk -jobname=$(@:%.pdf=%) -pdf $<
|
||||||
|
|
||||||
.PHONY: all continuous
|
.PHONY: all continuous cleanup
|
||||||
|
@ -1,13 +1,28 @@
|
|||||||
\documentclass{article}
|
\documentclass{article}
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
|
\usepackage{ amssymb } % >= as \geq
|
||||||
\usepackage{nccmath}
|
\usepackage{nccmath}
|
||||||
|
%New Commands
|
||||||
|
\newcommand{\xhspace}[0]{\noindent\hspace*{5mm}}
|
||||||
\DeclareMathSizes{10}{10}{10}{10}
|
\DeclareMathSizes{10}{10}{10}{10}
|
||||||
\setlength{\parindent}{0pt}
|
\setlength{\parindent}{0pt}
|
||||||
\title{Struckturelle Induktion}
|
\title{Pumping Lemme f\"ur Regul\"are Sprachen}
|
||||||
\date{ }
|
\date{ }
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\maketitle
|
\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}
|
\begin{tiny}
|
||||||
\copyright\ Joint-Troll-Expert-Group (JTEG) 2015
|
\copyright\ Joint-Troll-Expert-Group (JTEG) 2015
|
||||||
|
Loading…
Reference in New Issue
Block a user