]> 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 6bdcbef910fc24ab23e440e6bb5039b9a0e7b266..598f89e4969a84f7cb2b957924cadb201fd4de73 100644 (file)
@@ -6,7 +6,7 @@
 # This include files contains various standard environments for lists.
 
 
-Format 54
+Format 76
 
 Input stdlyxlist.inc
 
@@ -33,6 +33,16 @@ Style Itemize
                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
 
 
@@ -62,6 +72,16 @@ Style Enumerate
                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
@@ -91,6 +111,16 @@ Style Description
        HTMLStyle
                dl.description dt { font-weight: bold; }
        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