X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdlists.inc;h=182c4f34ececbbd487bb800621669d0a186c8bb4;hb=b474aa5d4d8437eef35c751c7cfb9b6a30e7ee97;hp=c2e97cd7d69039f8dba4f722236527e20fab8744;hpb=69b1ea0ecf5191b937b9e6239aea1d266593bbbc;p=lyx.git diff --git a/lib/layouts/stdlists.inc b/lib/layouts/stdlists.inc index c2e97cd7d6..182c4f34ec 100644 --- a/lib/layouts/stdlists.inc +++ b/lib/layouts/stdlists.inc @@ -1,4 +1,3 @@ - # Standard textclass definition file. Taken from initial LyX source code # Author : Matthias Ettrich # Transposed by Pascal André @@ -7,7 +6,9 @@ # This include files contains various standard environments for lists. -Format 30 +Format 63 + +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,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 @@ -37,6 +42,7 @@ Style Enumerate LatexType Item_Environment LatexName enumerate NextNoIndent 1 + ToggleIndent Never LeftMargin MMN LabelSep xx ParSkip 0.0 @@ -52,6 +58,10 @@ Style Enumerate HTMLItem li HTMLLabel NONE RefPrefix enu + Argument item:1 + LabelString "Custom Item|s" + Tooltip "A customized item string" + EndArgument End Style Description @@ -70,7 +80,6 @@ Style Description Align Block AlignPossible Block, Left LabelType Manual - LabelString "MM" LabelFont Series Bold EndFont @@ -86,43 +95,5 @@ 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" - 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; - } - span.lyxlist { - margin-right: 3em; - } - EndHTMLStyle + Obsoletedby Labeling End