Skip to content

Commit 99d8891

Browse files
author
Alexander Konovalov
committed
Change capitalisation in the name: transgrp -> TransGrp
1 parent 40f3847 commit 99d8891

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

PackageInfo.g

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# PackageInfo for transgrp
1+
# PackageInfo for the TransGrp package
22

33
SetPackageInfo( rec(
44

55
## This is case sensitive, use your preferred spelling.
6-
PackageName := "transgrp",
6+
PackageName := "TransGrp",
77
Subtitle := "Transitive Groups Library",
88

99
## See '?Extending: Version Numbers' in GAP help for an explanation
@@ -82,7 +82,7 @@ PackageInfoURL := "http://www.math.colostate.edu/~hulpke/transgrp/PackageInfo.g"
8282
## Please, use '<span class="pkgname">GAP</span>' and
8383
## '<span class="pkgname">MyPKG</span>' for specifing package names.
8484
##
85-
AbstractHTML := "The <span class=\"transgrp\">transgrp</span> package provides \
85+
AbstractHTML := "The <span class=\"transgrp\">TransGrp</span> package provides \
8686
the library of transitive groups.",
8787

8888
PackageWWWHome := "http://www.math.colostate.edu/~hulpke/transgrp",

doc/manual.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
%%
3-
%W manual.tex transgrp documentation
3+
%W manual.tex TransGrp documentation
44
%%
55
%H $Id: manual.tex,v 1.3 2001/10/11 14:24:15 gap Exp $
66
%%
@@ -32,7 +32,7 @@
3232
%F TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
3333
%%
3434
\TitlePage{
35-
\centerline{\titlefont transgrp}\bigskip\bigskip\bigskip
35+
\centerline{\titlefont TransGrp}\bigskip\bigskip\bigskip
3636
\centerline{\secfont Library of Transitive Groups}\vfill
3737
\centerline{\secfont by}\bigskip\bigskip\bigskip
3838
\centerline{\secfont Alexander Hulpke}\bigskip

init.g

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#############################################################################
22
##
3-
## init.g transgrp package Alexander Hulpke
3+
## init.g TransGrp package Alexander Hulpke
44
##
55
## Copyright 2016 by the author.
66
##

read.g

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#############################################################################
22
##
3-
## read.g transgrp package Alexander Hulpke
3+
## read.g TransGrp package Alexander Hulpke
44
##
55
## Copyright 2016 by the author.
66
##

0 commit comments

Comments
 (0)