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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%W manual.tex GAP documentation Thomas Breuer
%W & Frank Celler
%W & Martin Schoenert
%W & Heiko Theissen
%%
%H @(#)$Id: manual.tex,v 4.19 2001/09/13 16:40:52 gap Exp $
%%
%Y Copyright 1997, Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany
%%
\input ../gapmacro
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F BeginningOfBook . . . . . . . . . . . . . . . . . . . start the book
%%
\BeginningOfBook{ext}
\UseReferences{../tut}
\UseReferences{../ref}
\UseReferences{../prg}
\UseGapDocReferences{../../pkg/gapdoc/doc}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
%%
\TitlePage{
\input ../ref/extcover.tex
}
%
%
\Colophon{
\input ../tut/authors
}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F TableOfContents . . . . . . . . . . . . generate a table of contents
%%
\TableOfContents
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F FrontMatter . . . . . . . . . . . . . . . . . . . . . GAP 4 Tutorial
%%
\FrontMatter
\immediate\write\citeout{\bs bibdata{../mrabbrev,../manual}}
\input ../ref/copyrigh
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F Chapters . . . . . . . . . . . . . . . . . . . . . . GAP 4 Tutorial
%%
\Chapters
\Input{about}
\Input{document}
\Input{libform}
\Input{gappkg}
\Input{helpintf}
\Input{foa}
\Input{weakptr}
\Input{stbchain}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F Appendices . . . . . . . . . . . . Extending GAP 4 Reference Manual
%%
\Appendices
%\Answers
\Bibliography
\Index
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
%%
\EndOfBook
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%E manual.tex . . . . . . . . . . . . . . . . . . . . . . . . ends here
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
|