Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
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
Project: cocalc-sagemath-dev-slelievre
Views: 418346############################################################################# ## #W GAPDoc2Text.gd GAPDoc Frank Lübeck ## ## #Y Copyright (C) 2000, Frank Lübeck, Lehrstuhl D für Mathematik, #Y RWTH Aachen ## ## The files GAPDoc2Text.g{d,i} contain a conversion program which ## produces from a GAPDoc XML-document a text version for viewing the ## document on screen (GAP online help). ## DeclareGlobalVariable("GAPDoc2TextProcs"); DeclareGlobalFunction("GAPDoc2Text"); DeclareGlobalFunction("GAPDoc2TextPrintTextFiles"); # Just use this variable, will be really assigned in the .gi file. DeclareGlobalVariable("GAPDocTextTheme"); DeclareGlobalFunction("SetGAPDocTextTheme");