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