This file is indexed.

/usr/share/lyx/layouts/memoir.layout 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
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[memoir]{book (Memoir)}
# Memoir textclass definition file
# Author: Jürgen Spitzmüller <spitzmueller@gmx.de>
# Improvements by: Bennett Helm <bennett.helm@fandm.edu>
# feel free to contribute missing features!


Format 35
Columns            1
Sides              2
SecNumDepth        1
TocDepth           1
DefaultStyle       Standard
PageStyle          Headings
Provides makeidx   1
Provides framed    1
Provides subscript 1
# Memoir has support for line spacing, but uses different names from
# what setspace.sty does.  
Provides SetSpace  1


ClassOptions
	FontSize             9|10|11|12|14|17
	PageStyle            empty|plain|headings|myheadings|ruled|Ruled|companion
	Other                oldfontcommands
End


Style Standard
	Margin                Static
	LatexType             Paragraph
	LatexName             dummy
	ParIndent             MM
	ParSkip               0.4
	Align                 Block
	AlignPossible         Block, Left, Right, Center
	LabelType             No_Label
End


Input stdinsets.inc
Input stdlists.inc
Input stdcounters.inc
Input stdfloats.inc
Input stdsections.inc
Input stdstarsections.inc
Input numreport.inc


Style Part
	OptionalArgs         1
	TocLevel 	     -1
End
      	


Style Chapter
	OptionalArgs         2
	TocLevel 	     0
End


Style Chapter*
	OptionalArgs         1
End


Style Section
	OptionalArgs         2
	TocLevel 1
End


Style Subsection
	OptionalArgs         2
	TocLevel 2
End


Style Subsubsection
	OptionalArgs         2
	TocLevel 3
End


Style Paragraph
	OptionalArgs         2
	TocLevel 4
End


Style Subparagraph
	OptionalArgs         2
	TocLevel 5
End


Style Chapterprecis
	Margin               Static
	LatexType            Command
	LatexName            chapterprecis
	NeedProtect          1
	NextNoIndent         1
	LeftMargin           MM
	LabelSep             xxx
	ParSkip              0.4
	TopSep               0.4
	BottomSep            0
	ParSep               0.4
	Align                Block
	Font
	  Shape              Italic
	  Size               Normal
	EndFont
End

#FIXME: this takes two parameters!!!
Style Epigraph
	Category              Maintext
	Margin                Right_Address_Box
	LatexType             Command
	LatexName             epigraph
	ParSkip               0.4
	BottomSep             1.5
	ParSep                1.5
	Align                 Left
	HTMLStyle
		div.epigraph {
						float: right;
						width: 33%;
						font-size: small;
						margin: 0.5em 0em 0.5em 1em;
		}
	EndHTMLStyle
End

#FIXME: what is actually documented is \PoemTitle
#but \poemtitle is defined nevertheless. Weird.
Style Poemtitle
	Category              Section
	LatexType             Command
	LatexName             poemtitle
	NeedProtect           1
	NextNoIndent          1
	LabelSep              xxx
	ParSkip               0.4
	TopSep                0.4
	ParSep                0.4
	Align                 center
	OptionalArgs          1
	Font
	   Series             Bold
	EndFont
End


Style Poemtitle*
	CopyStyle             Poemtitle
	Category              Unnumbered
	LatexName             poemtitle*
	OptionalArgs          0
End


Input stdtitle.inc
Input stdstruct.inc


Style Bibliography
	TopSep               4
	LabelString          "Bibliography"
	LabelFont
	  Series             Bold
	  Size               Huge
	EndFont
End


Input lyxmacros.inc
Input stdlayouts.inc

Style Legend
	Category            Maintext
	LatexType           Command
	LatexName           legend
	NeedProtect         1
	NextNoIndent        1
	ParSkip             0.4
	Align               Center
End