]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
Add some tipa accents
[lyx.git] / lib / layouts / stdlayouts.inc
index 18d6689b93fe487f306512b6ac6bd20cd2e6d0fb..4ec18418460deae18db25815500223c15bbcf6fd 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 3
 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,25 +60,6 @@ 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
-       EndFont
-End