Skip to main content

Questions tagged [prooftrees]

For questions about the prooftrees package. The forest tag should usually be used in addition to this one. For questions about the prooftree environment provided by bussproofs, please use the bussproofs tag instead.

2 votes
1 answer
39 views

I am struggling with the vertical spacing in these truth trees. In the attached image, grouped formulas are closer together than a formula and the space created by a branch. This is particularly ...
pgregory's user avatar
  • 139
4 votes
1 answer
79 views

I would like latexindent to format the following code with the brackets nested properly and the just={.*} left justified at the end of the line (like \\ in a tabular). Original code: \begin{...
pgregory's user avatar
  • 139
7 votes
2 answers
195 views

I am typesetting modal tableau proofs with the prooftrees package. Since prooftrees is not well suited for modal proofs with possible worlds and globes, I have split my proof into two separate tableau ...
elmo's user avatar
  • 867
2 votes
2 answers
204 views

while we are creating truth trees we use something called "hook" to write conjunctions instead of simply writing them line by line. I don't know if it is called something else in English. I ...
arkh3us's user avatar
  • 45
2 votes
1 answer
129 views

I'm trying to typeset a book on logic which will be published soon. It contains a lot of logic trees, truth tables etc. The problem is publisher wants it to be Word file, therefore I can't get the ...
arkh3us's user avatar
  • 45
2 votes
1 answer
94 views

I use prooftrees to do tableau proofs and would like to be able to state the justification for line 2--4 using a bracket that spans all three lines and has the justification text to its right. The ...
Tore Fjetland Øgaard's user avatar
2 votes
1 answer
198 views

I'm trying to write a natural deduction using LaTeX and the prooftrees package which works quite well all things considered. The only issue is that I want my derivation steps to be left-aligned as ...
Joshua Crotts's user avatar
1 vote
1 answer
98 views

I tried to typeset a tableau with package prooftrees according to the package's documentation (cf. https://ctan.joethei.xyz/graphics/pgf/contrib/prooftrees/prooftrees.pdf) and Peter Smith's guide (cf. ...
pahohu's user avatar
  • 227
2 votes
1 answer
153 views

I am using the Clea F. Rees' prooftrees package in order to typeset tableau proofs in LaTeX. Things are working just fine, but there are two caveats I do not know how to deal with. Firstly, the "...
Vitus Schäfftlein's user avatar
2 votes
1 answer
192 views

With the following code I tried to create a proof tree with the prooftrees environment wich is based on the forest package which is based on the pgf/TikZ package: \usepackage{pstricks} %\usepackage{ot-...
Nitzgi's user avatar
  • 21
2 votes
1 answer
2k views

\documentclass{article} \usepackage{bussproofs} \begin{document} \begin{prooftree} \AxiomC{P} \AxiomC{$\neg P,Q$} \BinaryInfC{Q} \AxiomC{E} \AxiomC{F} \BinaryInfC{G} \UnaryInfC{H} \BinaryInfC{R} \end{...
kili's user avatar
  • 63
3 votes
1 answer
561 views

This is my first question on TeX.SE. I need to typeset several dozen modal logic trees; unlike typical first-order trees these require an additional index to indicate worlds in the model. Here is a ...
poot's user avatar
  • 33
0 votes
1 answer
605 views

In https://www.logicmatters.net/resources/pdfs/L4LProoftrees.pdf, a predefined expression \absurd is used in expressions like close with=\absurd. How can this be defined?
user65526's user avatar
  • 845
2 votes
1 answer
416 views

How can I do this in latex ? This is what I've tried, \documentclass{amsart} \usepackage{forest} \begin{document} \begin{forest} [$(\lnot \,A \to (B \to \lnot C)$ [$\lnot \, A$...
kratoooos's user avatar
5 votes
1 answer
163 views

I use the package prooftrees, which is based on the TikZ forest. As I have to draw proofs with many branches, I want some nodes to be lower, which is supported by the "move by" option. However, if I ...
Merle's user avatar
  • 116

15 30 50 per page