#How do I typeset logical inferences in this style?
1 messages · Page 1 of 1 (latest)
[\begin{array}{rl}
&p\
&p\to q\\cline{2-2}
\therefore&q
\end{array}
]
\jamie
\[\arraycolsep=1.4pt
\begin{array}{rl}
&p\\
&p\to q\\\cline{2-2}
\therefore&q
\end{array}
\]
\jamie
ooo, I didn't know the cline command exists lol, thx a lot!