]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdclass.inc
Add a pref to disable OS keyboard language support
[lyx.git] / lib / layouts / stdclass.inc
index 1605d1174e0b23d28903a82dd7f53479b47efcb6..be1599d4d1d944c5307cbb5f4db127e8b325b111 100644 (file)
@@ -7,7 +7,7 @@
 # ``standard'' layouts, like article and friends.
 
 
-Format 4
+Format 76
 Columns                 1
 Sides                   1
 SecNumDepth             2
@@ -26,6 +26,7 @@ EndFont
 
 
 Style Standard
+       Category              MainText
        Margin                Static
        LatexType             Paragraph
        LatexName             dummy
@@ -34,9 +35,16 @@ Style Standard
        Align                 Block
        AlignPossible         Block, Left, Right, Center
        LabelType             No_Label
+       # FIXME This ought to be set dynamically.
+       HTMLStyle
+               div.standard {
+                       margin-bottom: 2ex;
+               }
+       EndHTMLStyle
 End
 
-
+#Input stdcharstyles.inc
+#Input stdcustom.inc
 Input stdfloats.inc
 Input stdcounters.inc
 Input stdinsets.inc