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

Quelle  init.g   Sprache: unbekannt

 

#############################################################################
##
##  Load utilities implemented elsewhere.
##
LoadPackage( "browse" : OnlyNeeded );
LoadPackage( "ctbllib" : OnlyNeeded );
LoadPackage( "atlasrep" : OnlyNeeded ); # because of 'atlasrep/gap/utlmrkup.g'
LoadPackage( "genus" :OnlyNeeded );     # because of 'SizesSimpleGroupsInfo'

if IsPackageMarkedForLoading( "spinsym", "" ) then
  # We do not want to deal with extensions.
  Error( "please start GAP with the option -A" );
fi;


#############################################################################
##
##  Load the list 'DecMatMap' and the functions themselves.
##
ReadPackage( "ctbllib", "ctbltoc/gap/decmap.g" );
ReadPackage( "ctbllib", "ctbltoc/gap/htmltbl.g" );


#############################################################################
##
#E


[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]