This file is indexed.

/usr/share/doc/texlive-doc/generic/tex-ps/poligraf/samplelx.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
57
58
59
60
61
62
63
64
%% LaTeX example of poligraf.sty
\documentclass{article}
\usepackage[dvips]{color}
\usepackage[dvips]{graphicx}
\usepackage{poligraf}
%% --
\special{papersize=190mm,277mm}
%\special{papersize=180mm,267mm}
%% -- change some options ------
%\NoOverPrintBlack    % default overprint black
%\Separate\CYAN       % or
%\Separate\MAGENTA    % or
%\Separate\YELLOW     % or
%\Separate\BLACK   

%\xoffset{5}          % additional x an y offsets for printing on standard
%\yoffset{5}          % printer (do not use it for typesetters!)
%\cropmarkdistance{3} % 1--5 (default 3mm)
%\cropmarksize{10}    % default 10mm
%\barsize{6}          % default 6mm
%\nocolorbars         % no color bars and scales
%\onlycolorsteps      % color steps only
%\onlycolorbars       % color bars only
%\mirror              % mirror switch
%\labeloff            % no page label 

\begin{document}

\def\text{
\textcolor{red}{This is example of test page. This is example of test page.
This is example of test page. This is example of test page.
This is example of test page. This is example of test page.}\par
{\color{blue} This is example of test page. This is example of test page.
This is example of test page. This is example of test page.
This is example of test page. This is example of test page.}\par
\textcolor{green}{This is example of test page. This is example of test page.
This is example of test page. This is example of test page.
This is example of test page. This is example of test page.}\par
\textcolor{black}{This is example of test page. This is example of test page.
This is example of test page. This is example of test page.
This is example of test page. This is example of test page.}
}

% -----------------------------------------------------------
\text

\begin{figure}
 \begin{center}
  \includegraphics[width=0.5\hsize]{kol-cmyk}
  \caption{Vector graphics. CMYK model}
 \end{center}
\end{figure}

%% -----------------------------------------------------------
%%% put here your favourite colour photo 
%%% then uncomment the following lines and test colour separations
%\eject
%\begin{figure}
%\includegraphics[width=\hsize]{my-photo.eps}
%\caption{My photo}
%\end{figure}
% -----------------------------------------------------------

\end{document}