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