Skip to main content
edited tags
Link
cfr
  • 248.3k
  • 17
  • 313
  • 635
Source Link
Lele99_DD
  • 620
  • 3
  • 12

Vertical spacing issue with tikz and bussproofs

I'd like to remove the unnecessary vertical space above the bussproofs derivation (or below the tikz picture). For some reason, putting a frame around the \DisplayProof command erases the unwanted vertical space. In other words, the desired output is what I see with \frame{\DisplayProof}, without the frame border. MWE:

\documentclass{article} \usepackage{tikz} \usepackage{bussproofs} \begin{document} \begin{tikzpicture} \draw (0,0) circle (0.15em); \end{tikzpicture} \AxiomC{} \UnaryInfC{$\Gamma$} \DisplayProof \end{document} 

Unwanted vertical spacing Desired vertical spacing