]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
dinbrief: fix typos, correct obsolete environments, add missing environments, patch...
[lyx.git] / lib / layouts / stdlayouts.inc
index 18d6689b93fe487f306512b6ac6bd20cd2e6d0fb..eba3226047916c43e7973937b98313e930052709 100644 (file)
@@ -1,34 +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.
 
-# LaTeX style definition
-#Style LaTeX
-#  Margin               Static
-#  LatexType            Paragraph
-#  LatexName            dummy
-#  NewLine              0
-#  ParIndent            MM
-#  ParSkip              0.4
-#  ParSep               0.5
-#  Align                        Block
-#  AlignPossible                Block, Left, Right, Center
-#  LabelType            No_Label
-#  FreeSpacing          1
-#
-#  # standard font definition
-#  Font 
-#    Latex              Latex
-#  EndFont
-#
-#End
 
-# Quotation style definition
+Format 10
 Style Quotation
+       Category              MainText
        Margin                Static
        LatexType             Environment
        LatexName             quotation
@@ -45,8 +26,9 @@ Style Quotation
        AlignPossible         Block, Left, Right, Center
 End
 
-# Quote style definition
+
 Style Quote
+       Category              MainText
        Margin                Static
        LatexType             Environment
        LatexName             quote
@@ -61,10 +43,11 @@ Style Quote
        LabelType             No_Label
 End
 
-# Verse style definition
+
 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
@@ -80,25 +63,21 @@ Style Verse
        LabelType             No_Label
 End
 
-# Caption style definition
-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
 
-       # label font definition
-       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
-
-