GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
## this creates the documentation, needs: GAPDoc package, latex, pdflatex, ## mkindex, dvips ## ## Call this with GAP. ## LoadPackage( "GAPDoc" ); LoadPackage( "GradedModules" ); SetGapDocLaTeXOptions( "utf8" ); Read( "ListOfDocFiles.g" ); PrintTo( "VERSION", PackageInfo( "ToricVarieties" )[1].Version ); MakeGAPDocDoc( "doc", "ToricVarieties", list, "ToricVarieties" ); GAPDocManualLab( "ToricVarieties" ); QUIT;