From: Mart Lubbers Date: Mon, 8 Feb 2016 19:54:34 +0000 (+0100) Subject: update X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=c3e94df2cc92a1df9d6b127cbda9474edcbf6364;p=mc1516.git update --- diff --git a/.gitignore b/.gitignore index 8164e02..6f82654 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.log *.aux *.pdf +*.dvi diff --git a/Makefile b/Makefile index 2915da3..1c8e48e 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,15 @@ -LATEX:=pdflatex +LATEX:=latex +DOT:=dot DOCUMENTS:=e1.pdf -.PHONY: all clean clobber +.PHONY: all clean clobber graphs all: $(DOCUMENTS) -%.pdf: %.tex +%.pdf: %.dvi + dvipdfm $< + +%.dvi: %.tex $(LATEX) $(basename $<) $(LATEX) $(basename $<) @@ -13,4 +17,4 @@ clobber: $(RM) -v *.pdf clean: - $(RM) -v *.aux *.log + $(RM) -v *.aux *.log *.dvi diff --git a/e1.tex b/e1.tex index 6155f3b..ec5fcd3 100644 --- a/e1.tex +++ b/e1.tex @@ -3,6 +3,7 @@ \usepackage{a4wide} \usepackage{amssymb} \usepackage{amsmath} +\usepackage[all]{xypic} \newcommand{\ra}{\rightarrow} \newcommand{\un}{\text{ \textsf{U} }} @@ -13,24 +14,43 @@ \begin{document} \begin{enumerate} \item + $\xymatrix{ + \ar[dr]\\ + & *+[o][F-]{s_0}\\ + *+[o][F-]{nc_1} & & *+[o][F-]{nc_1} + }$ \item - \item + $\al(crit_0\veebar crit_1)$ + \item + We define:\\ + $\displaystyle AP=\bigcup_{i\in N}\{lift_n, door_n,call_n\}, + N=\{0, 1, 2, 3\}$ + \begin{enumerate} + \item + $\forall n\in N\al(door_m\ra lift_n)$ + \item + $\forall n\in N\al(call_n\ra\ev lift_n)$ + \item + $\al\ev lift_0$ + \item + $\al call_3\rightarrow\bigcirc lift_3$ + \end{enumerate} \item\strut\\ $\begin{array}{ll} - \phi_1=\ev\al c & + \varphi_1=\ev\al c & s_2\ra s_4\overline{\ra s_5}\\ - \phi_2=\al\ev c & + \varphi_2=\al\ev c & s_2\ra s_4\overline{\ra s_5}\\ - \phi_3=\nx\neg c\rightarrow\nx\nx c & + \varphi_3=\nx\neg c\rightarrow\nx\nx c & s_2\ra s_4\overline{\ra s_5}\\ - \phi_4=\al a & + \varphi_4=\al a & \text{Impossible. $a$ only holds in $s_1$ and in $s_5$.}\\ & \text{$s_1$ we can only leave through a state where $\neg a$}\\ & \text{$s_5$ we can not reach through $s_1$ without passing through a $\neg a$ state}\\ - \phi_5=a\un\al(b\vee c) & + \varphi_5=a\un\al(b\vee c) & s_1\ra s_4\overline{\ra s_5}\\ - \phi_6=(\nx\nx b)\un(b\vee c) & + \varphi_6=(\nx\nx b)\un(b\vee c) & s_2\ra s_4\overline{\ra s_5} \end{array}$ \end{enumerate}