File: manual.tex

package info (click to toggle)
gap 4r4p12-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 29,584 kB
  • ctags: 7,113
  • sloc: ansic: 98,786; sh: 3,299; perl: 2,263; makefile: 498; asm: 63; awk: 6
file content (178 lines) | stat: -rw-r--r-- 3,526 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%W  manual.tex                GAP documentation             Thomas Breuer
%W                                                         & Frank Celler
%W                                                     & Martin Schoenert
%W                                                       & Heiko Theissen
%%
%H  @(#)$Id: manual.tex,v 4.58 2003/06/30 15:06:18 gap Exp $
%%
%Y  Copyright 1997,  Lehrstuhl D fuer Mathematik,  RWTH Aachen,   Germany
%%
%
%
\input ../gapmacro.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  BeginningOfBook . . . . . . . . . . . . . . . . . . .  start the book
%%
\BeginningOfBook{ref}
\UseReferences{../tut}
\UseReferences{../prg}
\UseReferences{../ext}
\UseReferences{../../pkg/ctbllib/doc}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
%%
\TitlePage{
\input refcover.tex
}
%
%
\Colophon{
\input ../tut/authors
}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  TableOfContents . . . . . . . . . . . .  generate a table of contents
%%
\TableOfContents
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  FrontMatter . . . . . . . . . . . . . . . . . . . . .  GAP 4 Tutorial
%%
\FrontMatter
\immediate\write\citeout{\bs bibdata{../mrabbrev,../manual}}
\input ../ref/copyrigh
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  Chapters  . . . . . . . . . . . . . . . . . .  GAP 4 Reference Manual
%%
\Chapters
\Input{about}
\Input{help}
\Input{run}
\Input{language}
\Input{function}
%
\Input{mloop}
\Input{debug}
\Input{options}
\Input{files}
\Input{streams}
\Input{process}
%
\Input{objects}
\Input{types}
%
\Input{integers}
\Input{numtheor}
\Input{rational}
\Input{combinat}
\Input{cyclotom}
\Input{unknown}
%
\Input{boolean}
%
\Input{lists}
\Input{blist}
\Input{vector}
\Input{matrix}
\Input{matint}
\Input{string}
%
\Input{record}
%
\Input{coll}
\Input{orders}
%
\Input{domain}
\Input{mapping}
\Input{relation}
\Input{magma}
%
\Input{word}
\Input{wordass}
\Input{rws}
%
\Input{groups}
\Input{grphomom}
\Input{grpoper}
\Input{permutat}
\Input{grpperm}
\Input{grpmat}
\Input{pcgs}
\Input{grppc}
\Input{grpfp}
\Input{pres}
\Input{grpprod}
\Input{grplib}
%
\Input{semigrp}
\Input{monoid}
\Input{fpsemi}
\Input{trans}
%
\Input{addmagma}
\Input{rings}
\Input{module}
\Input{fields}
\Input{fieldfin}
\Input{fldabnum}
\Input{vspc}
\Input{algebra}
\Input{alglie}
\Input{algfp}
\Input{mgmring}
%
\Input{ratfun}
\Input{algfld}
\Input{padics}
\Input{meataxe}
%
\Input{tom}
%
\Input{ctbl}
\Input{ctblfuns}
\Input{ctblmaps}
\Input{ctblmono}
%
\Input{install}
\Input{gappkg}
\Input{obsolete}
% create chapter index entry for copyright
\PseudoInput{copyrigh}{Copyright}{Copyright Notice}

% fill doublepage before appendix
\ifodd\pageno\else\null\vfill\eject\headlinefalse\fi

%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  Appendices  . . . . . . . . . . . .  Extending GAP 4 Reference Manual
%%
\Appendices
\Bibliography
\Index
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
%%
\EndOfBook
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%E  manual.tex  . . . . . . . . . . . . . . . . . . . . . . . . ends here