This file is indexed.

/usr/share/lyx/layouts/europecv.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
 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
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[europecv,fancyhdr.sty,longtable.sty,ucs.sty]{curriculum vitae (Europe)}
# europe CV textclass definition file.
# Author : Uwe Stöhr (uwestoehr@web.de)


# General textclass parameters
Format 35
	Columns			1
	Sides			1
	SecNumDepth		-1
	TocDepth		-1


# Standard style definition
Style Standard
	Margin			Static
	LatexType		Paragraph
	LatexName		dummy
	ParIndent		MM
	ParSkip			0.4
	Align			Block
	LabelType		No_Label
End

Input stdcounters.inc
Input stdinsets.inc

Style Section
	Margin			Dynamic
	LatexType		Command
	LatexName		ecvsection
	NeedProtect		1
	NextNoIndent		1
	OptionalArgs		1
	ParSkip			0.4
	TopSep			1.3
	BottomSep		0.7
	ParSep			0.7
	Align			Block
	LabelSep		xxx
	LabelType		No_Label
	Font
	  Family		Sans
	  Series		Bold
	EndFont
		TocLevel 1
End

Style Item
	Margin			Dynamic
	LatexType		Command
	LatexName		ecvitem
	OptionalArgs		1
	ParSkip			0.4
	Align			Block
	LabelSep		xx
	LabelType		Static
	LabelString		"Item:"
	LabelFont
	  Series		Bold
	  Color			Blue
	EndFont
End

Style BulletedItem
	CopyStyle		Item
	LatexName		ecvitem*
	LabelString		"Bulleted Item:"
End

Style Begin
	Margin			Dynamic
	LatexType		Command
	LatexName		begin{europecv}
	KeepEmpty		1
	BottomSep		1
	ParSkip			0.4
	Align			Block
	LabelSep		xx
	LabelType		Static
	LabelString		"Begin of CV"
	LabelFont
	  Series		Bold
	  Color			Green
	EndFont
End

Style PersonalInfo
	CopyStyle		Begin
	LatexName		ecvpersonalinfo{}
	BottomSep		0
	LabelString		"Personal Info"
End

Style MotherTongue
	Margin			Dynamic
	LatexType		Command
	LatexName		ecvmothertongue
	OptionalArgs		1
	ParSkip			0.4
	Align			Block
	LabelSep		xx
	LabelType		Static
	LabelString		"Mother Tongue:"
	LabelFont
	  Series		Bold
	  Color			Blue
	EndFont
End

Style LangHeader
	CopyStyle		MotherTongue
	LatexName		ecvlanguageheader
	OptionalArgs		0
	LabelString		"Language Header:"
End

Style Language
	CopyStyle		MotherTongue
	LatexName		ecvlanguage
	LabelString		"Language:"
End

Style LastLanguage
	CopyStyle		MotherTongue
	LatexName		ecvlastlanguage
	LabelString		"Last Language:"
End

Style LangFooter
	CopyStyle		MotherTongue
	LatexName		ecvlanguagefooter
	OptionalArgs		0
	LabelString		"Language Footer:"
End

Style End
	Margin			Dynamic
	LatexType		Command
	LatexName		end{europecv}
	KeepEmpty		1
	TopSep			1
	ParSkip			0.4
	Align			Block
	LabelSep		xx
	LabelType		Static
	LabelString		"End of CV"
	LabelFont
	  Series		Bold
	  Color			Green
	EndFont
End