This file is indexed.

/usr/share/gap/pkg/ctbllib/doc/manual.tex is in gap-character-tables 1r1p3-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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%W  manual.tex                GAP documentation             Thomas Breuer
%W                                                         & Frank Celler
%W                                                     & Martin Schoenert
%W                                                       & Heiko Theissen
%%
%H  $Id: manual.tex,v 1.7 2003/11/17 15:58:18 gap Exp $
%%
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  gapmacro  . . . . . . . . . . . . . . . .  read the GAP macro package
%%
\input /usr/share/gap/doc/gapmacro
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  BeginningOfBook . . . . . . . . . . . . . . . . . . .  start the book
%%
\BeginningOfBook{ctbllib}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  UseReferences . . . . . . . . . . . . . . . . . .  specify references
%%
\UseReferences{/usr/share/gap/doc/ext}
\UseReferences{/usr/share/gap/doc/ref}
\UseReferences{/usr/share/gap/doc/tut}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
%%
\TitlePage{
  \centerline{\titlefont The GAP}\medskip
  \centerline{\titlefont Character Table Library}\vfill
  \centerline{\secfont Version 1.1}\vfill
  \centerline{\secfont maintained by}\vfill
  \centerline{\secfont Thomas Breuer}\vfill
  \centerline{Lehrstuhl D f{\accent127 u}r Mathematik,}\medskip
  \centerline{RWTH Aachen, Germany}\vfill
  \centerline{Copyright {\copyright} 2003}\medskip
  \centerline{We adopt the copyright regulations of {\GAP} as detailed in the
              copyright notice in the {\GAP} manual.}
}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  TableOfContents . . . . . . . . . . . .  generate a table of contents
%%
\TableOfContents
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  FrontMatter . . . . . . . . . . . . . . . . . . . . .  GAP 4 Tutorial
%%
\FrontMatter
%\immediate\write\citeout{\bs bibdata{../../../doc/mrabbrev,./manual,../../../doc/manual,../../atlasrep/doc/manual}}
\immediate\write\citeout{\bs bibdata{./manual,/usr/share/gap/doc/manual}}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  Chapters  . . . . . . . . . . . . . . . . . . . . . .  GAP 4 Tutorial
%%
\Chapters
\Input{introduc}
\Input{ctbllibr}
\Input{construc}
\Input{ctblothe}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  Appendices  . . . . . . . . . . . .  Extending GAP 4 Reference Manual
%%
\Appendices
\Bibliography
\Index
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%F  EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
%%
\EndOfBook
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%E