]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[lyx.git] / lib / layouts / stdlayouts.inc
index dbc01612c635b373b43e38d014e6e27dc9abd11b..131950bb0d52e770ba8a71d7b07162bb3fba9fa8 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 include files contains various standard environments for lists,
 # quotations and such.
 
 
-Format 4
+Format 5
 Style Quotation
        Margin                Static
        LatexType             Environment
@@ -61,5 +61,20 @@ Style Verse
 End
 
 
-
-
+Style --Separator--
+       KeepEmpty             1
+       Margin                Dynamic
+       LatexType             Paragraph
+       LatexName             dummy
+       ParIndent             MM
+       Align                 Block
+       AlignPossible         Block
+       LabelType             Static
+       LabelString           "--- Separate Environment ---"
+       LabelFont
+         Family              Roman
+         Series              Medium
+         Size                Normal
+         Color               Blue
+       EndFont
+End