What is sequent calculus? See wiki: http://en.wikipedia.org/wiki/Sequent_calculus
So basicaly I'd like to produce something like this:

Maybe using Tikz?
|
What is sequent calculus? See wiki: http://en.wikipedia.org/wiki/Sequent_calculus So basicaly I'd like to produce something like this:
Maybe using Tikz? |
||||
|
Have a look at http://www.logicmatters.net/latex-for-logicians/nd/ There are some packages described for teXing such sequences. I would guess that the sequence you posted is done using proof.sty |
|||||
|
tabular– cmhughes Feb 14 '12 at 20:02multicolumnwould do the trick. A thing I see missing: how to draw the rules? (the rules are the letters in parentheses next to a line) – brillout.com Feb 14 '12 at 20:11tabularenvironments are possible. if you click on thetablestag in your question, you'll be taken to a list of questions that also use it. have a look at them, as well as the not so short guide to latex – cmhughes Feb 14 '12 at 20:58