The AIX executable module is the same as the one shipped with Infoprint Manager. Once the AIX-related files have been downloaded from the web, perform the following actions to set up the tool to run in your environment. 1. Edit the sample input file you downloaded to reflect your color mapping needs. 2. Run the tool to create the color mapping table. Upper and lower case are very important. Type exactly as shown where cmt.cfg is the input filename and cmt.out is the output filename. cmt -i cmt.cfg -o cmt.out 3. To make this output file available to PSF for use, put the cmt.out file into either /user/lpp/psf/reslib into a directory of your choosing, then add the directory to the resource path for InfoPrint Manager. Input file template Below is the contents for the sample input file to be used on any platform. Comments are delineated by a #. Some input has been entered as an example. #----------------------------------------------------------------------- # This file is a Color Mapping Table source file. One uses it to create # CMT mappings from source colors to target colors with the cmt utility. # # Attributes appear in Atribute/Values pairs. If you choose to the # default value, do not provide the Attribute (Comment it out). # Unnecessary values following an attribute will be ignored. # # Attribute values are not case sensitive. # # The color mapping table generated in this particular example is the # same as /usr/lpp/psf/reslib/cmtsampl shipped with InfoPrint Manager. # The shipped color mapping table is the same color mapping table that # a highlight printer comes up with after cycling power. # #----------------------------------------------------------------------- #----------------------------------------------------------------------- # BeginMappingDef: # Required, starts a Color Mapping Definition. # One definition for each Source to Target mapping #----------------------------------------------------------------------- BeginMappingDef: #--------------------------------------------------------------------- # BeginSourceDef: # Required, starts the Source Parameters #--------------------------------------------------------------------- BeginSourceDef: #------------------------------------------------------------------- # ColorSpace: # Required, values = OCA | Highlight | GOCA #------------------------------------------------------------------- ColorSpace: OCA #------------------------------------------------------------------- # ColorValue: # Required, values depend on Color Space, see manual page for cmt #------------------------------------------------------------------- ColorValue: BLUE #------------------------------------------------------------------- # ObjectType: # Optional, values = ObjArea | ImageData | IocaData | PTOCAData | # GOCAData | BCOCAData | AllOCA | Page | Overlay | ObjsAll # default = ObjsAll #------------------------------------------------------------------- #ObjectType: #------------------------------------------------------------------- # PercentShading: # Optional, only valid for SourceColorSpace: Highlight, # values = 0 .. 100, 255 (all percentages), default = 100 #------------------------------------------------------------------- #PercentShading: #------------------------------------------------------------------- # PercentCoverage: # Optional, only valid for SourceColorSpace: Highlight, # values = 0 .. 100, 255 (all percentages), default = 100 #------------------------------------------------------------------- #PercentCoverage: #--------------------------------------------------------------------- # EndSourceDef: # Required, ends the Source Parameters #--------------------------------------------------------------------- EndSourceDef: #--------------------------------------------------------------------- # BeginTargetDef: # Required, starts the Target Parameters #--------------------------------------------------------------------- BeginTargetDef: #------------------------------------------------------------------- # ColorSpace: # Required, values = RGB | CMYK | Highlight | CIELAB #------------------------------------------------------------------- ColorSpace: Highlight #------------------------------------------------------------------- # ColorValue: # Required, values depend on Color Space, see manual page for cmt #------------------------------------------------------------------- ColorValue: 1 #------------------------------------------------------------------- # PercentShading: # Optional, only valid for TargetColorSpace: Highlight, # values = 0 .. 100, default = 100 #------------------------------------------------------------------- #PercentShading: #------------------------------------------------------------------- # PercentCoverage: # Optional, only valid for TargetColorSpace: Highlight, # values = 0 .. 100, default = 100 #------------------------------------------------------------------- #PercentCoverage: #--------------------------------------------------------------------- # EndsTargetDef: # Required, ends the Target Parameters #--------------------------------------------------------------------- EndTargetDef: #----------------------------------------------------------------------- # EndMappingDef: # Required, ends a Color Mapping Definition #----------------------------------------------------------------------- EndMappingDef: # # Map OCA 2 to Highlight 2 # BeginMappingDef: BeginSourceDef: ColorSpace: OCA ColorValue: RED EndSourceDef: BeginTargetDef: ColorSpace: Highlight ColorValue: 2 EndTargetDef: EndMappingDef: # # Map OCA 3 to Highlight 3 # BeginMappingDef: BeginSourceDef: ColorSpace: OCA ColorValue: PINK EndSourceDef: BeginTargetDef: ColorSpace: Highlight ColorValue: 3 EndTargetDef: EndMappingDef: