Goto Chapter: Top 1 2 3 Bib Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

1 The SmallClassNr package
 1.1 Installation
 1.2 Loading
 1.3 Citing
 1.4 Support

1 The SmallClassNr package

This is the manual for the GAP 4 package SmallClassNr version 1.4.1, developed by Sam Tertooy.

1.1 Installation

You can download SmallClassNr as a .tar.gz archive here. After extracting, you should place it in a suitable pkg folder. For example, on a Debian-based Linux distribution (e.g. Ubuntu, Mint), you can place it in $HOME/.gap/pkg (recommended) which makes it available for just yourself, or in the GAP installation directory (gap-X.Y.Z/pkg) which makes it available for all users.

You can use the following command to efficiently install the package for yourself:

wget -qO- https://[...].tar.gz | tar xzf - --one-top-level=$HOME/.gap/pkg

If the PackageManager package is installed and loaded, you can install SmallClassNr from within a GAP session using InstallPackage (PackageManager 2.1-1).

gap> InstallPackage( "https://[...].tar.gz" );
...
true

1.2 Loading

Once installed, loading SmallClassNr can be done by using LoadPackage (ref 76.2-1).

gap> LoadPackage( "SmallClassNr" );
...
true

1.3 Citing

If you use the SmallClassNr package in your research, we would love to hear about your work via an email to the address sam.tertooy@kuleuven.be. If you have used the SmallClassNr package in the preparation of a paper and wish to refer to it, please cite it as described below.

In BibTeX:

@misc{SCN1.4.1,
    author =       {Tertooy, Sam},
    title =        {{SmallClassNr,
                    Library of finite groups with small class number,
                    Version 1.4.1}},
    note =         {GAP package},
    year =         {2025},
    howpublished = {\url{https://stertooy.github.io/SmallClassNr}}
}

In BibLaTeX:

@software{SCN1.4.1,
    author =   {Tertooy, Sam},
    title =    {SmallClassNr},
    subtitle = {Library of finite groups with small class number},
    version =  {1.4.1},
    note =     {GAP package},
    year =     {2025},
    url =      {https://stertooy.github.io/SmallClassNr}
}

1.4 Support

If you encounter any problems, please submit them to the issue tracker. If you have any questions on the usage or functionality of SmallClassNr, you may contact me via email at sam.tertooy@kuleuven.be.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 Bib Ind

generated by GAPDoc2HTML