2011-04-17 18:52:49 +00:00
|
|
|
# The special "LyXList". Separated out for inclusion where the
|
2011-04-17 00:51:03 +00:00
|
|
|
# whole of stdlist.inc is not needed.
|
|
|
|
|
2024-08-12 10:29:14 +00:00
|
|
|
Format 107
|
2011-04-17 00:51:03 +00:00
|
|
|
|
|
|
|
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"
|
2018-08-17 08:22:32 +00:00
|
|
|
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
|
2011-04-17 00:51:03 +00:00
|
|
|
HTMLTag ol
|
2022-12-04 18:27:19 +00:00
|
|
|
HTMLClass lyxlist
|
2011-04-17 00:51:03 +00:00
|
|
|
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
|
2020-10-03 14:17:22 +00:00
|
|
|
|
|
|
|
DocBookTag variablelist
|
|
|
|
DocBookItemWrapperTag varlistentry
|
|
|
|
DocBookItemTag listitem
|
|
|
|
DocBookItemInnerTag para
|
|
|
|
DocBookItemLabelTag term
|
|
|
|
DocBookItemLabelTagType paragraph
|
2011-04-17 00:51:03 +00:00
|
|
|
End
|