I am wondering how people manage to arrange their inference rules so that it's not only enjoyable to look at but also very compact. For instance, when I use bussproofs and the following trees:
\begin{prooftree}
\AxiomC{}
\UnaryInfC{$\Gamma \vdash T <: \top$}
\end{prooftree}
\begin{prooftree}
\AxiomC{}
\UnaryInfC{$\Gamma \vdash \bot <: T$}
\end{prooftree}
\begin{prooftree}
\AxiomC{}
\UnaryInfC{$\Gamma \vdash T <: T$}
\end{prooftree}
The current way I do it is by using multicols and manually arrange their alignment. But this is not very satisfactory, and if I change the layout of the article, then I will have to go through all the figures containing inference rules and rearrange them again.
Is there a good way for you to improve the situation?
