]> 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 1a8709ad91e8bbed9f56a15e60510e632deed6ba..be1599d4d1d944c5307cbb5f4db127e8b325b111 100644 (file)
@@ -1,40 +1,53 @@
 # 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.
 
-# General textclass parameters
-Columns                        1
-Sides                  1
-SecNumDepth            2
-TocDepth               2
-DefaultStyle Standard
+
+Format 76
+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
+       Category              MainText
+       Margin                Static
+       LatexType             Paragraph
+       LatexName             dummy
+       ParIndent             MM
+       ParSkip               0.4
+       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
@@ -42,6 +55,3 @@ Input stdtitle.inc
 Input stdstruct.inc
 Input lyxmacros.inc
 Input stdlayouts.inc
-Input stdfloats.inc
-Input stdcounters.inc
-Input obsolete.inc