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

Quelle  makedoc.g   Sprache: unbekannt

 
##  makedoc.g for the FPLSA package
##  this creates the package documentation  
##  needs: GAPDoc and AutoDoc packages, latex, pdflatex, mkindex 
##  call this with GAP from within the package root directory 
##  
LoadPackage( "AutoDoc" );

AutoDoc( rec( 
    scaffold := rec(
        includes := [ "manual.xml" ],
        entities := rec( 
            FPLSA := "<Package>FPLSA</Package>",
        ),
    )
));

[ Dauer der Verarbeitung: 0.7 Sekunden  (vorverarbeitet)  ]