This file is indexed.

/usr/share/lyx/layouts/numreport.inc is in lyx-common 2.2.2-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
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
39
40
41
# Author : André Pönitz
# This include file contains label definitions for a report-like numbering.

Format 60

Counter chapter
	Within                ""
	LabelString	      "\arabic{chapter}"
	LabelStringAppendix   "\Alph{chapter}"
End

Counter section
	Within                chapter
	LabelString	      ""
End

Float
	Type                  table
	NumberWithin          chapter
End


Float
	Type                  figure
	NumberWithin          chapter
End


Float
	Type                  algorithm
	NumberWithin          chapter
End

Counter listing
	Within		      chapter
End

Counter footnote
	Within		      chapter
	LabelString	      "\arabic{footnote}"
End