This file is indexed.

/usr/share/doc/pretzel/examples/cee/fullexample.tex is in pretzel 2.0n-2-0.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
22
23
24
25
26
27
\documentclass{article}
\usepackage{pretzel-latex}
\pagestyle{empty}
\begin{document}

\title{A Pretzel Prettyprinter for C}
\author{Felix G\"artner}
\maketitle

\section{Example}

This document is a simple example of what a section of C code looks
like when it has been prettyprinted using the new pretzel
prettyprinter for C and \LaTeX.

\begin{ppcode}
  \input{example.tex}
\end{ppcode}


\noindent
The prettyprinter consists of two input files ({\tt cee.ft} and {\tt
  cee.fg}) that can be tuned to suit ones favours. Through this
mechanism, Pretzel allows to build prettyprinters with full user
control over the prettyprinting style.

\end{document}