Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/agt/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 31.11.2022 mit Größe 1 kB image not shown  

Quelle  makedoc.g   Sprache: unbekannt

 
##  This builds the documentation of the AGT package
##  Needs: GAPDoc package, latex, pdflatex, mkindex
##  
LoadPackage( "GAPDoc" );

MakeGAPDocDoc( "doc",     # path to the directory containing the main file
               "main",    # the name of the main file (without extension)
                          # list of (probably source code) files relative 
                          # to path which contain pieces of documentation 
                          # which must be included in the document
               [ "../PackageInfo.g", "../lib/regprop.gd", "../lib/eigenv.gd",
                  "../lib/regsubs.gd", "../lib/srglib.gd", "../lib/utils.gd" ], 
               "agt", # the name of the book used by GAP's online help
               "../../..",# optional: relative path to the main GAP root 
                          # directory to produce HTML files with relative 
                          # paths to external books.
               "MathJax"  # optional: use "MathJax", "Tth" and/or "MathML"
                          # to produce additional variants of HTML files
               );; 

## Copy the *.css and *.js files from the styles directory of the GAPDoc 
## package into the directory containing the package manual.
CopyHTMLStyleFiles( "doc" );

## Create the manual.lab file which is needed if the main manuals or another 
## package is referring to your package
#GAPDocManualLab( "Example" );; 

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]