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

Quelle  makedoc.g   Sprache: unbekannt

 
##  makedoc.g for the package groupoids,
##  This builds the documentation of the groupoids package. 
##  Needs: GAPDoc & AutoDoc packages, latex, pdflatex, mkindex
##  call this with GAP from within the package root directory 

LoadPackage( "groupoids" );
LoadPackage( "GAPDoc" );
LoadPackage( "AutoDoc" );

AutoDoc(rec( 
    gapdoc := rec( 
        LaTeXOptions := rec( EarlyExtraPreamble := """
            \usepackage[all]{xy} 
            \newcommand{\Aut} {\mathrm{Aut}}
            \newcommand{\AUT} {\mathrm{AUT}}
            \newcommand{\Inn} {\mathrm{Inn}}
        """ )),  
    scaffold := rec(
        includes := [ "intro.xml",   "mwo.xml",     "mwohom.xml", 
                      "gpd.xml",     "gpdhom.xml",  "gpdaut.xml",
                      "ggraph.xml",  "double.xml",  "tecnotes.xml",
                      "history.xml" ],
        bib := "bib.xml", 
        entities := rec( 
            AutoDoc := "<Package>AutoDoc</Package>",
            XMod := "<Package>XMod</Package>"
        )
    )
));

[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]