Is it possible to obtain small labels with proof.sty?
\documentclass[a4paper,12pt,twoside,openright]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[german,english,italian]{babel}
\usepackage{easylist}
\usepackage{amssymb,amsmath,amsthm,varwidth,bussproofs,syllogism, mathrsfs, proof}
\begin{document}
$$\infer[\wedge I]
{(A \wedge B)}
{A & B}
\qquad
\infer[\to E]
{B}
{(A \to B) & A}
$$
\end{document}
I tried to use \small, but it doesn't work.
\infercomes from. – daleif Nov 18 '15 at 12:53\inferis a comand of proof.sty package. – Matteo Nov 18 '15 at 13:02$$just before\end{document}indicates that this isn't complete, and isn't going to compile. (not being familiar with theproofpackage, i can't offer any more intelligent suggestion.) – barbara beeton Nov 18 '15 at 14:45proofpackage: you're just trying to display math in a smaller font, that you're doing it in aproofenvironment is irrelevant. Just have a look at this post. – Clément Nov 18 '15 at 15:50@in front of his/her username. Otherwise they won't know you answered their comment. On a side note, I strongly recommed you to use theebproofpackage to draw proof trees. – Clément Nov 18 '15 at 17:32