]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Allow literate documents other than noweb to work out of the box. Currently
[lyx.git] / lib / layouts / stdlists.inc
index 3ecaecb0023f405a09ec6334eb36544a03ee66f1..8d901c3b59e0dcc352353d426ead04536af45341 100644 (file)
@@ -1,95 +1,98 @@
+
 # 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 11
 Style Itemize
-  Margin               Static
-  LatexType            Item_Environment
-  LatexName            itemize
-  NextNoIndent         1
-  LeftMargin           MMN
-  LabelSep             xx
-  ItemSep              0.2
-  TopSep               0.7
-  BottomSep            0.7
-  ParSep               0.3
-  Align                        Block
-  AlignPossible                Block, Left
-  LabelType            Static
-  LabelString          *
+       Category              List
+       Margin                Static
+       LatexType             Item_Environment
+       LatexName             itemize
+       NextNoIndent          1
+       LeftMargin            MMN
+       LabelSep              xx
+       ItemSep               0.2
+       TopSep                0.7
+       BottomSep             0.7
+       ParSep                0.3
+       Align                 Block
+       AlignPossible         Block, Left
+       LabelType             Itemize
+       LabelString           "*"
 End
 
-# Enumerate style definition
+
 Style Enumerate
-  Margin               Static
-  LatexType            Item_Environment
-  LatexName            enumerate
-  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
+       Category              List
+       Margin                Static
+       LatexType             Item_Environment
+       LatexName             enumerate
+       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             Enumerate
 End
 
-# Description style definition
-Style Description
-  Margin               First_Dynamic
-  LatexType            Item_environment
-  LatexName            description
-  NextNoIndent         1
-  LeftMargin           MM
-  LabelSep             xxx
-  ParSkip              0.4
-  ItemSep              0.2
-  TopSep               0.7
-  BottomSep            0.7
-  ParSep               0.3
-  Align                        Block
-  AlignPossible                Block, Left
-  LabelType            Manual
-  LabelString          MM
 
-  # label font definition
-  LabelFont 
-    Series             Bold
-  EndFont
+Style Description
+       Category              List
+       Margin                First_Dynamic
+       LatexType             Item_environment
+       LatexName             description
+       NextNoIndent          1
+       LeftMargin            MM
+       LabelSep              xxx
+       ParSkip               0.4
+       ItemSep               0.2
+       TopSep                0.7
+       BottomSep             0.7
+       ParSep                0.3
+       Align                 Block
+       AlignPossible         Block, Left
+       LabelType             Manual
+       LabelString           "MM"
+       LabelFont
+         Series              Bold
+       EndFont
 End
 
-# List style definition
-Style List
-  Margin               Manual
-  LatexType            List_Environment
-  LatexName            lyxlist
-  NextNoindent         1
-  LabelSep             xxx
-  ParSkip              0.4
-  TopSep               0.7
-  BottomSep            0.7
-  ParSep               0.5
-  Align                        Block
-  AlignPossible                Block, Left
-  LabelType            Manual
-  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 \hfill}}}
-    {\end{list}}
-  EndPreamble
+Style List
+       Category              List
+       Margin                Manual
+       LatexType             List_Environment
+       LatexName             lyxlist
+       NextNoindent          1
+       LabelSep              xxx
+       ParSkip               0.4
+       TopSep                0.7
+       BottomSep             0.7
+       ParSep                0.5
+       Align                 Block
+       AlignPossible         Block, Left
+       LabelType             Manual
+       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}}
+       EndPreamble
 End