This is the code:
\documentclass{article}
\usepackage{bussproofs}
\usepackage[fontsize=32pt]{fontsize}
\begin{document}
\begin{prooftree}
\AxiomC{$a < b$}
\AxiomC{$b < c$}
\BinaryInfC{$ a < c $}
\end{prooftree}
\end{document}
I'm getting:
As you see, that the horizontal bar is thiner than the lines of the < and > symbols. The problem is that the weight of the bar is fixed, while the weight of the lines in the symbols depends on the font size. How can I change the thickness of the bar?




5.3 Inference-line styles? I am not skilled enough to dig deeper but it sounds at least related. See edit. – Dr. Manuel Kuehner Feb 05 '23 at 04:42\def\ruleScoreFiller{\hrule height 3pt}works! – yegor256 Feb 05 '23 at 04:51