Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 91213ddcfbe7f54821d42c2d9e091326 > files > 2587

gap-system-packages-4.4.12-5mdv2010.0.i586.rpm

  
  5. Installation and auxiliary functions
  
  
  5.1 Requirements
  
  The  ResClasses package needs at least GAP 4.4.7 and GAPDoc 0.999 [LN02]. It
  can  be  used  under UNIX, under Windows and on the MacIntosh. ResClasses is
  completely  written in the GAP language and does neither contain nor require
  external binaries.
  
  
  5.2 Installation
  
  Like  any  other  GAP  package,  ResClasses  must  be  installed  in the pkg
  subdirectory of the GAP distribution. This is accomplished by extracting the
  distribution  file  in this directory. By default, the package ResClasses is
  autoloaded.  If  you have switched autoloading of packages off, you can load
  ResClasses via LoadPackage( "resclasses" );.
  
  
  5.3 The testing routine
  
  5.3-1 ResClassesTest
  
  > ResClassesTest(  ) _______________________________________________function
  Returns:  Nothing.
  
  Performs  tests  of  the ResClasses package. Errors, i.e. differences to the
  correct  results  of the test computations, are reported. The processed test
  files are in the directory pkg/resclasses/tst.
  
  
  5.4 Building the manual
  
  5.4-1 ResClassesBuildManual
  
  > ResClassesBuildManual(  ) ________________________________________function
  Returns:  Nothing.
  
  This  function  is  a  development  tool  which  builds  the  manual  of the
  ResClasses package in the file formats LaTeX, DVI, Postscript, PDF, HTML and
  ASCII  text.  This  is accomplished using the GAPDoc package by Frank Lübeck
  and Max Neunhöffer. Building the manual is possible only on UNIX systems and
  requires  LaTeX, PDFLaTeX and dvips. As all files generated by this function
  are included in the distribution file anyway, users will not need it.