CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

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

Views: 418346
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
%%
3
%W manual.tex ACE documentation Alexander Hulpke
4
%W Joachim Neub"user
5
%W Greg Gamble
6
%%
7
%H $Id$
8
%%
9
%Y Copyright (C) 2000 Centre for Discrete Mathematics and Computing
10
%Y Department of Information Tech. & Electrical Eng.
11
%Y University of Queensland, Australia.
12
%%
13
\input ../../../doc/gapmacro
14
\def\textendash{--}
15
\def\a#1{\'}
16
\Package{ACE}
17
18
% HACK: compatibility with manualbib.xml.bib
19
\def\textendash{--}
20
21
\BeginningOfBook{ace}
22
23
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
24
%%
25
%F UseReferences . . . . . . . . . . . . . . . . . . specify references
26
%%
27
\UseReferences{../../../doc/ext}
28
\UseReferences{../../../doc/ref}
29
%
30
%
31
\TitlePage{
32
\centerline{\titlefont ACE}\medskip
33
\centerline{\titlefont ---}\medskip
34
\centerline{\titlefont A GAP4 Package}\bigskip\bigskip
35
\centerline{\secfont Version \input ../VERSION}\medskip
36
\centerline{\secfont Based on ACE Standalone Version 3.001}
37
\vfill
38
\centerline{\secfont by}\vfill
39
\centerline{\secfont George Havas and Colin Ramsay}\medskip
40
\centerline{Centre for Discrete Mathematics and Computing}\medskip
41
\centerline{Department of Information Technology and Electrical Engineering}
42
\medskip
43
\centerline{The University of Queensland, St.~Lucia 4072, Australia}
44
\bigskip
45
\centerline{{\GAP} interface code by}\medskip
46
\centerline{\secfont Alexander Hulpke}\medskip
47
\centerline{Department of Mathematics, Colorado State University}\medskip
48
\centerline{Weber Building, Fort Collins, CO 80523, USA}\medskip
49
\centerline{and}\medskip
50
\centerline{\secfont Greg Gamble}\medskip
51
\centerline{Department of Mathematics and Statistics} \medskip
52
\centerline{Curtin University}
53
\medskip
54
\centerline{GPO Box U 1987, Perth WA 6845, Australia}\medskip
55
\centerline{\secfont email: Greg.Gamble@uwa.edu.au}
56
\vfill
57
\centerline{\secfont{\Month} \Year}
58
}
59
%
60
%
61
\TableOfContents
62
\FrontMatter
63
\immediate\write\citeout{\bs bibdata{./manual,../../../doc/mrabbrev,../../../doc/manualbib.xml}}
64
\Chapters
65
\Input{ace}
66
\Input{install}
67
\Input{basics}
68
\Input{options}
69
\Input{strategies}
70
\Input{interact}
71
\Appendices
72
\Input{messages}
73
\Input{examples}
74
\Input{moreexamples}
75
\Input{otheroptions}
76
\EndMatter
77
\Bibliography
78
\Index
79
\EndOfBook
80
81
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
82
%%
83
%E
84
85
86