  
  [1m[4m[31m5. Installation and auxiliary functions[0m
  
  
  [1m[4m[31m5.1 Requirements[0m
  
  The  [1mResClasses[0m package needs at least [1mGAP[0m4.4.7 and [1mGAPDoc[0m0.999[LN02]. It
  can  be  used  under UNIX, under Windows and on the MacIntosh. [1mResClasses[0m is
  completely  written in the [1mGAP[0m language and does neither contain nor require
  external binaries.
  
  
  [1m[4m[31m5.2 Installation[0m
  
  Like  any  other  [1mGAP[0m  package,  [1mResClasses[0m  must  be  installed  in the [1mpkg[0m
  subdirectory of the [1mGAP[0m distribution. This is accomplished by extracting the
  distribution  file  in this directory. By default, the package [1mResClasses[0m is
  autoloaded.  If  you have switched autoloading of packages off, you can load
  [1mResClasses[0m via [22m[32mLoadPackage( "resclasses" );[0m.
  
  
  [1m[4m[31m5.3 The testing routine[0m
  
  [1m[4m[31m5.3-1 ResClassesTest[0m
  
  [1m[34m> ResClassesTest( [0m[22m[34m[0m[1m[34m ) _______________________________________________[0mfunction
  [1mReturns:[0m  Nothing.
  
  Performs  tests  of  the [1mResClasses[0m package. Errors, i.e. differences to the
  correct  results  of the test computations, are reported. The processed test
  files are in the directory [1mpkg/resclasses/tst[0m.
  
  
  [1m[4m[31m5.4 Building the manual[0m
  
  [1m[4m[31m5.4-1 ResClassesBuildManual[0m
  
  [1m[34m> ResClassesBuildManual( [0m[22m[34m[0m[1m[34m ) ________________________________________[0mfunction
  [1mReturns:[0m  Nothing.
  
  This  function  is  a  development  tool  which  builds  the  manual  of the
  [1mResClasses[0m package in the file formats LaTeX, DVI, Postscript, PDF, HTML and
  ASCII  text.  This  is accomplished using the [1mGAPDoc[0m package by Frank Lbeck
  and Max Neunhffer. Building the manual is possible only on UNIX systems and
  requires  LaTeX, PDFLaTeX and [1mdvips[0m. As all files generated by this function
  are included in the distribution file anyway, users will not need it.
  
