]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstarsections.inc
read the ChangeLog... no huge changes .. but some might get reversed...
[lyx.git] / lib / layouts / stdstarsections.inc
1 # Standard textclass definition file. Taken from initial LyX source code
2 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
3 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
4 # Heavily modifed and enhanced by several developers.
5
6 # This include files contains all non numbered versions of the
7 # sectionning-related commands that are useful for article-like
8 # document classes, but not for letters. It should be Input after
9 # modying the style of the regular sectionning layouts.
10
11 # Part* style definition
12 Style Part*
13   CopyStyle             Part
14   Margin                Static
15   LatexName             part*
16   LabelType             No_Label
17 End
18
19 # Chapter* style definition
20 Style Chapter*
21   CopyStyle             Chapter
22   Margin                Static
23   LatexName             chapter*
24   LabelType             No_Label
25 End
26
27 # Section* style definition
28 Style Section*
29   CopyStyle             Section
30   Margin                Static
31   LatexName             section*
32   LabelType             No_Label
33 End
34
35 # Subsection* style definition
36 Style Subsection*
37   CopyStyle             Subsection
38   Margin                Static
39   LatexName             subsection*
40   LabelType             No_Label
41 End
42
43 # Subsubsection* style definition
44 Style Subsubsection*
45   CopyStyle             Subsubsection
46   Margin                Static
47   LatexName             subsubsection*
48   LabelType             No_Label
49 End
50
51 # Paragraph* style definition
52 Style Paragraph*
53   CopyStyle             Paragraph
54   Margin                Static
55   LatexName             paragraph*
56   LabelType             No_Label
57 End
58
59 # Subparagraph* style definition
60 Style Subparagraph*
61   CopyStyle             Subparagraph
62   Margin                Static
63   LatexName             subparagraph*
64   LabelType             No_Label
65 End
66