X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdlyxlist.inc;h=a5444bf032baa7e8ed15b451d4c4c2981615828f;hb=e2e74ffb0a72477420bfc2a8be0fcfbafe52e8ae;hp=992d10c6f485d53bcec18c4edfa97913ef6da739;hpb=7195abcb4f404b4b00270a5f5514c5290c95a9b6;p=lyx.git diff --git a/lib/layouts/stdlyxlist.inc b/lib/layouts/stdlyxlist.inc index 992d10c6f4..a5444bf032 100644 --- a/lib/layouts/stdlyxlist.inc +++ b/lib/layouts/stdlyxlist.inc @@ -1,7 +1,7 @@ # The special "LyXList". Separated out for inclusion where the # whole of stdlist.inc is not needed. -Format 40 +Format 104 Style Labeling Category List @@ -18,8 +18,18 @@ Style Labeling AlignPossible Block, Left LabelType Manual LabelString "00.00.0000" + 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 HTMLTag ol - HTMLAttr class='lyxlist' + HTMLClass lyxlist HTMLItem li HTMLLabel span HTMLLabelAttr class='lyxlist' @@ -47,4 +57,11 @@ Style Labeling margin-right: 1em; } EndHTMLStyle + + DocBookTag variablelist + DocBookItemWrapperTag varlistentry + DocBookItemTag listitem + DocBookItemInnerTag para + DocBookItemLabelTag term + DocBookItemLabelTagType paragraph End