Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

612113 views
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
%%
3
%W manual.tex RDS documentation Marc Roeder
4
%%
5
%H $Id: manual.tex, v 1.6 2012/02/16 18:07:49 gap Exp $
6
%%
7
%%
8
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9
10
\input ./gapmacro
11
\input ./version
12
%
13
\Package{RDS}
14
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15
%%
16
%F BeginningOfBook . . . . . . . . . . . . . . . . . . . start the book
17
%%
18
\BeginningOfBook{RDS}
19
%
20
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21
%%
22
%F TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
23
%%
24
\TitlePage{
25
\centerline{\titlefont RDS}\medskip
26
\centerline{\titlefont ---}\medskip
27
\centerline{\titlefont A GAP4 Package}\medskip
28
\centerline{\titlefont for Relative Difference Sets}\bigskip\bigskip
29
\centerline{\secfont Version \RDSversion}\vfill
30
\centerline{\secfont by}\vfill
31
\centerline{\secfont Marc R{\accent127 o}der}\medskip
32
\centerline{Department of Mathematics, NUI Galway, Ireland}\medskip
33
\centerline{\Mailto{marc_roeder@web.de}}\vfill
34
\centerline{\secfont{\Month} \Year}
35
}
36
%
37
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
38
%%
39
%F TableOfContents . . . . . . . . . . . . generate a table of contents
40
%%
41
\TableOfContents
42
%
43
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
44
%%
45
%F FrontMatter
46
%%
47
\FrontMatter
48
\immediate\write\citeout{\bs bibdata{manual}}
49
%
50
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
51
%%
52
%F Chapters
53
%%
54
\Chapters
55
\Input{about}
56
\Input{tutorial}
57
\Input{jumpstart}
58
\Input{startsets}
59
\Input{sigs}
60
\Input{example}
61
\Input{orderedsigs}
62
\Input{iso}
63
\Input{misc}
64
%
65
\Bibliography
66
\Index
67
%
68
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
69
%%
70
%F EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
71
%%
72
\EndOfBook
73
%
74
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
75
%E manual.tex .... END
76