Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

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

Views: 415151
1
2
/* colors for ColorPrompt like examples */
3
span.GAPprompt {
4
color: #000000;
5
font-weight: normal;
6
}
7
span.GAPbrkprompt {
8
color: #000000;
9
font-weight: normal;
10
}
11
span.GAPinput {
12
color: #000000;
13
}
14
15