1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<!-- %W ctblothe.xml GAP 4 package CTblLib Thomas Breuer -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Chapter Label="chap:interfaces">
<Heading>Interfaces to Other Data Formats for Character Tables</Heading>
<#Include Label="interfaces">
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="sec:interface-cas">
<Heading>Interface to the &CAS; System</Heading>
<Index Subkey="tables">CAS</Index>
<Index Subkey="format">CAS</Index>
<#Include Label="interface_CAS">
<#Include Label="CASString">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="sec:interface-moc">
<Heading>Interface to the &MOC; System</Heading>
<#Include Label="interface_MOC">
<#Include Label="MAKElb11">
<#Include Label="MOCTable">
<#Include Label="MOCString">
<#Include Label="ScanMOC">
<#Include Label="GAPChars">
<#Include Label="MOCChars">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="sec:interface-gap3">
<Heading>Interface to &GAP; 3</Heading>
<#Include Label="interface_GAP3">
<#Include Label="GAP3CharacterTableScan">
<#Include Label="GAP3CharacterTableString">
<#Include Label="GAP3CharacterTableData">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="sec:interface-cambridge">
<Heading>Interface to the Cambridge Format</Heading>
<#Include Label="interface_cambridge">
<#Include Label="CambridgeMaps">
<#Include Label="StringOfCambridgeFormat">
</Section>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="sec:interface-magma">
<Heading>Interface to the &MAGMA; System</Heading>
<#Include Label="interface_magma">
<#Include Label="BosmaBase">
<#Include Label="GAPTableOfMagmaFile">
<#Include Label="CharacterTableComputedByMagma">
</Section>
</Chapter>
|