%!RM1_Spot % signature (do not remove this line) % Use this file as a template for writing your own spot functions for import into % RidersMaker. % When importing a spot function, RidersMaker first checks the beginning of the file % for the signature (%!RM1_Spot). It then searches for the first Return, and reads in % the entire text that follows. Since everything but the first line of the file is % included in the Riders file that is written out, it is imperative that any % commentary, like this text, be commented out. To comment out lines of text, put a % percent (%) character at the beginning of the line. % WARNING: If the imported file is not correctly formatted, or is not correctly formed % Postscript, it may cause your Illustrator file to fail to print, or worse, to become % corrupted! % Below is an example of a simple round spot function within the required curly % braces (for more information about writing a spot function, please refer to Adobe's % Postscript documentation): { dup mul exch dup mul add 1 exch sub }