First move a proof editor window such that the goal in the proof window
is either at the root of the whole proof or at some sub-tree you want to
print. Then enter
C-T
. A
term-editor window called a transformation tactic window opens up,
which should look like:
| Transformation Tactic |
|
|
Transformation tactics are tactics which transform a whole proof tree. The tactics you have encountered so far are all refinement tactics which only work on the leaves of a proof tree. The transformation tactic you run to print a proof works by side-effect; it doesn't change the proof in any way. Enter:
Here,
file-name
should include a full pathname, and should
not include an extension.
Enter
C-Z
to run the print tactic and exit the transformation
tactic window. Two files are created: the LATEX file
file-name
.tex and the file
file-name
.prl which can be viewed using emacs running with a nuprl font,