]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdclass.inc
Remove debugging code.
[lyx.git] / lib / layouts / stdclass.inc
index 6264ce87ebb9faeabf42078d1dff8066a23316d5..c3fadd2c2e3ae516f37aac1d127c84c3d35cc7fa 100644 (file)
@@ -1,13 +1,13 @@
 # Standard textclass definition file. Taken from initial LyX source code
 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
-# Transposed by Pascal André <andre@via.ecp.fr>
+# Transposed by Pascal André <andre@via.ecp.fr>
 # Heavily modifed and enhanced by several developers.
 
 # This is a base layout which is designed to be included from other
 # ``standard'' layouts, like article and friends.
 
 
-Format 4
+Format 60
 Columns                 1
 Sides                   1
 SecNumDepth             2
@@ -26,6 +26,7 @@ EndFont
 
 
 Style Standard
+       Category              MainText
        Margin                Static
        LatexType             Paragraph
        LatexName             dummy
@@ -34,9 +35,19 @@ 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
 Input stdlists.inc
 Input stdsections.inc
 Input stdstarsections.inc
@@ -44,5 +55,4 @@ Input stdtitle.inc
 Input stdstruct.inc
 Input lyxmacros.inc
 Input stdlayouts.inc
-Input stdfloats.inc
-Input stdcounters.inc
+Input stdciteformats.inc