]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
- EmbeddedObjects.lyx: new chapter about objects surrounded by text
[lyx.git] / lib / layouts / stdlayouts.inc
index 18d6689b93fe487f306512b6ac6bd20cd2e6d0fb..151f23b8f63b87e4dad3837112028f65de359102 100644 (file)
@@ -1,34 +1,16 @@
 # 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 35
+
 Style Quotation
+       Category              MainText
        Margin                Static
        LatexType             Environment
        LatexName             quotation
@@ -43,10 +25,13 @@ Style Quotation
        ParSep                0
        Align                 Block
        AlignPossible         Block, Left, Right, Center
+       HTMLTag               blockquote
+       HTMLItem              div
 End
 
-# Quote style definition
+
 Style Quote
+       Category              MainText
        Margin                Static
        LatexType             Environment
        LatexName             quote
@@ -59,12 +44,15 @@ Style Quote
        Align                 Block
        AlignPossible         Block, Left, Right, Center
        LabelType             No_Label
+       HTMLTag               blockquote
+       HTMLItem              div
 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
@@ -78,27 +66,26 @@ Style Verse
        Align                 Block
        AlignPossible         Block, Left
        LabelType             No_Label
+       HTMLTag               blockquote
+       HTMLItem              p
 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
+       HTMLLabel             NONE
 End
-
-