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

Quelle  makedoc.g   Sprache: unbekannt

 
#
# SL2Reps: Constructing symmetric representations of SL(2,Z).
#
# This file is a script which compiles the package manual.
#


if fail = LoadPackage("AutoDoc", "2018.02.14") then
    Error("AutoDoc version 2018.02.14 or newer is required.");
fi;

AutoDoc( rec(
    scaffold := true,
    autodoc := true,
    gapdoc := rec(
        LaTeXOptions := rec(
            LateExtraPreamble := "\\usepackage{amsmath}"
        )
    )
) );

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]