This file is indexed.

/usr/share/racket/pkgs/slatex/README is in racket-common 6.7-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
This collection contains Dorai Sitaram's slatex.  Unlike prior versions of this 
collection, it contains only the 'translated' --- that is, the mzscheme-specific
--- version of slatex.  This means that an update to slatex can only be incorporated
into the PLT collects world by manually running scmxlate and placing the resulting
file into this collection.

Instructions for updating to a new version of SLaTeX (for the maintainer of this 
collection):

1) Follow Dorai's instructions for generating the file 'slatex.scm' (currently,
this involves downloading the 'scmxlate' and 'slatex' packages and loading 
the scmxlate.scm file while (current-directory) points to the slatex 
directory.

2) place this file in $PLTHOME/collects/slatex/private.
3) also copy slatex.sty to $PLTHOME/collects/slatex.

4) (hopefully temporary?) Modify slatex.scm so that it doesn't refer to
   slatex::slatex-error at evaluation time.

5) check it in.