diff --git a/src/main/resources/language/general.properties b/src/main/resources/language/general.properties index 001381c..10da464 100644 --- a/src/main/resources/language/general.properties +++ b/src/main/resources/language/general.properties @@ -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} \ No newline at end of file