Name: MPAEPL 28 MPAEPL plots the MPAe emblem. The call is: CALL MPAEPL (IOPT) level 1, 2, 3 or: void mpaepl (int iopt); IOPT defines the corner where the emblem is plotted. The parameter will be ignored, if MPLCOR is cal- led before. = 1 defines the lower left corner of the page. = 2 defines the lower right corner of the page. = 3 defines the upper right corner of the page. = 4 defines the upper left corner of the page. Name: MPLPOS 28 MPLPOS defines the position of the MPAe emblem. The call is: CALL MPLPOS (NX, NY) level 1, 2, 3 or: void mplpos (int nx, int ny); NX, NY are the plot coordinates of the upper left corner. Name: MPLCLR 28 MPLCLR sets the fore- and background colours of the MPAe emblem. The call is: CALL MPLCLR (NBG, NFG) level 1, 2, 3 or: void mplclr (int nbg, int nfg); NBG, NFG are the back- and foreground colours. Default: (192, 132). Name: MPLSIZ 28 MPLSIZ defines the size of the MPAe emblem. The call is: CALL MPLSIZ (NSIZE) level 1, 2, 3 or: void mplsiz (int nsize); NSIZE is the size in plot coordinates. Default: NSIZE = 300 Name: MPLANG 28 MPLANG defines a rotation angle for the MPAe emblem. The call is: CALL MPLANG (XANG) level 1, 2, 3 or: void mplang (float xang); XANG is the rotation angle in degrees. The emblem is rotated in a counter-clockwise direction. Default: XANG = 0. Name: NOFILL 28 After a call to NOFILL, the shading of the MPAe emblem will be suppressed. The call is: CALL NOFILL or: void nofill ();