-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathoutput.tex
More file actions
28 lines (28 loc) · 1.07 KB
/
output.tex
File metadata and controls
28 lines (28 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\documentclass{standalone}
\usepackage{bussproofs}
\usepackage{amssymb}
\usepackage{latexsym}
% This is the centered symbol
\defCenter{{\mbox{\Large$
ightarrow$}}}
% Optional to turn on the short abbreviations
\EnableBpAbbreviations
\begin{document}
\thispagestyle{empty}\AxiomC{$<2,{},[]>\rightarrow({},[2]>$}
\AxiomC{$<[1-\$],{},[2]>\rightarrow({},[2, 1-\$]>$}
\AxiomC{$<[\$.],{},[2, 1-\$]>\rightarrow({},[2, 1-\$, \$.]>$}
\AxiomC{$<\$,{},[1]>\rightarrow({},[1, 1]>$}
\AxiomC{$<.,{},[1, 1]>\rightarrow({},[1]>$}
\BinaryInfC{$<\$.,{},[1]>\rightarrow({},[1])$}
\AxiomC{$<1,{},[1]>\rightarrow({},[1, 1]>$}
\AxiomC{$<-,{},[1, 1]>\rightarrow({},[0]>$}
\AxiomC{$<\$,{},[0]>\rightarrow({},[0, 0]>$}
\BinaryInfC{$<-\$,{},[1, 1]>\rightarrow({},[0, 0])$}
\BinaryInfC{$<1-\$,{},[1]>\rightarrow({},[0, 0])$}
\AxiomC{$<\#,{},[2, 1-\$, \$.]>\rightarrow({},[0]>$}
\TrinaryInfC{$<\#,{},[2, 1-\$, \$.]>\rightarrow({},[0])$}
\BinaryInfC{$<[\$.]\#,{},[2, 1-\$]>\rightarrow({},[0])$}
\BinaryInfC{$<[1-\$][\$.]\#,{},[2]>\rightarrow({},[0])$}
\BinaryInfC{$<2[1-\$][\$.]\#,{},[]>\rightarrow({},[0])$}
\DP
\end{document}