This file is indexed.

/usr/share/lyx/layouts/braille.module 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
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
#\DeclareLyXModule[braille.sty]{Braille}
#DescriptionBegin
#Defines an environment to typeset Braille.
#For more details see Braille.lyx in examples.
#DescriptionEnd
# Author: Uwe Stöhr <uwestoehr@web.de>

Format 35

AddToPreamble
	\usepackage{braille}
	\newcommand{\braillenormal}[1]
	 {\setlength{\brailleunit}{2.4mm}\braille{#1}}
	% With \brailleunit == 0.75ex, the braille letters will
	% approximately match the other letters in size.
	\newcommand{\brailletext}[1]
	 {\setlength{\brailleunit}{0.75ex}\braille{#1}}
EndPreamble


# default Braille
Style Braille_(default)
	LatexType		command
	LatexName		braillenormal
	NextNoIndent		1
	LeftMargin		XBraille:
	LabelSep		xx
	ParSkip			0.0
	ItemSep			0.2
	TopSep			0.7
	BottomSep		0.7
	ParSep			0.3
	Align			Block
	AlignPossible		Block, Left
	LabelType		Static
	LabelString		"Braille:"
	LabelFont
		Shape		Italic
		Color		Blue
	EndFont
End


# Braille in text size
Style Braille_(textsize)
	LatexType		command
	LatexName		brailletext
	NextNoIndent		1
	LeftMargin		XBraille:
	LabelSep		xx
	ParSkip			0.0
	ItemSep			0.2
	TopSep			0.7
	BottomSep		0.7
	ParSep			0.3
	Align			Block
	AlignPossible		Block, Left
	LabelType		Static
	LabelString		"Braille:"
	LabelFont
		Shape		Italic
		Color		Blue
	EndFont
End


# turn on dots
Style Braille_(dots_on)
	LatexType		command
	LatexName		brailleputtinydotstrue
	NextNoIndent		1
	KeepEmpty		1
	LeftMargin		XBraille_dots_on
	LabelSep		xx
	ParSkip			0.0
	ItemSep			0.2
	TopSep			0.7
	BottomSep		0.7
	ParSep			0.3
	Align			Block
	AlignPossible		Block, Left
	LabelType		Static
	LabelString		"Braille_dots_on"
	LabelFont
		Shape		Italic
		Color		Green
	EndFont
End


# turn off dots
Style Braille_(dots_off)
	LatexType		command
	LatexName		brailleputtinydotsfalse
	NextNoIndent		1
	KeepEmpty		1
	LeftMargin		XBraille_dots_off
	LabelSep		xx
	ParSkip			0.0
	ItemSep			0.2
	TopSep			0.7
	BottomSep		0.7
	ParSep			0.3
	Align			Block
	AlignPossible		Block, Left
	LabelType		Static
	LabelString		"Braille_dots_off"
	LabelFont
		Shape		Italic
		Color		Green
	EndFont
End


# turn off mirroring
Style Braille_(mirror_on)
	LatexType		command
	LatexName		braillemirrortrue
	NextNoIndent		1
	KeepEmpty		1
	LeftMargin		XBraille_mirror_on
	LabelSep		xx
	ParSkip			0.0
	ItemSep			0.2
	TopSep			0.7
	BottomSep		0.7
	ParSep			0.3
	Align			Block
	AlignPossible		Block, Left
	LabelType		Static
	LabelString		"Braille_mirror_on"
	LabelFont
		Shape		Italic
		Color		Green
	EndFont
End


# turn off mirroring
Style Braille_(mirror_off)
	LatexType		command
	LatexName		braillemirrorfalse
	NextNoIndent		1
	KeepEmpty		1
	LeftMargin		XBraille_mirror_off
	LabelSep		xx
	ParSkip			0.0
	ItemSep			0.2
	TopSep			0.7
	BottomSep		0.7
	ParSep			0.3
	Align			Block
	AlignPossible		Block, Left
	LabelType		Static
	LabelString		"Braille_mirror_off"
	LabelFont
		Shape		Italic
		Color		Green
	EndFont
End


InsetLayout "Flex:Braillebox"
	LyxType			custom
	LatexType		command
	LatexName		braillebox
	LabelString		"Braille box"
	Font
	  Color			foreground
	  Size			Small
	  Family		Roman
	  Shape			Up
	  Series		Medium
	  Misc			No_Emph
	  Misc			No_Noun
	  Misc			No_Bar
	EndFont
	LabelFont
	  Color			green
	  Size			Small
	EndFont
End