]> git.lyx.org Git - lyx.git/blob - lib/layouts/simplecv.layout
remove useless SubSection declaration
[lyx.git] / lib / layouts / simplecv.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{curriculum vitae (simple)}
3 # Simple CV textclass definition file.
4 # Author : Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
5
6
7 Format 2
8 Columns                 1
9 Sides                   1
10 SecNumDepth             -1
11 TocDepth                -1
12
13 Input stdcounters.inc
14
15 Style Standard
16         Margin                Static
17         LatexType             Paragraph
18         LatexName             dummy
19         ParIndent             MM
20         ParSkip               0.4
21         Align                 Block
22         AlignPossible         Block, Left, Right, Center
23         LabelType             No_Label
24 End
25
26
27 Style Section
28         Margin                Dynamic
29         LatexType             Command
30         LatexName             section
31         NeedProtect           1
32         NextNoIndent          1
33         LabelSep              xxx
34         ParSkip               0.4
35         TopSep                1.3
36         BottomSep             0.7
37         ParSep                0.7
38         Align                 Block
39         AlignPossible         Block, Left
40         LabelType             No_Label
41         Font
42           Family              Sans
43           Series              Bold
44         EndFont
45 End
46
47
48 Style Subsection
49         CopyStyle             Section
50         LatexName             subsection
51         Margin                Static
52         LeftMargin            MMM
53 End
54
55 Style Topic
56         Margin                Manual
57         LatexType             Item_environment
58         LatexName             topic
59         NextNoIndent          1
60         LabelSep              xxx
61         ParSkip               0.4
62         ItemSep               0.2
63         TopSep                0.7
64         BottomSep             0.7
65         ParSep                0.3
66         Align                 Block
67         AlignPossible         Block, Left
68         LabelType             Manual
69         LabelString           "MMMMM"
70         LabelFont
71           Family              Sans
72           Shape               Slanted
73         EndFont
74 End
75
76
77 Style Itemize
78         Margin                Static
79         LatexType             Item_Environment
80         LatexName             itemize
81         NextNoIndent          1
82         LeftMargin            MMN
83         LabelSep              xx
84         ItemSep               0.2
85         TopSep                0.7
86         BottomSep             0.7
87         ParSep                0.3
88         Align                 Block
89         AlignPossible         Block, Left
90         LabelType             Static
91         LabelString           "*"
92 End
93
94
95 Style Left_Header
96         CopyStyle             Standard
97         LatexType             Command
98         LatexName             leftheader
99         InTitle               1
100         ParIndent             ""
101         ParSkip               0.4
102         BottomSep             1
103         Align                 Block
104         AlignPossible         Block, Left, Right, Center
105         LabelType             No_Label
106         Font
107           Family              Sans
108         EndFont
109 End
110
111
112 Style Right_Header
113         CopyStyle             Left_Header
114         LatexName             rightheader
115         Margin                Right_Address_Box
116 End
117
118
119 Style Title
120         Margin                Static
121         LatexType             Command
122         InTitle               1
123         LatexName             title
124         ParSkip               0.4
125         ItemSep               0
126         TopSep                0
127         BottomSep             1
128         ParSep                1
129         Align                 Center
130         AlignPossible         Center
131         LabelType             No_Label
132         Font
133           Family              Sans
134           Series              Bold
135           Size                Largest
136         EndFont
137 End
138
139
140 Style Bibliography
141         CopyStyle             Topic
142         LatexName             thebibliography
143         LatexType             Bib_Environment
144         LabelType             Bibliography
145         LabelString           ""
146         LabelBottomSep        0.7
147         LabelFont
148           Size                Tiny
149         EndFont
150 End