How do I control the placement of this logicproof on the page? I want it to stretch horizontally across the page regardless of the content. The spacing should be between the statement and the justification.
\documentclass{article}
\usepackage{logicproof}
\begin{document}
some text
\begin{logicproof}{0}
statement & justification \\
\forall x \, P(x) & premise \\
\forall x \, Q(x) & $\forall x \, \mathrm{i}$ 3--5
\end{logicproof}
\end{document}
\linewidth. I added a new column type to get another justification. – Marco Daniel Mar 22 '17 at 12:57\linewidthin the changed definition as a separate dimension, or otherwise making it clear that this is the value one needs to change to get, for example,0.5\linewidthlogicproof. – MarcinKonowalczyk Mar 22 '17 at 13:01