lyx-layout-espdx/espdlists.inc

126 lines
3.0 KiB
PHP
Raw Permalink Normal View History

2016-10-20 17:23:01 +00:00
# Standard textclass definition file. Taken from initial LyX source code
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
# Transposed by Pascal André <andre@via.ecp.fr>
# Heavily modifed and enhanced by several developers.
# This include files contains various standard environments for lists.
2019-06-05 20:00:42 +00:00
Format 66
2016-12-14 08:19:56 +00:00
Input stdlyxlist.inc
2016-10-20 17:23:01 +00:00
Style Itemize
Category List
Margin Static
LatexType Item_Environment
LatexName itemize
NextNoIndent 1
2016-12-14 08:19:56 +00:00
ToggleIndent Never
2016-10-20 17:23:01 +00:00
LeftMargin MMN
LabelSep xx
ItemSep 0.2
TopSep 0.7
BottomSep 0.7
ParSep 0.3
Align Block
AlignPossible Block, Left
LabelType Itemize
LabelString "*"
2016-12-14 08:19:56 +00:00
HTMLTag ul
HTMLItem li
HTMLLabel NONE
Argument item:1
LabelString "Custom Item|s"
Tooltip "A customized item string"
EndArgument
2016-10-20 17:23:01 +00:00
End
Style Enumerate
Category List
Margin Static
LatexType Item_Environment
LatexName enumerate
NextNoIndent 1
2016-12-14 08:19:56 +00:00
ToggleIndent Never
2016-10-20 17:23:01 +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
LabelType Enumerate
2016-12-14 08:19:56 +00:00
LabelCounter "enum"
HTMLTag ol
HTMLItem li
HTMLLabel NONE
RefPrefix enu
Argument item:1
LabelString "Custom Item|s"
Tooltip "A customized item string"
EndArgument
2016-10-20 17:23:01 +00:00
End
Style Description
Category List
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
LabelString "MM"
LabelFont
Series Bold
EndFont
2016-12-14 08:19:56 +00:00
HTMLTag dl
HTMLAttr class='description'
HTMLItem dd
HTMLLabel dt
HTMLLabelFirst 1
HTMLStyle
dl.description dt { font-weight: bold; }
EndHTMLStyle
2016-10-20 17:23:01 +00:00
End
Style List
2016-12-14 08:19:56 +00:00
Obsoletedby Labeling
2016-10-20 17:23:01 +00:00
End
Style Explanation
Category List
Margin First_Dynamic
LatexType Item_environment
LatexName ESPDexplanation
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
LabelString "MM"
LabelFont
Series Bold
EndFont
End