]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Add a pref to disable OS keyboard language support
[lyx.git] / lib / layouts / stdlists.inc
index dad3485bfa62ffc8d3eb21fc798e66736adfadae..598f89e4969a84f7cb2b957924cadb201fd4de73 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 31
+Format 76
+
+Input stdlyxlist.inc
 
 Style Itemize
        Category              List
@@ -15,6 +16,7 @@ Style Itemize
        LatexType             Item_Environment
        LatexName             itemize
        NextNoIndent          1
+       ToggleIndent          Never
        LeftMargin            MMN
        LabelSep              xx
        ItemSep               0.2
@@ -24,10 +26,23 @@ 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
+       Argument listpreamble:1
+               LabelString    "List preamble"
+               MenuString     "List Preamble"
+               Tooltip        "LaTeX code to be inserted before the first item"
+               PassThru       1
+               Font
+                       Family typewriter
+                       Color latex
+               EndFont
+       EndArgument
 End
 
 
@@ -37,6 +52,7 @@ Style Enumerate
        LatexType             Item_Environment
        LatexName             enumerate
        NextNoIndent          1
+       ToggleIndent          Never
        LeftMargin            MMN
        LabelSep              xx
        ParSkip               0.0
@@ -52,6 +68,20 @@ Style Enumerate
        HTMLItem              li
        HTMLLabel             NONE
        RefPrefix             enu
+       Argument item:1
+               LabelString   "Custom Item|s"
+               Tooltip       "A customized item string"
+       EndArgument
+       Argument listpreamble:1
+               LabelString    "List preamble"
+               MenuString     "List Preamble"
+               Tooltip        "LaTeX code to be inserted before the first item"
+               PassThru       1
+               Font
+                       Family typewriter
+                       Color latex
+               EndFont
+       EndArgument
 End
 
 Style Description
@@ -70,7 +100,6 @@ Style Description
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Manual
-       LabelString           "MM"
        LabelFont
          Series              Bold
        EndFont
@@ -82,53 +111,16 @@ Style Description
        HTMLStyle
                dl.description dt { font-weight: bold; }
        EndHTMLStyle
-End
-
-
-Style Labeling
-       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;
-               }
-               li.labeling_item {
-                       text-indent: -5em;
-                       margin-left: 5em;
-               }
-               span.lyxlist {
-                       margin-right: 1em;
-               }
-       EndHTMLStyle
+       Argument listpreamble:1
+               LabelString    "List preamble"
+               MenuString     "List Preamble"
+               Tooltip        "LaTeX code to be inserted before the first item"
+               PassThru       1
+               Font
+                       Family typewriter
+                       Color latex
+               EndFont
+       EndArgument
 End