Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/edim/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 21.1.2024 mit Größe 412 B image not shown  

Quelle  makedocrel.g   Sprache: unbekannt

 
##  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)  ]