mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +00:00
make examples latex code compatible with normal LaTeX
This commit is contained in:
parent
b728ced2af
commit
a7e8a24d77
@ -33,7 +33,7 @@ root.appLatex=\
|
||||
\
|
||||
\\AxiomC{$\\Gamma \\vdash t_2 : \\tau_1$}\
|
||||
\
|
||||
\\LeftLabel{\\rm A{\\small PP}}\
|
||||
\\LeftLabel{\\textrm A{\\small PP}}\
|
||||
\\BinaryInfC{$\\Gamma \\vdash t_1 \\ t_2 : \\tau_2$}\
|
||||
\\end{prooftree}
|
||||
|
||||
@ -41,7 +41,7 @@ root.absLatex=\
|
||||
\\begin{prooftree}\
|
||||
\\AxiomC{$\\Gamma , \\texttt{x}: \\tau_1 \\vdash t : \\tau_2$}\
|
||||
\
|
||||
\\LeftLabel{\\rm A{\\small BS}}\
|
||||
\\LeftLabel{\\textrm A{\\small BS}}\
|
||||
\\UnaryInfC{$\\Gamma \\vdash \\lambda \\texttt{x}.t : \\tau_1 \\rightarrow \\tau_2$}\
|
||||
\\end{prooftree}
|
||||
|
||||
@ -49,7 +49,7 @@ root.varLatex=\
|
||||
\\begin{prooftree}\
|
||||
\\AxiomC{$\\Gamma (\\texttt{x}) = \\tau$}\
|
||||
\
|
||||
\\LeftLabel{\\rm V{\\small AR}}\
|
||||
\\LeftLabel{\\textrm V{\\small AR}}\
|
||||
\\UnaryInfC{$\\Gamma \\vdash \\texttt{x} : \\tau'$}\
|
||||
\\end{prooftree}
|
||||
|
||||
@ -57,7 +57,7 @@ root.constLatex=\
|
||||
\\begin{prooftree}\
|
||||
\\AxiomC{$\\texttt{c} \\in Const$}\
|
||||
\
|
||||
\\LeftLabel{\\rm C{\\small ONST}}\
|
||||
\\LeftLabel{\\textrm C{\\small ONST}}\
|
||||
\\UnaryInfC{$\\Gamma \\vdash \\texttt{c} : \\tau_c$}\
|
||||
\\end{prooftree}
|
||||
|
||||
@ -67,7 +67,7 @@ root.letLatex=\
|
||||
\
|
||||
\\AxiomC{$\\Gamma , \\texttt{x} : ta(\\tau_1 , \\Gamma ) \\vdash t_2 : \\tau_2$}\
|
||||
\
|
||||
\\LeftLabel{\\rm L{\\small ET}}\
|
||||
\\LeftLabel{\\textrm L{\\small ET}}\
|
||||
\\BinaryInfC{$\\Gamma \\vdash \\textbf{let} \\ \\texttt{x} = t_1 \\ \\textbf{in} \\ t_2 : \\tau_2$}\
|
||||
\\end{prooftree}
|
||||
|
||||
@ -77,6 +77,6 @@ root.varLetLatex=\
|
||||
\
|
||||
\\AxiomC{$\\tau' \\succeq \\tau$}\
|
||||
\
|
||||
\\LeftLabel{\\rm V{\\small AR}}\
|
||||
\\LeftLabel{\\textrm V{\\small AR}}\
|
||||
\\BinaryInfC{$\\Gamma \\vdash \\texttt{x} : \\tau$}\
|
||||
\\end{prooftree}
|
Loading…
Reference in New Issue
Block a user