This file is indexed.

/usr/share/lyx/layouts/stdrefprefix.inc is in lyx-common 2.0.6-1build1.

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
32
33
34
35
36
37
38
# Standard RefPrefix definitions. 
# This defines the label prefixes for use with refstyle.sty.
#
# Author: Richard Heck <rgheck@comcast.net>
#
# Note that this file is included in stdsections.inc, which is included
# in stdclass.inc, so any file that includes either of these will get
# the standard RefPrefix definitions.

Format 35

IfStyle Part
	RefPrefix part
End

IfStyle Chapter
	RefPrefix chap
End

IfStyle Section
	RefPrefix sec
End

IfStyle Subsection
	RefPrefix sub
End

IfStyle Subsubsection
	RefPrefix sub
End

IfStyle Paragraph
	RefPrefix par
End

IfStyle Subparagraph
	RefPrefix par
End