]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
* lib/layouts/IEEEtran.layout: Add biographynophoto style
[lyx.git] / lib / layouts / stdlayouts.inc
index 18d6689b93fe487f306512b6ac6bd20cd2e6d0fb..36b8aa1c4f2ed6408342c3c769a21de64674b60b 100644 (file)
@@ -6,28 +6,8 @@
 # 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 2
 Style Quotation
        Margin                Static
        LatexType             Environment
@@ -45,7 +25,7 @@ Style Quotation
        AlignPossible         Block, Left, Right, Center
 End
 
-# Quote style definition
+
 Style Quote
        Margin                Static
        LatexType             Environment
@@ -61,10 +41,10 @@ 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.
        LatexType             Environment
        LatexName             verse
        Margin                First_Dynamic
@@ -80,7 +60,7 @@ Style Verse
        LabelType             No_Label
 End
 
-# Caption style definition
+
 Style Caption
        Margin                First_Dynamic
        LatexType             Command
@@ -92,11 +72,9 @@ Style Caption
        Align                 Center
        AlignPossible         Center
        LabelType             Sensitive
-       LabelString   Caption
+       LabelString           "Senseless!"
        OptionalArgs          1
-
-       # label font definition
-       LabelFont 
+       LabelFont
          Series              Bold
        EndFont
 End