This file is indexed.

/usr/share/doc/texlive-doc/latex/ctable/01b is in texlive-latex-recommended-doc 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
\newcommand{\F}[1]{
  \includegraphics[width=\hsize]{#1}
}
\newcolumntype{H}[1]{>{\hsize=#1\hsize}X}
\ctable[
  caption = a figure,
  figure, botcap,
  width=.4\hsize,
]{H{.4}H{.6}}{}{\FL
  \F{penguin}& \F{lion}\LL
}