translate
translates proofs by Bliksem into TT-format. In order to be
able to convert the proof, one needs to set the following options
in the input file to Bliksem.
Set( prologoutput, 2 ).
Set( totalproof, 1 ).
If a proof is found, then the part between the strings
% ABCDEFGHIJKLMNOPQRSTUVWXYZ
should be read by translate.pro .
There is currently no tool to extract the relevant part
from the proof, this has to be done by hand in an editor.
Inside Eclipse, type
['translate.pro'].
translate( 'File1', 'File2' ).
File1 is the name of the output of Bliksem. File2 is the
file in which the translation will be written.