]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
Add powerdot layout and example
[lyx.git] / lib / layouts / scrclass.inc
index b6eab18645869b4deaf641056c0307411e865a49..34b54f09952b163454a3bdbc550bcb1129710b64 100644 (file)
@@ -7,6 +7,7 @@
 # Guenter Milde <g.milde web.de>
 
 
+Format 4
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
@@ -228,13 +229,41 @@ End
 Input stdlayouts.inc
 
 Style Captionabove
-       CopyStyle            Caption
+       Margin                First_Dynamic
+       LatexType             Command
+       LatexName             caption
+       NeedProtect           1
+       LabelSep              xx
+       ParSkip               0.4
+       TopSep                0.5
+       Align                 Center
+       AlignPossible         Center
+       LabelType             Sensitive
+       LabelString           "Senseless!"
+       OptionalArgs          1
+       LabelFont
+         Series              Bold
+       EndFont
        LatexName            captionabove
 End
 
 
 Style Captionbelow
-       CopyStyle            Caption
+       Margin                First_Dynamic
+       LatexType             Command
+       LatexName             caption
+       NeedProtect           1
+       LabelSep              xx
+       ParSkip               0.4
+       TopSep                0.5
+       Align                 Center
+       AlignPossible         Center
+       LabelType             Sensitive
+       LabelString           "Senseless!"
+       OptionalArgs          1
+       LabelFont
+         Series              Bold
+       EndFont
        LatexName            captionbelow
 End