]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/braille.module
whitespace
[lyx.git] / lib / layouts / braille.module
index 24acbea96864c7fabaae536939375583b45b4f83..7c2d8f0127ba7bb25b03f5a7cbf8a9cc823aaf2d 100644 (file)
@@ -1,10 +1,11 @@
 #\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 8
+Format 35
 
 AddToPreamble
        \usepackage{braille}
@@ -16,6 +17,7 @@ AddToPreamble
         {\setlength{\brailleunit}{0.75ex}\braille{#1}}
 EndPreamble
 
+
 # default Braille
 Style Braille_(default)
        LatexType               command
@@ -38,6 +40,7 @@ Style Braille_(default)
        EndFont
 End
 
+
 # Braille in text size
 Style Braille_(textsize)
        LatexType               command
@@ -60,6 +63,7 @@ Style Braille_(textsize)
        EndFont
 End
 
+
 # turn on dots
 Style Braille_(dots_on)
        LatexType               command
@@ -83,6 +87,7 @@ Style Braille_(dots_on)
        EndFont
 End
 
+
 # turn off dots
 Style Braille_(dots_off)
        LatexType               command
@@ -106,7 +111,8 @@ Style Braille_(dots_off)
        EndFont
 End
 
-# turn off dots
+
+# turn off mirroring
 Style Braille_(mirror_on)
        LatexType               command
        LatexName               braillemirrortrue
@@ -129,13 +135,14 @@ Style Braille_(mirror_on)
        EndFont
 End
 
-# turn off dots
+
+# turn off mirroring
 Style Braille_(mirror_off)
        LatexType               command
        LatexName               braillemirrorfalse
        NextNoIndent            1
        KeepEmpty               1
-       LeftMargin              "XBraille mirror off"
+       LeftMargin              XBraille_mirror_off
        LabelSep                xx
        ParSkip                 0.0
        ItemSep                 0.2
@@ -145,10 +152,32 @@ Style Braille_(mirror_off)
        Align                   Block
        AlignPossible           Block, Left
        LabelType               Static
-       LabelString             "Braille mirror off"
+       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
+