]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
specify a background color for listings and allow the user to change it, patch by...
[lyx.git] / lib / layouts / stdlists.inc
index 641e55c82c23b7611d0c4fdc72f15c46a2089fc5..4909a91cb00b5498d14ca8ebac4168e70a21d3ae 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.
 
 
+Format 8
 Style Itemize
+       Category              List
        Margin                Static
        LatexType             Item_Environment
        LatexName             itemize
@@ -21,11 +23,12 @@ Style Itemize
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Itemize
-       LabelString           *
+       LabelString           "*"
 End
 
 
 Style Enumerate
+       Category              List
        Margin                Static
        LatexType             Item_Environment
        LatexName             enumerate
@@ -44,6 +47,7 @@ End
 
 
 Style Description
+       Category              List
        Margin                First_Dynamic
        LatexType             Item_environment
        LatexName             description
@@ -58,7 +62,7 @@ Style Description
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Manual
-       LabelString           MM
+       LabelString           "MM"
        LabelFont
          Series              Bold
        EndFont
@@ -66,6 +70,7 @@ End
 
 
 Style List
+       Category              List
        Margin                Manual
        LatexType             List_Environment
        LatexName             lyxlist
@@ -78,7 +83,7 @@ Style List
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Manual
-       LabelString           00.00.0000
+       LabelString           "00.00.0000"
 
        #define the environment lyxlist
        Preamble
@@ -99,7 +104,7 @@ End
 #Environment Itemize
 #       LaTeXHeader "\begin{itemize}"
 #       LaTeXFooter "\end{itemize}"
-#  LabelString          *
+#  LabelString          "*"
 #  Margin               Static
 #  LatexType            Item_Environment
 #  NextNoIndent         1