X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdlists.inc;h=0eef65c665a9ead0e7b168ffe01ab68898722991;hb=761648b1f7d1df9de87921143b8004b6d3dd21e9;hp=719421bb290ed2f823dacf20ba952c7f022e8ce4;hpb=8254e84f8f696f0372ccc77f59148888e17a85fe;p=lyx.git diff --git a/lib/layouts/stdlists.inc b/lib/layouts/stdlists.inc index 719421bb29..0eef65c665 100644 --- a/lib/layouts/stdlists.inc +++ b/lib/layouts/stdlists.inc @@ -6,7 +6,7 @@ # This include files contains various standard environments for lists. -Format 45 +Format 82 Input stdlyxlist.inc @@ -16,6 +16,7 @@ Style Itemize LatexType Item_Environment LatexName itemize NextNoIndent 1 + ToggleIndent Never LeftMargin MMN LabelSep xx ItemSep 0.2 @@ -32,6 +33,19 @@ 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 + DocBookTag itemizedlist + DocBookItemTag listitem + DocBookItemInnerTag para End @@ -41,6 +55,7 @@ Style Enumerate LatexType Item_Environment LatexName enumerate NextNoIndent 1 + ToggleIndent Never LeftMargin MMN LabelSep xx ParSkip 0.0 @@ -60,6 +75,19 @@ 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 + DocBookTag orderedlist + DocBookItemTag listitem + DocBookItemInnerTag para End Style Description @@ -89,6 +117,21 @@ 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 + DocBookTag variablelist + DocBookItemWrapperTag varlistentry + DocBookItemTag listitem + DocBookItemInnerTag para + DocBookItemLabelTag term End