2003-03-14 11:57:12 +00:00
|
|
|
|
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
|
|
|
|
2007-08-26 09:10:52 +00:00
|
|
|
Format 5
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Itemize
|
2003-05-02 08:55:48 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Item_Environment
|
|
|
|
LatexName itemize
|
|
|
|
NextNoIndent 1
|
|
|
|
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
|
2005-06-13 09:36:58 +00:00
|
|
|
LabelString "*"
|
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
|
2003-05-02 08:55:48 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Item_Environment
|
|
|
|
LatexName enumerate
|
|
|
|
NextNoIndent 1
|
|
|
|
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
|
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 Description
|
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
|
2005-06-13 09:36:58 +00:00
|
|
|
LabelString "MM"
|
2003-10-13 09:50:10 +00:00
|
|
|
LabelFont
|
2003-05-02 08:55:48 +00:00
|
|
|
Series Bold
|
|
|
|
EndFont
|
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 List
|
2003-05-02 08:55:48 +00:00
|
|
|
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
|
2005-06-13 09:36:58 +00:00
|
|
|
LabelString "00.00.0000"
|
2003-05-02 08:55:48 +00:00
|
|
|
|
|
|
|
#define the environment lyxlist
|
|
|
|
Preamble
|
2003-09-12 17:14:12 +00:00
|
|
|
\newenvironment{lyxlist}[1]
|
|
|
|
{\begin{list}{}
|
|
|
|
{\settowidth{\labelwidth}{#1}
|
|
|
|
\setlength{\leftmargin}{\labelwidth}
|
|
|
|
\addtolength{\leftmargin}{\labelsep}
|
|
|
|
\renewcommand{\makelabel}[1]{##1\hfil}}}
|
|
|
|
{\end{list}}
|
2003-05-02 08:55:48 +00:00
|
|
|
EndPreamble
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
2003-02-17 15:16:14 +00:00
|
|
|
|
|
|
|
|
2003-03-14 11:57:12 +00:00
|
|
|
#
|
|
|
|
# New environments (not active yet)
|
|
|
|
#
|
|
|
|
#Environment Itemize
|
2003-05-02 08:55:48 +00:00
|
|
|
# LaTeXHeader "\begin{itemize}"
|
|
|
|
# LaTeXFooter "\end{itemize}"
|
2005-06-13 09:36:58 +00:00
|
|
|
# LabelString "*"
|
2003-05-02 08:55:48 +00:00
|
|
|
# Margin Static
|
|
|
|
# LatexType Item_Environment
|
|
|
|
# NextNoIndent 1
|
|
|
|
# LeftMargin MMN
|
|
|
|
# LabelSep xx
|
|
|
|
# ItemSep 0.2
|
|
|
|
# TopSep 0.7
|
|
|
|
# BottomSep 0.7
|
|
|
|
# ParSep 0.3
|
2003-09-12 17:14:12 +00:00
|
|
|
# Align Block
|
|
|
|
# AlignPossible Block, Left
|
2003-05-02 08:55:48 +00:00
|
|
|
# LabelType Static
|
2003-03-14 11:57:12 +00:00
|
|
|
#End
|
|
|
|
|
|
|
|
#Environment Enumerate
|
2003-05-02 08:55:48 +00:00
|
|
|
# Margin Static
|
|
|
|
# LatexType Item_Environment
|
|
|
|
# LatexName enumerate
|
|
|
|
# NextNoIndent 1
|
|
|
|
# LeftMargin MMN
|
|
|
|
# LabelSep xx
|
|
|
|
# ParSkip 0.0
|
|
|
|
# ItemSep 0.2
|
|
|
|
# TopSep 0.7
|
|
|
|
# BottomSep 0.7
|
|
|
|
# ParSep 0.3
|
2003-09-12 17:14:12 +00:00
|
|
|
# Align Block
|
|
|
|
# AlignPossible Block, Left
|
|
|
|
# LabelType Enumerate
|
2003-03-14 11:57:12 +00:00
|
|
|
#End
|
2003-09-15 15:00:46 +00:00
|
|
|
|