This file is indexed.

/usr/share/doc/glosstex/examples/glosstex.cfg is in glosstex 0.4.dfsg.1-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
% The default versions of these commands are all found in
% glosstex.std. Slight modifications are made here for my taste.

% Typeset the short-form text.
% Remove the \textsc{} around the first occurence of #3 to prevent the
% small-caps typesetting.
\renewcommand{\GLX@output@short}[3]{%
  \ifthenelse{\equal{#2}{\GLX@acdef@list}}{%
    {#3}}{#3}\index{#1@#3}}

% Typeset an entry in the list of acronyms.
% #2 is the acronym.
% #3 is the long-form.
% #4 is optional text/definition.
% Add a dash after the expansion and bold the acronym and its expansion.
\renewcommand{\GLX@item@acr}[7]{%
  \item[\textbf{#2}]%
    \ifx#3\empty\else\textbf{#3}\quad\fi\ifx#4\empty\else -- #4\space\fi#7}

% Typeset an entry in the glossary. Add a dash after the item's name.
\renewcommand{\GLX@item@glo}[7]{%
  \item[#2]\ifx#3\empty\else\emph{#3}\space\fi -- #4\space#7}

% vi:syntax=tex