]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
More tweaks, and some fixes for missing files in the makefiles, while we're at it.
[lyx.git] / lib / layouts / stdlists.inc
index 7d0c33be77cca2fb80605d825f16edadffa8ee9b..97c5ade0e7ec9c42b7a4bdaf317572b133a21fde 100644 (file)
@@ -1,12 +1,13 @@
 
 # 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.
 
-# Itemize style definition
+
+Format 6
 Style Itemize
        Margin                Static
        LatexType             Item_Environment
@@ -20,11 +21,11 @@ Style Itemize
        ParSep                0.3
        Align                 Block
        AlignPossible         Block, Left
-       LabelType             Static
-       LabelString           *
+       LabelType             Itemize
+       LabelString           "*"
 End
 
-# Enumerate style definition
+
 Style Enumerate
        Margin                Static
        LatexType             Item_Environment
@@ -39,10 +40,10 @@ Style Enumerate
        ParSep                0.3
        Align                 Block
        AlignPossible         Block, Left
-       LabelType             Counter_EnumI
+       LabelType             Enumerate
 End
 
-# Description style definition
+
 Style Description
        Margin                First_Dynamic
        LatexType             Item_environment
@@ -58,15 +59,13 @@ Style Description
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Manual
-       LabelString           MM
-
-       # label font definition
-       LabelFont 
+       LabelString           "MM"
+       LabelFont
          Series              Bold
        EndFont
 End
 
-# List style definition
+
 Style List
        Margin                Manual
        LatexType             List_Environment
@@ -80,38 +79,18 @@ Style List
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Manual
-       LabelString           00.00.0000
+       LabelString           "00.00.0000"
 
        #define the environment lyxlist
        Preamble
-       \newenvironment{lyxlist}[1]
-         {\begin{list}{}
-           {\settowidth{\labelwidth}{#1}
-            \setlength{\leftmargin}{\labelwidth}
-            \addtolength{\leftmargin}{\labelsep}
-            \renewcommand{\makelabel}[1]{##1\hfil}}}
-         {\end{list}}
+               \newenvironment{lyxlist}[1]
+                       {\begin{list}{}
+                               {\settowidth{\labelwidth}{#1}
+                                \setlength{\leftmargin}{\labelwidth}
+                                \addtolength{\leftmargin}{\labelsep}
+                                \renewcommand{\makelabel}[1]{##1\hfil}}}
+                       {\end{list}}
        EndPreamble
-
-End
-
-
-
-Style Bibliography
-       Margin                Static
-       LatexType             Bib_Environment
-       LatexName             thebibliography
-       NextNoIndent          1
-       LeftMargin            MMN
-       LabelSep              xx
-       ParSkip               0.0
-       ItemSep               0.2
-       TopSep                0.7
-       BottomSep             0.7
-       ParSep                0.3
-       Align                 Block
-       AlignPossible         Block, Left
-       LabelType             Counter_EnumI
 End
 
 
@@ -121,7 +100,7 @@ End
 #Environment Itemize
 #       LaTeXHeader "\begin{itemize}"
 #       LaTeXFooter "\end{itemize}"
-#  LabelString          *
+#  LabelString          "*"
 #  Margin               Static
 #  LatexType            Item_Environment
 #  NextNoIndent         1
@@ -131,8 +110,8 @@ End
 #  TopSep               0.7
 #  BottomSep            0.7
 #  ParSep               0.3
-#  Align                        Block
-#  AlignPossible                Block, Left
+#  Align                Block
+#  AlignPossible        Block, Left
 #  LabelType            Static
 #End
 
@@ -148,8 +127,8 @@ End
 #  TopSep               0.7
 #  BottomSep            0.7
 #  ParSep               0.3
-#  Align                        Block
-#  AlignPossible                Block, Left
-#  LabelType            Counter_EnumI
+#  Align                Block
+#  AlignPossible        Block, Left
+#  LabelType            Enumerate
 #End