]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdclass.inc
Rename file.
[lyx.git] / lib / layouts / db_stdclass.inc
index dc310a27135a9ac2cfe369bb0e5d8f1f7b02ac57..f06af9e553f30ba0431465bd8bb655a9be31afb9 100644 (file)
@@ -5,34 +5,35 @@
 # It is desireable, as far as possible, to have the same look and feeling for
 # related layouts in latex and docbook.
 
-OutputType             docbook
+OutputType              docbook
 
 # General textclass parameters
-Columns                        1
-Sides                  1
-SecNumDepth            3
-TocDepth               3
+Columns                 1
+Sides                   1
+SecNumDepth             3
+TocDepth                3
+DefaultStyle            Standard
 
 # This is just to show how to declare the default font.
 # The defaults are exactly those shown here.
 DefaultFont
-  Family               Roman
-  Series               Medium
-  Shape                        Up
-  Size                 Normal
-  Color                        None
+       Family                Roman
+       Series                Medium
+       Shape                 Up
+       Size                  Normal
+       Color                 None
 EndFont
 
 # Standard style definition
 Style Standard
-  Margin               Static
-  LatexType            Paragraph
-  LatexName            para
-  ParIndent            MM
-  ParSkip              0.4
-  Align                Block
-  AlignPossible        Block
-  LabelType            No_Label
+       Margin                Static
+       LatexType             Paragraph
+       LatexName             para
+       ParIndent             MM
+       ParSkip               0.4
+       Align                 Block
+       AlignPossible         Block
+       LabelType             No_Label
 End
 
 Input db_stdlists.inc
@@ -42,3 +43,5 @@ Input db_stdtitle.inc
 Input db_stdstruct.inc
 Input db_lyxmacros.inc
 Input db_stdlayouts.inc
+Input stdcounters.inc
+Input stdfloats.inc