Tagged Questions
3
votes
1answer
237 views
How to get proof rules with pseudo-code in them?
I wish to typeset some deduction rules for Hoare logic as sequents with the pseudo-code using the algorithmic package. I have tried using \frac{}{}, but then e.g. if then else gets flattened. I have ...