<> <> <> DIRECTORY TSObject, NodeStyle, TSOutput, Rope; TSJaMPageBuilder: DEFINITIONS = BEGIN RunPageBuilder: PROCEDURE [ galley: TSObject.ItemList, style: NodeStyle.Ref, output: TSOutput.Handle, abortCheckProc: AbortCheckProc _ NIL, documentName: Rope.ROPE _ NIL -- only a hint ] RETURNS [aborted: BOOLEAN]; AbortCheckProc: TYPE = PROCEDURE RETURNS [BOOLEAN]; <> END. Michael Plass, November 2, 1982 2:42 pm. Tioga formatted. Michael Plass, November 16, 1982 3:50 pm. Pass style instead of style name.