/usr/share/gap/lib/helpt2t.gd is in gap-libs 4r6p5-3.
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 | #############################################################################
##
#W helpt2t.gd GAP Library Frank Celler
#W Alexander Hulpke
#W Greg Gamble
##
##
#Y Copyright (C) 1996-2001, Lehrstuhl D für Mathematik, RWTH Aachen,
#Y Germany (C) 2001 School Math and Comp. Sci., University of St Andrews,
#Y Scotland
##
## The files helpt2t.g{d,i} contain the probably longest function in the
## GAP library. It converts TeX source code written in `gapmacro.tex' style
## into text for the "screen" online help viewer.
##
DeclareGlobalFunction("HELP_PRINT_SECTION_TEXT");
#############################################################################
##
#E
|