Questions tagged [bussproofs]
The bussproofs tag has no summary.
52 questions
2 votes
2 answers
25 views
bussproofs: Centring on the tree excluding labels
The following document compiles to produce the below picture Where the alingment of the 2 prooftrees are different. The proof tree with the label is aligned further to the left as the label is ...
3 votes
2 answers
320 views
Can´t use fbox with prooftree
Why do I get an error when I try fo use \fbox around a prooftree? Removing the \fbox works fine. Bussproofs is not compatible with \fbox? Thanks in advance, Marcus. \documentclass {scrbook} \...
0 votes
1 answer
242 views
Ternary inferences in bussproofs or another prooftree package?
I'm wondering if you can do ternary inferences in bussproofs? If not, are there any other proof tree packages where you can do ternary inferences? It might be that I have to start drawing proof trees ...
2 votes
1 answer
87 views
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 ...
4 votes
3 answers
248 views
tcolorbox and logic formats
I asked chatGPT4 to reproduce something like this with the tcolorbox and bussproofs packages: However, the code it gave me doesn't quite do the trick. I've been trying to change it but no success so ...
0 votes
2 answers
200 views
Vertical Alignment in Proof Tree
I have tried a few packages to align inference rules but I have not figured out how to avoid the following problem. My proof tree looks like this: A ------------------------- B ...
0 votes
1 answer
127 views
Formula in premise overflows derivation line using bussproofs
I came to the universally quantified assumption overflows the derivation line. My source is \documentclass{beamer} \usepackage{bussproofs} \newcommand{\mydots}{ \def\extraVskip{-2pt} \noLine \...
2 votes
2 answers
393 views
How to adjust a proof tree using bussproofs?
I used bussproofs.sty to create this natural deduction rule: Source: \documentclass{beamer} \usepackage{bussproofs} \begin{document} \begin{frame} \AxiomC{$A\vee B$} \AxiomC{[$A$]} %...
1 vote
1 answer
77 views
bussproof's default least node height setting
I noticed that bussproof's node height is dependent to the height of the formula in the node. for example, nodes like "p" , "q" and "r" have shorter height than "l&...
0 votes
1 answer
95 views
bussproofs: How to make lines in the "prooftree" environment look thicker?
This is the code: \documentclass{article} \usepackage{bussproofs} \usepackage[fontsize=32pt]{fontsize} \begin{document} \begin{prooftree} \AxiomC{$a < b$} \AxiomC{$b < c$} \BinaryInfC{$ a < c ...
0 votes
1 answer
99 views
bussproofs.sty single longer line? [closed]
How would I write a line that is longer than the formula, even when the next formula is the same size, so that the line is apparently longer. For example, I want to write: a -- b -- c ---- a -- c ...
1 vote
1 answer
269 views
Prooftree within a table?
1.Question I am trying to construct a table with two columns and one row such that: The first column consists of a letter (centered vertically) and on its right hand side there is an image The second ...
1 vote
1 answer
210 views
Multiple inference rules aligned
I'm trying to write several inference rules aligned like this but I've run into some difficulties and haven't found a suitable way to do it. Any ideas ? Thanks for your help.
3 votes
2 answers
438 views
Identical spacing of inference lines with Bussproofs
I'd like every derivation in my document to meet these two requirements: The distance between two consecutive inference lines should always be the same (the red arrows in the figure should have equal ...
3 votes
1 answer
271 views
Centering of stacked bussproofs trees
I like to stack proof rules build with bussproofs vertically. In order to use tags and labels I enclose the proof tress inside a equation, which is why I introduced the rawprooftree environment as ...