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

563520 views
1
\documentclass[12pt]{article}
2
\usepackage{a4,amsfonts,epic,eepic,latexsym}
3
%\documentstyle[12pt,a4,amsfonts,epic,eepic]{article}
4
5
\include{abbr}
6
7
\title{CARAT Manual}
8
\author{Prof.\ Dr.\ W.\ Plesken\\
9
Lehrstuhl B f.\ Mathematik\\
10
RWTH Aachen\\
11
carat@momo.math.rwth-aachen.de}
12
13
\begin{document}
14
15
\maketitle
16
\tableofcontents
17
18
\include{intro}
19
\include{files}
20
\include{program}
21
\include{standalones}
22
23
\end{document}
24
25
26