Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 91213ddcfbe7f54821d42c2d9e091326 > files > 2403

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

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%W  manual.tex                GAP documentation           Andreas Distler
%%
%H  $Id: manual.tex,v 1.6 2008/01/22 11:57:43 gap Exp $
%%
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  gapmacro . . . . . . . . . . . . . . . . . read the GAP macro package
%%
\input ../../../doc/gapmacro
\Package{Radiroot}    %This defines {\Radiroot} . . see "ext:The Main File"
\Package{Alnuth}    %This defines {\Radiroot} . . see "ext:The Main File"
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  BeginningOfBook . . . . . . . . . . . . . . . . . . .  start the book
%%
\BeginningOfBook{radiroot}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  UseReferences . . . . . . . . . . . . . . . . . .  specify references
%%
\UseReferences{../../../doc/ext}
\UseReferences{../../../doc/ref}
\UseGapDocReferences{../../gapdoc/doc}  %Refs to a GAPDoc-produced manual
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
%%
\TitlePage{
  \centerline{\titlefont Radiroot}\bigskip
  \centerline{\titlefont ---}\medskip
  \centerline{\subtitlefont Roots of a Polynomial by Radicals}\bigskip\bigskip
  \centerline{\subtitlefont A GAP4 Package}\bigskip\bigskip
  \centerline{\secfont Version 2.4}\vfill
  \centerline{\secfont by}\vfill
  \centerline{\secfont Andreas Distler}\bigskip
  \centerline{Mathematical Institute}\medskip
  \centerline{University of St Andrews}\medskip
  \centerline{North Haugh}\medskip
  \centerline{St Andrews, Fife}\medskip
  \centerline{KY16 9SS}\medskip
  \centerline{Scotland, UK}\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
%The following is needed if there are
%\cite commands and a `manual.bib' file
\immediate\write\citeout{\bs bibdata{./manual,../../../doc/manual}}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  Chapters 
%%
\Chapters
\Input{intro}               %generally there are several chapters
\Input{radiroot}
\Input{info}
\Input{install}               %each chapter *must* go in a separate file
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  Appendices 
%%
\Appendices
%\Input{hints}
\Bibliography
\Index                        %to generate a proper index `manual.mst'
%                             %must be present
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
%%
\EndOfBook
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%E  manual.tex  . . . . . . . . . . . . . . . . . . . . . . . . ends here