aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2013-01-15 14:40:18 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2013-01-15 14:40:18 +0000
commite1c67a6cb5ba78af5faf43b87c1869de5f3161b9 (patch)
treefda7893a1f89c9da4564598312664059473b75b8 /doc
parente8afd3f63521dcf847b8b47fdffbcf65859acbde (diff)
- support bullets and braces in Prooftree
- prooftree protocol change to version 3
Diffstat (limited to 'doc')
-rw-r--r--doc/ProofGeneral.texi20
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index f5149df8..58119672 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -3081,7 +3081,16 @@ Query the prover about the identifier near mouse click @var{event}.
Since version 4.2, Proof General supports proof-tree
visualization on graphical desktops via the additional program
Prooftree. Currently, proof-tree visualization is only supported
-for the Coq proof assistant. For installation instructions and
+for the Coq proof assistant.
+
+This version of Proof General requires Prooftree version 0.11.
+Check the @uref{http://askra.de/software/prooftree/, Prooftree website},
+to see if some later versions are also compatible. (Because of
+the communication protocol, Proof General is always only
+compatible with certain versions of Prooftree.)
+
+
+For installation instructions and
more detailed information about Prooftree, please refer to the
@uref{http://askra.de/software/prooftree/, Prooftree website} and
the @uref{http://askra.de/software/prooftree/prooftree.man.html,
@@ -4879,10 +4888,13 @@ you want to save abbrevs; answer yes.
Starting with Proof General version 4.2 and Coq version 8.4, Coq
Proof General has full support for proof-tree visualization,
-@pxref{Graphical Proof-Tree Visualization}.
+@pxref{Graphical Proof-Tree Visualization}. To find out which
+versions of Prooftree are compatible with this version of Proof
+General, @pxref{Graphical Proof-Tree Visualization} or the
+@uref{http://askra.de/software/prooftree/, Prooftree website}.
-Proof-tree visualization does currently neither support bullets
-and braces nor the command ``Grab Existential Variables''.
+Proof-tree visualization does currently not support the command
+``Grab Existential Variables''.
For the visualization to work properly, proofs must be started
with ``Proof.'', which is encouraged practice anyway (see Coq Bug