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