]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Add needauth option to gnuplot->PDF converter introduced in [066edd3c/lyxgit].
[lyx.git] / lib / layouts / stdlists.inc
index 3cf546f1bc80bff7b5c56edae445b949bda40bef..182c4f34ececbbd487bb800621669d0a186c8bb4 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,13 +6,17 @@
 # This include files contains various standard environments for lists.
 
 
-Format 9
+Format 63
+
+Input stdlyxlist.inc
+
 Style Itemize
        Category              List
        Margin                Static
        LatexType             Item_Environment
        LatexName             itemize
        NextNoIndent          1
+       ToggleIndent          Never
        LeftMargin            MMN
        LabelSep              xx
        ItemSep               0.2
@@ -23,7 +26,13 @@ Style Itemize
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Itemize
-       LabelString           "*"
+       HTMLTag               ul
+       HTMLItem              li
+       HTMLLabel             NONE
+       Argument item:1
+               LabelString   "Custom Item|s"
+               Tooltip       "A customized item string"
+       EndArgument
 End
 
 
@@ -33,6 +42,7 @@ Style Enumerate
        LatexType             Item_Environment
        LatexName             enumerate
        NextNoIndent          1
+       ToggleIndent          Never
        LeftMargin            MMN
        LabelSep              xx
        ParSkip               0.0
@@ -43,9 +53,17 @@ Style Enumerate
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Enumerate
+       LabelCounter          "enum"
+       HTMLTag               ol
+       HTMLItem              li
+       HTMLLabel             NONE
+       RefPrefix             enu
+       Argument item:1
+               LabelString   "Custom Item|s"
+               Tooltip       "A customized item string"
+       EndArgument
 End
 
-
 Style Description
        Category              List
        Margin                First_Dynamic
@@ -62,37 +80,20 @@ Style Description
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Manual
-       LabelString           "MM"
        LabelFont
          Series              Bold
        EndFont
+       HTMLTag               dl
+       HTMLAttr              class='description'
+       HTMLItem              dd
+       HTMLLabel             dt
+       HTMLLabelFirst        1
+       HTMLStyle
+               dl.description dt { font-weight: bold; }
+       EndHTMLStyle
 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"
-
-       #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
+  Obsoletedby           Labeling
 End