This file is indexed.

/usr/share/gap/pkg/Alnuth/doc/manual.tex is in gap-alnuth 3.0.0-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%   Alnuth - The Kant interface 
%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  gapmacro . . . . . . . . . . . . . . . . . read the GAP macro package
%%
\input /usr/share/gap/etc/gapmacro
\Package{Alnuth} 
\Package{Polycyclic} 
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  BeginningOfBook . . . . . . . . . . . . . . . . . . .  start the book
%%
\BeginningOfBook{Alnuth}
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  UseReferences . . . . . . . . . . . . . . . . . .  specify references
%%
\UseGapDocReferences{../../../doc/ref}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
%%
\TitlePage{
  \centerline{\titlefont ALNUTH}
  \bigskip \bigskip
  \centerline{\secfont Version 3.0.0, October 2011}
  \bigskip \bigskip
  \centerline{\titlefont ---}
  \bigskip \bigskip

  \centerline{\subtitlefont ALgebraic NUmber THeory }
  \bigskip \bigskip 
  \centerline{\subtitlefont and an interface to }
  \bigskip \bigskip
  \centerline{\subtitlefont PARI/GP}
  \bigskip \bigskip
  \centerline{\titlefont ---}
  \bigskip \bigskip
  \vfill

  \centerline{\secfont GAP code written by:} 
  \bigskip \bigskip

  \centerline{\secfont Bj\accent127orn Assmann}
  \medskip
  \centerline{\URL{http://www.dcs.st-and.ac.uk/~bjoern}}
  \bigskip
  \centerline{\secfont Andreas Distler}
  \medskip
  \centerline{CAUL (Centro de \'Algebra da Universidade de Lisboa)}
  \medskip
  \centerline{Av. Prof. Gama Pinto, 2; 1649-003 Lisboa; Portugal}
  \medskip
  \centerline{\tt a.distler@tu-bs.de}
  \bigskip
  \centerline{\secfont Bettina Eick}
  \medskip
  \centerline{AG Algebra und Diskrete Mathematik; Institut
  Computational Mathematics; TU Braunschweig}
  \medskip
  \centerline{Pockelsstr. 14; D-38106 Braunschweig; Germany}
  \medskip
  \centerline{\tt b.eick@tu-bs.de}
  \bigskip \bigskip
  \centerline{\titlefont ---}
  \bigskip \bigskip
  \vfill

  \centerline{\secfont GP code written by:}
  \bigskip \bigskip

  \centerline{\secfont Bill Allombert}
%  \medskip
%  \centerline{{\tt Bill.Allombert@math.u-bordeaux1.fr}}
  \bigskip \bigskip \bigskip \bigskip \bigskip \bigskip \bigskip \bigskip
  \vfill

{\it Note:} PARI/GP is {\bf not} part of this package. It can be
obtained from {\tt http://pari.math.u-bordeaux.fr/}

}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%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}}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  Chapters 
%%
\Chapters
\Input{intro}   
\Input{fields}  
\Input{example}  
\Input{install}  
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  Appendices 
%%
\Appendices
\Bibliography
\Index                        %to generate a proper index `manual.mst'
%                             %must be present
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
%%
\EndOfBook
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%E  manual.tex  . . . . . . . . . . . . . . . . . . . . . . . . ends here