2008-01-09 18:51:02 +00:00
|
|
|
#\DeclareLyXModule[braille.sty]{Braille}
|
|
|
|
#DescriptionBegin
|
|
|
|
#Defines an environment to typeset Braille.
|
2008-09-29 15:58:08 +00:00
|
|
|
#For more details see Braille.lyx in examples.
|
2008-01-09 18:51:02 +00:00
|
|
|
#DescriptionEnd
|
2008-01-06 13:39:58 +00:00
|
|
|
# Author: Uwe Stöhr <uwestoehr@web.de>
|
|
|
|
|
2011-12-07 22:41:38 +00:00
|
|
|
Format 36
|
2008-01-06 13:39:58 +00:00
|
|
|
|
2008-03-24 13:11:16 +00:00
|
|
|
AddToPreamble
|
2008-01-06 13:39:58 +00:00
|
|
|
\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
|
|
|
|
|
2008-10-25 23:44:58 +00:00
|
|
|
|
2008-01-06 13:39:58 +00:00
|
|
|
# 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
|
|
|
|
|
2008-10-25 23:44:58 +00:00
|
|
|
|
2008-01-06 13:39:58 +00:00
|
|
|
# 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
|
|
|
|
|
2008-10-25 23:44:58 +00:00
|
|
|
|
2008-01-06 13:39:58 +00:00
|
|
|
# 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
|
|
|
|
|
2008-10-25 23:44:58 +00:00
|
|
|
|
2008-01-06 13:39:58 +00:00
|
|
|
# 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
|
|
|
|
|
2008-10-25 23:44:58 +00:00
|
|
|
|
2008-09-30 23:39:24 +00:00
|
|
|
# turn off mirroring
|
2008-01-06 13:39:58 +00:00
|
|
|
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
|
|
|
|
|
2008-10-25 23:44:58 +00:00
|
|
|
|
2008-09-30 23:39:24 +00:00
|
|
|
# turn off mirroring
|
2008-01-06 13:39:58 +00:00
|
|
|
Style Braille_(mirror_off)
|
|
|
|
LatexType command
|
|
|
|
LatexName braillemirrorfalse
|
|
|
|
NextNoIndent 1
|
|
|
|
KeepEmpty 1
|
2008-09-30 23:39:24 +00:00
|
|
|
LeftMargin XBraille_mirror_off
|
2008-01-06 13:39:58 +00:00
|
|
|
LabelSep xx
|
|
|
|
ParSkip 0.0
|
|
|
|
ItemSep 0.2
|
|
|
|
TopSep 0.7
|
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.3
|
|
|
|
Align Block
|
|
|
|
AlignPossible Block, Left
|
|
|
|
LabelType Static
|
2008-09-30 23:39:24 +00:00
|
|
|
LabelString "Braille_mirror_off"
|
2008-01-06 13:39:58 +00:00
|
|
|
LabelFont
|
|
|
|
Shape Italic
|
|
|
|
Color Green
|
|
|
|
EndFont
|
|
|
|
End
|
|
|
|
|
2008-10-25 23:44:58 +00:00
|
|
|
|
2011-04-15 02:51:32 +00:00
|
|
|
InsetLayout "Flex:Braillebox"
|
2008-10-25 23:44:58 +00:00
|
|
|
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
|
|
|
|
|