Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/thelma/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 3.2.2022 mit Größe 553 B image not shown  

Quelle  makedoc.g   Sprache: unbekannt

 
#
# Thelma: A GAP package on threshold logic
#
# This file is a script which compiles the package manual.
#
if fail = LoadPackage("AutoDoc", ">= 2019.04.10") then
    Error("AutoDoc 2019.04.10 or newer is required");
fi;

AutoDoc(rec(
    scaffold := rec(
        #main:= "thelma.xml",
        bib := "thelmabib.xml",
        includes := [
            "intro.xml",
            "bool_func.xml",
            "thr_elements.xml",
            "thr_networks.xml",
            "mvthr_el.xml",
        ],
    ),
    gapdoc := rec( main := "thelma.xml" ),
));



[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]