1999-09-27 18:44:28 +00:00
|
|
|
# Standard textclass definition file. Taken from initial LyX source code
|
|
|
|
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
|
2007-07-24 17:16:35 +00:00
|
|
|
# Transposed by Pascal André <andre@via.ecp.fr>
|
1999-09-27 18:44:28 +00:00
|
|
|
# Heavily modifed and enhanced by several developers.
|
|
|
|
|
|
|
|
# This include files contains various standard environments for lists.
|
|
|
|
|
2003-09-12 17:14:12 +00:00
|
|
|
|
2024-06-03 02:52:37 +00:00
|
|
|
Format 105
|
2009-06-05 19:05:48 +00:00
|
|
|
|
2011-04-17 00:50:31 +00:00
|
|
|
Input stdlyxlist.inc
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Itemize
|
2008-03-06 05:02:23 +00:00
|
|
|
Category List
|
2003-05-02 08:55:48 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Item_Environment
|
|
|
|
LatexName itemize
|
|
|
|
NextNoIndent 1
|
2014-05-29 12:10:32 +00:00
|
|
|
ToggleIndent Never
|
2003-05-02 08:55:48 +00:00
|
|
|
LeftMargin MMN
|
|
|
|
LabelSep xx
|
|
|
|
ItemSep 0.2
|
|
|
|
TopSep 0.7
|
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.3
|
|
|
|
Align Block
|
|
|
|
AlignPossible Block, Left
|
2003-09-12 17:14:12 +00:00
|
|
|
LabelType Itemize
|
2009-06-05 17:51:03 +00:00
|
|
|
HTMLTag ul
|
|
|
|
HTMLItem li
|
2009-10-26 02:51:51 +00:00
|
|
|
HTMLLabel NONE
|
2012-11-29 14:34:20 +00:00
|
|
|
Argument item:1
|
|
|
|
LabelString "Custom Item|s"
|
|
|
|
Tooltip "A customized item string"
|
|
|
|
EndArgument
|
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
|
2020-08-26 22:52:06 +00:00
|
|
|
DocBookTag itemizedlist
|
2019-05-10 00:16:56 +00:00
|
|
|
DocBookItemTag listitem
|
|
|
|
DocBookItemInnerTag para
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-12 17:14:12 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Enumerate
|
2008-03-06 05:02:23 +00:00
|
|
|
Category List
|
2003-05-02 08:55:48 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Item_Environment
|
|
|
|
LatexName enumerate
|
|
|
|
NextNoIndent 1
|
2014-05-29 12:10:32 +00:00
|
|
|
ToggleIndent Never
|
2003-05-02 08:55:48 +00:00
|
|
|
LeftMargin MMN
|
|
|
|
LabelSep xx
|
|
|
|
ParSkip 0.0
|
|
|
|
ItemSep 0.2
|
|
|
|
TopSep 0.7
|
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.3
|
|
|
|
Align Block
|
|
|
|
AlignPossible Block, Left
|
2003-09-12 17:14:12 +00:00
|
|
|
LabelType Enumerate
|
2009-06-02 16:02:29 +00:00
|
|
|
LabelCounter "enum"
|
2009-06-05 17:51:03 +00:00
|
|
|
HTMLTag ol
|
|
|
|
HTMLItem li
|
2009-10-27 13:39:39 +00:00
|
|
|
HTMLLabel NONE
|
2010-07-11 13:49:09 +00:00
|
|
|
RefPrefix enu
|
2012-11-29 14:34:20 +00:00
|
|
|
Argument item:1
|
|
|
|
LabelString "Custom Item|s"
|
|
|
|
Tooltip "A customized item string"
|
|
|
|
EndArgument
|
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
|
2019-05-10 00:16:56 +00:00
|
|
|
DocBookTag orderedlist
|
|
|
|
DocBookItemTag listitem
|
|
|
|
DocBookItemInnerTag para
|
2022-12-04 17:51:47 +00:00
|
|
|
HTMLStyle
|
2022-12-04 19:46:30 +00:00
|
|
|
ol.enumi { list-style-type: decimal; }
|
|
|
|
ol.enumii { list-style-type: lower-latin; }
|
|
|
|
ol.enumiii { list-style-type: lower-roman; }
|
|
|
|
ol.enumiv { list-style-type: upper-latin; }
|
2022-12-04 17:51:47 +00:00
|
|
|
EndHTMLStyle
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style Description
|
2008-03-06 05:02:23 +00:00
|
|
|
Category List
|
2003-05-02 08:55:48 +00:00
|
|
|
Margin First_Dynamic
|
|
|
|
LatexType Item_environment
|
|
|
|
LatexName description
|
|
|
|
NextNoIndent 1
|
|
|
|
LeftMargin MM
|
|
|
|
LabelSep xxx
|
|
|
|
ParSkip 0.4
|
|
|
|
ItemSep 0.2
|
|
|
|
TopSep 0.7
|
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.3
|
|
|
|
Align Block
|
|
|
|
AlignPossible Block, Left
|
|
|
|
LabelType Manual
|
2003-10-13 09:50:10 +00:00
|
|
|
LabelFont
|
2003-05-02 08:55:48 +00:00
|
|
|
Series Bold
|
|
|
|
EndFont
|
2009-06-06 04:09:14 +00:00
|
|
|
HTMLTag dl
|
|
|
|
HTMLItem dd
|
|
|
|
HTMLLabel dt
|
|
|
|
HTMLLabelFirst 1
|
|
|
|
HTMLStyle
|
|
|
|
dl.description dt { font-weight: bold; }
|
|
|
|
EndHTMLStyle
|
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
|
2019-05-10 00:16:56 +00:00
|
|
|
DocBookTag variablelist
|
|
|
|
DocBookItemWrapperTag varlistentry
|
|
|
|
DocBookItemTag listitem
|
|
|
|
DocBookItemInnerTag para
|
|
|
|
DocBookItemLabelTag term
|
2020-08-26 22:52:06 +00:00
|
|
|
DocBookItemLabelTagType paragraph
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-12 17:14:12 +00:00
|
|
|
|
2010-11-26 17:21:17 +00:00
|
|
|
Style List
|
|
|
|
Obsoletedby Labeling
|
|
|
|
End
|