-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149 from gap-packages/issues
changed examples of induced crossed modules
- Loading branch information
Showing
8 changed files
with
217 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ Functions for crossed squares and cat2-groups have been added during 2019/20. | |
|
||
## Copyright | ||
|
||
The 'XMod' package is Copyright {\copyright} Chris Wensley et al, 1997--2024. | ||
The 'XMod' package is Copyright © Chris Wensley et al, 1997--2025. | ||
|
||
'XMod' is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -45,16 +45,15 @@ Once these prerequisites are in place, proceed as follows: | |
|
||
* Unpack `xmod-<version_number>.tar.gz` in the `pkg` subdirectory of the GAP root directory. | ||
* From within GAP load the package with: | ||
|
||
``` | ||
gap> LoadPackage( "xmod" ); | ||
|
||
true | ||
|
||
* The file manual.pdf is in the `doc' subdirectory. | ||
``` | ||
* The file manual.pdf is in the `doc` subdirectory. | ||
* To run the test file read `testall.g` from the `tst` subdirectory. | ||
## Contact | ||
If you have a question relating to 'XMod', encounter any problems, or have a suggestion for extending the package in any way, please | ||
* email: `[email protected]` | ||
* email: <mailto:[email protected]> | ||
* or report an issue at: <https://github.com/gap-packages/xmod/issues/new> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.