This file is indexed.

/usr/share/doc/texlive-doc/generic/tex-ps/cmyk-hax/sample1.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
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
% E  Sample TeX file demonstrating how to separate colors using CMYK-HAX
%    macros -- outline graphics + text
% P  Przyk/ladowy plik TeX-owy demonstruj/acy separacj/e kolor/ow za pomoc/a
%    makr pakietu CMYK-HAX -- grafika obwiedniowa + tekst
%
\input epsf     % DVIPS standard distribution
\input colordvi % DVIPS standard distribution
\input cmyk-hax

\newif\ifPolish
%\Polishtrue     % true for Polish text,
\Polishfalse  % else English text
%%
\ifx\unknown\separate\def\separate{\COLOR}\fi
\ifx\unknown\separate\def\separate{\CYAN}\fi
\ifx\unknown\separate\def\separate{\MAGENTA}\fi
\ifx\unknown\separate\def\separate{\YELLOW}\fi
\ifx\unknown\separate\def\separate{\BLACK}\fi

\def\COLOR{}
\def\CYAN{\projectCMYK\cyan}
\def\MAGENTA{\projectCMYK\magenta}
\def\YELLOW{\projectCMYK\yellow}
\def\BLACK{\projectCMYK\black}

\delblacktrue\separate

\nopagenumbers
\ifPolish
\font\bf plssdc10 at 20pt \bf
\font\rm plss8
\prefixing
\else
\font\bf cmssdc10 at 20pt \bf
\font\rm cmss8
\fi

\baselineskip 28pt
\hsize 100mm

\setbox1 \hbox{\epsfxsize\hsize \epsffile{fountain.eps}}

\hbox{\rlap{\copy1}%
\vbox to \ht1{\vss
\textBlack
\ifPolish
\centerline{Pan Sobieski mia/l trzy pieski:}
\centerline{\Red{czerwony}, \Green{zielony}, \Blue{niebieski}.}
\else
\centerline{All words tell the genuine true:}
\centerline{\Red{red}, and \Green{green}, and even \Blue{blue}.}
\fi\vss}}
\nointerlineskip\vskip 5mm
\centerline{\CMYKlabels\rm}

\end