Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5e1854624d3bc613bdd0dd13d1ef9ac7 > files > 1212

gap-system-4.4.12-5mdv2010.0.i586.rpm

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%W  manual.tex              Cubefree documentation         Heiko Dietrich
%%
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  gapmacro . . . . . . . . . . . . . . . . . read the GAP macro package
%%
\input gapmacro
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  BeginningOfBook . . . . . . . . . . . . . . . . . . .  start the book
%%
\BeginningOfBook{Cubefree}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  UseReferences . . . . . . . . . . . . . . . . . .  specify references
%%
\UseReferences{../../../doc/ref}
\UseGapDocReferences{../../../doc/ext}
\UseGapDocReferences{../../../doc/ref}
\Package{Cubefree}
\Package{GrpConst}
\Package{IrredSol}
\Package{SmallGroups}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
%%
\TitlePage{
  \centerline{\titlefont Cubefree}\bigskip
  \centerline{\subtitlefont Construction Algorithm for Cubefree Groups}
  \bigskip\bigskip\bigskip
  \centerline{\subtitlefont A GAP4 Package}\bigskip\bigskip
%  \centerline{\secfont Version 0.9}
  \vfill
  \centerline{\secfont by}\vfill
  \centerline{\secfont Heiko Dietrich}\medskip
  \centerline{Institut Computational Mathematics}
  \medskip
  \centerline{TU Braunschweig}\medskip
  \centerline{Pockelsstr. 14}
  \centerline{D-38106 Braunschweig}
 \medskip
 \centerline{email: h.dietrich@tu-bs.de}
  \vfill
  \centerline{\secfont{\Month} \Year}
}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  TableOfContents . . . . . . . . . . . .  generate a table of contents
%%
\OneColumnTableOfContents     %since it's very short
%\TableOfContents             %use instead if ToC is longer than a column
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  FrontMatter 
%%
\FrontMatter
%
\immediate\write\citeout{\bs bibdata{./manual,../../../doc/manual}}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  Chapters 
%%
\Chapters
\Input{intro}
\Input{cubefree}
\Input{install}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  Appendices 
%%
\Appendices
\Bibliography
\Index
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
%%
\EndOfBook
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%E  manual.tex	. . . . . . . . . . . . . . . . . . . . . . . . ends here