mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 03:49: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
|
||||
|
||||
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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user