|
## this creates the documentation, needs: GAPDoc package, latex, pdflatex,
## mkindex
# substitute this by path to main GAP directory, if this package is not
# in standard location
if IsBound(pathtoroot) then
relpath := pathtoroot;
else
relpath:="../../..";
fi;
LoadPackage("GAPDoc");
MakeGAPDocDoc("doc", "edim", [], "EDIM", relpath, "MathJax");
GAPDocManualLab("EDIM");
CopyHTMLStyleFiles("doc");
QUIT;
[ Dauer der Verarbeitung: 0.27 Sekunden
(vorverarbeitet)
]
|