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

Path: gap4r8 / pkg / automata / doc / LER
Views: 418346
## Comandos a executar no GAP para produzir o manual

path := Directory("/home/mdelgado/investigacao/GAP/local/pkg/automata/doc");;
main := "AutMan.xml";;
files := [];;
bookname := "Automata";;
MakeGAPDocDoc( path, main, files, bookname);;

######### Os ficheiros de estilo podem ser copiados executando:
cp investigacao/GAP/GAP4.5/gap4r5/pkg/GAPDoc-1.4/doc/*.css investigacao/GAP/local/pkg/automata/doc
cp investigacao/GAP/GAP4.5/gap4r5/pkg/GAPDoc-1.4/doc/*.js investigacao/GAP/local/pkg/automata/doc