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

Path: gap4r8 / pkg / aclib / doc / manual.tex
Views: 418346
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
%%
3
%%
4
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5
%%
6
%F gapomacro . . . . . . . . . . . . . . . . read the GAP macro package
7
%%
8
\input ../../../doc/gapmacro
9
%
10
%
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12
%%
13
%F BeginningOfBook . . . . . . . . . . . . . . . . . . . start the book
14
%%
15
\BeginningOfBook{aclib}
16
%
17
%
18
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19
%%
20
%F UseReferences . . . . . . . . . . . . . . . . . . specify references
21
%%
22
\UseReferences{../../../doc/ext}
23
\UseReferences{../../../doc/ref}
24
%
25
%
26
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27
%%
28
%F TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
29
%%
30
\TitlePage{
31
\centerline{\titlefont Aclib} \vfill
32
\centerline{\titlefont ---}\vfill
33
\centerline{\titlefont A GAP4 Package} \vfill
34
\centerline{\secfont Computations with} \bigskip
35
\centerline{\secfont Almost Crystallographic Groups} \vfill
36
\centerline{\secfont by}\vfill
37
\centerline{\secfont Karel Dekimpe,}\medskip
38
\centerline{Katholieke Universiteit Leuven Campus Kortrijk, Universitaire
39
Campus,}\medskip
40
\centerline{B-8500 Kortrijk, Belgium}\vfill
41
\centerline{\secfont Bettina Eick,}\medskip
42
\centerline{Institut f{\accent127 u}r Geometrie,
43
Universit{\accent127 a}t Braunschweig,}\medskip
44
\centerline{38106 Braunschweig, Germany}
45
}
46
%
47
%
48
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49
%%
50
%F TableOfContents . . . . . . . . . . . . generate a table of contents
51
%%
52
\OneColumnTableOfContents
53
%\TableOfContents
54
%
55
%
56
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
57
%%
58
%F FrontMatter . . . . . . . . . . . . . . . . . . . . .
59
%%
60
\FrontMatter
61
\immediate\write\citeout{\bs bibdata{aclib}}
62
%
63
%
64
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
65
%%
66
%F Chapters
67
%%
68
\Chapters
69
\Input{intro}
70
\Input{algos}
71
\Input{aclib}
72
\Input{examp}
73
%
74
%
75
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
76
%%
77
%F Appendices
78
%%
79
\Appendices
80
\Bibliography
81
\Index
82
%
83
%
84
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
85
%%
86
%F EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
87
%%
88
\EndOfBook
89
%
90
%
91
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
92
%%
93
%E manual.tex . . . . . . . . . . . . . . . . . . . . . . . . ends here
94
95