]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
Fix a bug involving module conflicts. We need to check not only that we
[lyx.git] / lib / layouts / stdlayouts.inc
index dbc01612c635b373b43e38d014e6e27dc9abd11b..eba3226047916c43e7973937b98313e930052709 100644 (file)
@@ -1,14 +1,15 @@
 # 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 include files contains various standard environments for lists,
 # quotations and such.
 
 
-Format 4
+Format 10
 Style Quotation
+       Category              MainText
        Margin                Static
        LatexType             Environment
        LatexName             quotation
@@ -27,6 +28,7 @@ End
 
 
 Style Quote
+       Category              MainText
        Margin                Static
        LatexType             Environment
        LatexName             quote
@@ -45,6 +47,7 @@ End
 Style Verse
        # LaTeX type is first dynamic because of LaTeX implementation.
        # In LyX this does not make sense.
+       Category              MainText
        LatexType             Environment
        LatexName             verse
        Margin                First_Dynamic
@@ -61,5 +64,20 @@ Style Verse
 End
 
 
-
-
+Style --Separator--
+       Category              MainText
+       KeepEmpty             1
+       Margin                Dynamic
+       LatexType             Paragraph
+       LatexName             dummy
+       ParIndent             MM
+       Align                 Block
+       LabelType             Static
+       LabelString           "--- Separate Environment ---"
+       LabelFont
+         Family              Roman
+         Series              Medium
+         Size                Normal
+         Color               Blue
+       EndFont
+End