This file is indexed.

/usr/share/texmf/tex/latex/misc/qwertz.sty is in linuxdoc-tools 0.9.72-4.

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
		
% qwertz TeX macros

\catcode`\"=12 
\sloppy 
\newtheorem{definition}{Definition} 
\newtheorem{proposition}{Proposition} 
\newtheorem{lemma}{Lemma} 
\newtheorem{corollary}{Corollary} 
\newtheorem{theorem}{Theorem} 
\newcommand{\mch}[1]{{\ifmmode#1 \else\(#1\)\fi}} 
\newcommand{\lt}{{\ifmmode{<}\else{\verb+<+}\fi}} 
\newcommand{\gt}{{\ifmmode{>}\else{\verb+>+}\fi}} 
\newcommand{\verbar}{{\ifmmode{|}\else{\tt|}\fi}} 
\newcommand{\idx}[1]{#1\index{#1}}
\newcommand{\cdx}[1]{#1\index{#1@{\tt #1}}}  
\newcommand{\nidx}[1]{\index{#1}}
\newcommand{\ncdx}[1]{\index{#1@{\tt #1}}}