
Riders

An Adobe Illustrator Filter
==============================================================================

Riders is an interface for building "Adobe Illustrator EPSF Riders" 
Postscript files for use with Adobe Illustrator.  

To install the Riders plug-in, set the environment variable
ILLUSTRATOR_OPT_EXT to the name of the optional extension you
want to use.  For example,

   C Shell:
     % setenv ILLUSTRATOR_OPT_EXT Riders

   Bourne Shell:
     % ILLUSTRATOR_OPT_EXT=Riders

To install more than one optional plug-in, be sure to separate
each plug-in name with a colon. For example,

  C Shell:
     % setenv ILLUSTRATOR_OPT_EXT Riders:ArtworkViewSpeedup

  Bourne Shell:
     % ILLUSTRATOR_OPT_EXT=Riders:ArtworkViewSpeedup

You must restart Illustrator for the newly installed plug-in
to be activated.

To make this change permanent, set the environment variable 
ILLUSTRATOR_OPT_EXT in a startup file.  Using a text editor,
add the previous C-Shell command to the .cshrc or .login file,
or add the Bourne shell shell command to the .profile located
in your home directory.

To deactivate an optional plug-in, remove its name from the
ILLUSTRATOR_OPT_EXT environment variable and restart Illustrator.
