Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 0c1f9463f03451b5503f0c33beb88a98 > files > 1197

gap-system-4.4.12-5mdv2010.0.x86_64.rpm

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%W  install.tex            GAP documentation                Heiko Dietrich
%%
%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Chapter{Installing and loading the Cubefree package}

\atindex{Installing and loading the Cubefree package}{@installing %
                        and loading the {\Cubefree} package}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Installing the Cubefree package}\null

\atindex{Installing the Cubefree package}{@installing the {\Cubefree} package}
The installation of the {\Cubefree} package follows standard {\GAP} rules, see
also 
Chapter~"ref:Installing a GAP Package" in the {\GAP} reference manual.
So the standard method is to unpack the package into the `pkg'
directory  of your {\GAP} distribution.  This will create an `cubefree'
subdirectory. 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Loading the Cubefree package}\null

\atindex{Loading the Cubefree package}{@loading the {\Cubefree} package}
To use the {\Cubefree} Package you have to request it explicitly. This  is
done by calling `LoadPackage' like this:

\beginexample
gap> LoadPackage("Cubefree");
Loading Cubefree 1.08 ...

   - Construction Algorithm for Cubefree Groups, 1.08 -
   ------- Heiko Dietrich, H.Dietrich@tu-bs.de --------
true
\endexample


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%E