]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdclass.inc
Add some tipa accents
[lyx.git] / lib / layouts / stdclass.inc
index 17a7498e32342eb59b0454a1fc688d5eb6ce86ac..da85a06ac6f13a43748ff2cce415b73bddd1ebd1 100644 (file)
@@ -6,35 +6,37 @@
 # This is a base layout which is designed to be included from other
 # ``standard'' layouts, like article and friends.
 
-# General textclass parameters
-Columns                        1
-Sides                  1
-SecNumDepth            2
-TocDepth               2
-DefaultStyle Standard
+
+Format 3
+Columns                 1
+Sides                   1
+SecNumDepth             2
+TocDepth                2
+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            dummy
-  ParIndent            MM
-  ParSkip              0.4
-  Align                Block
-  AlignPossible        Block, Left, Right, Center
-  LabelType            No_Label
+       Margin                Static
+       LatexType             Paragraph
+       LatexName             dummy
+       ParIndent             MM
+       ParSkip               0.4
+       Align                 Block
+       AlignPossible         Block, Left, Right, Center
+       LabelType             No_Label
 End
 
+
 Input stdlists.inc
 Input stdsections.inc
 Input stdstarsections.inc
@@ -42,4 +44,5 @@ Input stdtitle.inc
 Input stdstruct.inc
 Input lyxmacros.inc
 Input stdlayouts.inc
-Input obsolete.inc
+Input stdfloats.inc
+Input stdcounters.inc