]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
Allow literate documents other than noweb to work out of the box. Currently
[lyx.git] / lib / layouts / stdlayouts.inc
index 0b945f0d5ca39d8e333d7dc0c1152aeb71e52290..381102129df34b9269ebf178c40cb68b94a9b3dc 100644 (file)
@@ -1,13 +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 11
 Style Quotation
+       Category              MainText
        Margin                Static
        LatexType             Environment
        LatexName             quotation
@@ -26,6 +28,7 @@ End
 
 
 Style Quote
+       Category              MainText
        Margin                Static
        LatexType             Environment
        LatexName             quote
@@ -42,8 +45,9 @@ End
 
 
 Style Verse
-# LaTeX type is first dynamic because of LaTeX implementation.
-# In LyX this does not make sense.
+       # 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
@@ -60,21 +64,20 @@ Style Verse
 End
 
 
-Style Caption
-       Margin                First_Dynamic
-       LatexType             Command
-       LatexName             caption
-       NeedProtect           1
-       LabelSep              xx
-       ParSkip               0.4
-       TopSep                0.5
-       Align                 Center
-       AlignPossible         Center
-       LabelType             Sensitive
-       LabelString   Caption
-       OptionalArgs          1
-
-       LabelFont 
-         Series              Bold
+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