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

Quelle  makedoc.g   Sprache: unbekannt

 
#############################################################################
##
#W  makedoc.g                DifSets Package                     Dylan Peifer
##
##  Script to build the documentation of the DifSets package. Needs AutoDoc,
##  GAPDoc, and pdflatex.

if fail = LoadPackage("AutoDoc", ">= 2016.01.21") then
    Error("AutoDoc 2016.01.21 or newer is required");
fi;

AutoDoc( rec(
    gapdoc := rec( main := "difsets.xml" ),
    scaffold := rec( MainPage := false ),
));

#############################################################################
##
#E


[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]