This file is indexed.

/usr/share/doc/latex-mk/examples/example/example.tex is in latex-mk 2.1-1.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
% $Id: example.tex,v 1.2 2004/05/29 12:28:07 dan Exp $
%

\documentclass[11pt]{article}

\title{Example Document}
\author{Freddy K.}
\date{\today}

\usepackage{graphicx}
\usepackage{fancyhdr}
\pagestyle{fancy}
\rhead{Notes on Sleep}
\usepackage{hyperref}

\begin{document}
\maketitle
\section{Introduction}
Blah blah blah....

\begin{figure}[ht]
\centering
\includegraphics{tgif/myfig.eps}
\caption{Example Figure}
\label{fig:myfig}
\end{figure}

As shown in~\cite{en300.175-2v1.4.2}.

\include{biblio}
\end{document}