]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
- theorems-without-preamble.inc: new file to provide theorem environments without...
[lyx.git] / lib / layouts / stdlists.inc
index 6af5c3474d5e9f027144edbf35987510b2c411a6..9ec0568877bca9e8806a252147778906b1cabb92 100644 (file)
@@ -1,4 +1,3 @@
-
 # 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>
@@ -7,7 +6,9 @@
 # This include files contains various standard environments for lists.
 
 
-Format 29
+Format 35
+
+Input stdlyxlist.inc
 
 Style Itemize
        Category              List
@@ -86,43 +87,5 @@ End
 
 
 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"
-       HTMLTag               ol
-       HTMLAttr              class='lyxlist'
-       HTMLItem              li
-       HTMLLabel             span
-       HTMLLabelAttr         class='lyxlist'
-
-       #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
-
-       HTMLStyle
-               ol.lyxlist {
-                       list-style-type: none;
-               }
-               span.lyxlist {
-                       margin-right: 3em;
-               }
-       EndHTMLStyle
+  Obsoletedby           Labeling
 End