This file is indexed.

/usr/share/lyx/layouts/initials.module 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#\DeclareLyXModule{Initials}
#DescriptionBegin
#Define a style for paragraphs with an initial.
#See the EmbeddedObjects manual for a detailed description.
#DescriptionEnd
#Authors: Pavel Sanda and Uwe Stöhr

Format 60

AddToPreamble
	\@ifundefined{lettrine}{\usepackage{lettrine}}{}
EndPreamble

InsetLayout Flex:Initial
	LyxType		charstyle
	LabelString	"Initial"
	LatexType	command
	LatexName	lettrine
	Font
	  Size		Large
	EndFont
	Requires	lettrine
	ResetsFont true
End

Style Initial
	Category	MainText
	LatexType	command
	LatexName	lettrine
	Margin		First_Dynamic
	LabelType	static
	LabelString	Initial
	Argument 1
	  LabelString	"Options"
	  Tooltip	"Option(s) for the initial"
	EndArgument
	Argument 2
	  Mandatory	1
	  LabelString	"Initial"
	  Tooltip	"Initial letter(s)"
	EndArgument
	Argument 3
	  Mandatory	1
	  LabelString	"Rest of Initial"
	  Tooltip	"Rest of initial word or text"
	EndArgument
	LabelSep	x
	ParIndent	MMM
	ParSkip		0.4
	TopSep		0.7
	BottomSep	0.7
	ParSep		0.3
	Align		Left
	AlignPossible	Left
	LabelFont
	  Series	Bold
	EndFont
End