TTTranslate.mesa
Translates from Tioga tree representation to TEX source code.
Michael Plass, December 9, 1982 8:33 am
DIRECTORY TTOutput, TextNode;
TTTranslate: DEFINITIONS =
BEGIN
ToTeX: PUBLIC PROCEDURE [textNode: TextNode.Ref, output: TTOutput.Ref];
END.
Michael Plass, December 9, 1982 8:37 am. Created.