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

563100 views
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