]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
Add some tipa accents
[lyx.git] / lib / layouts / scrclass.inc
index af9efceb72f32f897cd1f7013a8a7205c937e522..5cd1a71e765399e555137c4038dc8b392e9d1a4c 100644 (file)
@@ -7,6 +7,7 @@
 # Guenter Milde <g.milde web.de>
 
 
+Format 3
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
@@ -31,7 +32,8 @@ End
 Style Labeling
        CopyStyle             List
        LatexName             labeling
-       Preamble              # overwrite the preamble code definition
+       # overwrite the preamble code definition
+       Preamble
        EndPreamble
 End
 
@@ -227,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