This file is indexed.

/usr/share/doc/texlive-doc/generic/tex-ps/cmyk-hax/sample3.tex is in texlive-generic-recommended 2013.20140215-1.

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
% E  Sample TeX file demonstrating how to separate using CMYK-HAX macros
%    -- bitmap graphics
% P  Przyk/ladowy plik TeX-owy demonstruj/acy separacj/e kolor/ow
%    za pomoc/a makr pakietu CMYK-HAX -- grafika bitmapowa
%
\input epsf     % DVIPS standard distribution
\input colordvi % DVIPS standard distribution
\input cmyk-hax

\nopagenumbers
\hoffset-1in
\voffset-1in
\topskip 0pt
\hsize 210mm
\vsize 297mm

\def\epsfi{\epsfxsize 90mm \epsffile{screen.eps}}
\def\cbox#1{\vbox{\halign{\hss##\hss\cr#1\crcr}}}
\def\separate#1{\PSbegingroup
  \delblacktrue
  \projectCMYK#1%
  \cbox{\epsfi\cr\noalign{\vskip 2mm}\CMYKlabels\rm}
  \PSendgroup}

\vglue 0pt plus 1fil
\centerline{\separate\cyan \hskip 5mm \separate\magenta }
\vskip 5mm
\centerline{\separate\yellow \hskip 5mm \separate\black }
\vglue 0pt plus 1fil

\eject\end