]> git.lyx.org Git - lyx.git/blob - lib/layouts/simplecv.layout
7cb8b38441b385cbfa0642357a07ae2eeeab4d5b
[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 68
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         Category              MainText
20         Margin                Static
21         LatexType             Paragraph
22         LatexName             dummy
23         ParIndent             MM
24         ParSkip               0.4
25         Align                 Block
26         AlignPossible         Block, Left, Right, Center
27         LabelType             No_Label
28 End
29
30
31 Style Section
32         Category              Sectioning
33         Margin                Dynamic
34         LatexType             Command
35         LatexName             section
36         NeedProtect           1
37         NextNoIndent          1
38         LabelSep              xxx
39         ParSkip               0.4
40         TopSep                1.3
41         BottomSep             0.7
42         ParSep                0.7
43         Align                 Block
44         LabelType             No_Label
45         Font
46           Family              Sans
47           Series              Bold
48         EndFont
49         TocLevel 1
50         Argument 1
51                 LabelString   "Short Title|S"
52                 Tooltip       "The section as it appears in the table of contents/running headers"
53                 InsertCotext   1
54                 IsTocCaption   1
55         EndArgument
56 End
57
58
59 Style Subsection
60         CopyStyle             Section
61         LatexName             subsection
62         Margin                Static
63         LeftMargin            MMM
64         TocLevel 2
65 End
66
67 Style Topic
68         Margin                Manual
69         LatexType             Item_environment
70         LatexName             topic
71         NextNoIndent          1
72         LabelSep              xxx
73         ParSkip               0.4
74         ItemSep               0.2
75         TopSep                0.7
76         BottomSep             0.7
77         ParSep                0.3
78         Align                 Block
79         AlignPossible         Block, Left
80         LabelType             Manual
81         LabelFont
82           Family              Sans
83           Shape               Slanted
84         EndFont
85 End
86
87
88 Style Itemize
89         Category              List
90         Margin                Static
91         LatexType             Item_Environment
92         LatexName             itemize
93         NextNoIndent          1
94         ToggleIndent          Never
95         LeftMargin            MMN
96         LabelSep              xx
97         ItemSep               0.2
98         TopSep                0.7
99         BottomSep             0.7
100         ParSep                0.3
101         Align                 Block
102         AlignPossible         Block, Left
103         LabelType             Itemize
104         HTMLTag               ul
105         HTMLItem              li
106         HTMLLabel             NONE
107 End
108
109
110 Style Left_Header
111         CopyStyle             Standard
112         LatexType             Command
113         LatexName             leftheader
114         InTitle               1
115         ParIndent             ""
116         ParSkip               0.4
117         BottomSep             1
118         Align                 Block
119         AlignPossible         Block, Left, Right, Center
120         LabelType             No_Label
121         Font
122           Family              Sans
123         EndFont
124 End
125
126
127 Style Right_Header
128         CopyStyle             Left_Header
129         LatexName             rightheader
130         Margin                Right_Address_Box
131 End
132
133
134 Style Title
135         Category              FrontMatter
136         Margin                Static
137         LatexType             Command
138         InTitle               1
139         LatexName             title
140         ParSkip               0.4
141         ItemSep               0
142         TopSep                0
143         BottomSep             1
144         ParSep                1
145         Align                 Center
146         LabelType             No_Label
147         Font
148           Family              Sans
149           Series              Bold
150           Size                Largest
151         EndFont
152         HTMLTitle             true
153 End
154
155
156 Style Bibliography
157         CopyStyle             Topic
158         Category              BackMatter
159         LatexName             thebibliography
160         LatexType             Bib_Environment
161         LabelType             Bibliography
162         LabelBottomSep        0.7
163         ToggleIndent          Never
164         LabelFont
165           Size                Tiny
166         EndFont
167         TocLevel              1
168         IsTocCaption          0
169 End