This file is indexed.

/usr/share/lyx/layouts/seminar.layout is in lyx-common 2.0.3-3.

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
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[seminar,sem-page.sty]{transparencies (seminar)}
# Versions:
#   1.0 Initial attemt at makeing a LyX layout file for the seminar class.
#       Author : Lars Gullik Bjønnes <larsbj@lyx.org>
#   1.1 08-04-2002 Günter Milde <milde users.sf.net>
#   1.2 11-12-2002 Günter Milde (copying some stuff from L. G. Bjønnes
#                                version in LyX 1.3)
#   1.3 2007-09-18 GM (adapted to LyX 1.5)
#   1.4 2008-10-08 GM (use --Separator-- "look")

Format 35
Sides	1
Columns	1

ClassOptions
	FontSize	8|9|10|11|12|14|17
	Other	slidesec
End

# Input general definitions: (seminar is based on the article class)
Input article.layout

Style LandscapeSlide
	CopyStyle		--Separator-- 
	LatexType		Environment
	LatexName		slide
	NextNoIndent		1
	Margin			Static
	LeftMargin		N
	ParIndent		""
	TopSep			0.4
	LabelType		Top_Environment
	LabelString		"Landscape Slide:"
End
Style Slide
	Obsoletedby		LandscapeSlide
End

Style PortraitSlide
	CopyStyle		LandscapeSlide
	LatexName		slide*
	LabelString		"Portrait Slide:"
End
Style Slide*
	Obsoletedby		PortraitSlide
End

# EndOfSlide was a dummy style whose main purpose is to separate subsequent
# Slide environments. Nowadays lyx has the special --Separator-- style as
# workaround:
Style EndOfSlide
	ObsoletedBy		--Separator--
End

# Note: \slideheading is only defined when the option slidesec is present
Style SlideHeading
	CopyStyle		Section*
	LatexName		slideheading
	Align			Center
End

# Note: \slidesubheading is only defined when the option slidesec is present
Style SlideSubHeading
	CopyStyle		Subsection*
	LatexName		slidesubheading
	Align			Center
End

Style ListOfSlides
	CopyStyle		--Separator--
	LatexType		Command
	LatexName		listofslides
	TopSep			0.5
	BottomSep		0.5
	Align			Center
#	BottomSep		0
	LabelString		"[List Of Slides]"
End

Style SlideContents
	CopyStyle		ListOfSlides
	LatexName		slidecontents
	LabelString		"[Slide Contents]"
End

Style ProgressContents
	CopyStyle		ListOfSlides
	LatexName		Slidecontents
	LabelString		"[Progress Contents]"
End