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
body {
2
background: #fffde9;
3
color: #000000;
4
padding: 15pt;
5
font-family: Helvetica,Verdana,Arial,sans-serif;
6
text-align: justify;
7
}
8
9
body.head {
10
padding: 0pt 0pt 0pt 15pt;
11
}
12
13
h1 { font-size: 200%; }
14
h2 { font-size: 160%; }
15
h3 { font-size: 160%; }
16
h4 { font-size: 130%; }
17
h5 { font-size: 100%; }
18
19
table {
20
background-color: #fffbd7;
21
border-style: groove;
22
border-width: thin;
23
padding: 0ex 1ex;
24
width: 90%;
25
line-height: 1.1;
26
margin-left: auto;
27
margin-right: auto;
28
}
29
30
td, th {
31
border-collapse: collapse;
32
border-style: none;
33
text-align: left;
34
}
35
36
a:link {
37
color: #00008e;
38
text-decoration: none;
39
}
40
a:visited {
41
color: #00008e;
42
text-decoration: none;
43
}
44
a:hover {
45
color: red;
46
text-decoration: none;
47
}
48
a:active {
49
color: #000000;
50
text-decoration: none;
51
}
52
53
54