NectarineAids.Mesa
Copyright Ó 1987, 1988 by Xerox Corporation. All rights reserved.
Written by Giordano Bruno Beretta, November 17, 1987 4:07:37 pm PST
gbb February 21, 1988 11:37:07 am PST
Create the frame and register Interpress masters.
DIRECTORY Imager, Rope;
NectarineAids: CEDAR DEFINITIONS ~ BEGIN
ComposeRegisterMarks:
PUBLIC
PROC [creator: Rope.
ROPE ←
NIL, process:
BOOL ←
TRUE, context: Imager.Context ←
NIL]
For creating Cromalin proofs. From MetaPaletteImpl.
If context # NIL, the register and crop marks, and the separation labels are added to the context assuming the units of measure are millimetres. Otherwise an Interpress master is created.
END.