-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,29 +16,28 @@ This package allows for computation with crossed modules of commutative algebras | |
|
||
## Copyright | ||
|
||
The 'XModAlg' package is Copyright {\copyright} Zekeriya Arvasi and Alper Odabas et al, 2014--2022. | ||
The 'XModAlg' package is Copyright © Zekeriya Arvasi and Alper Odabas et al, 2014--2022. | ||
|
||
'XModAlg' is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; either version 2 of the License, or | ||
(at your option) any later version. | ||
|
||
For details, see \URL{https://www.gnu.org/licenses/gpl.html} | ||
For details, see <https://www.gnu.org/licenses/gpl.html>. | ||
|
||
## Installation | ||
|
||
* unpack `xmod-<version_number>.zip' in the `pkg' subdirectory of the GAP root directory. | ||
* unpack `xmod-<version_number>.zip` in the `pkg` subdirectory of the GAP root directory. | ||
* From within GAP load the package with: | ||
|
||
gap> LoadPackage("XModAlg"); | ||
|
||
true | ||
|
||
* The file manual.pdf is in the `doc' subdirectory. | ||
``` | ||
gap> LoadPackage("XModAlg"); | ||
true | ||
``` | ||
* The file `manual.pdf` is in the `doc` subdirectory. | ||
|
||
## Contact | ||
|
||
If you have a question relating to 'XModAlg', encounter any problems, or have a suggestion for extending the package in any way, please | ||
* report an issue at: <https://github.com/gap-packages/xmodalg/issues/new> | ||
* or email: `[email protected]` | ||
* or email: <mailto:[email protected]> | ||
|