]> git.lyx.org Git - lyx.git/blob - lib/layouts/simplecv.layout
Correct version number
[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 82
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         DocBookTag            title
57         DocBookSectionTag     section
58 End
59
60
61 Style Subsection
62         CopyStyle             Section
63         LatexName             subsection
64         Margin                Static
65         LeftMargin            MMM
66         TocLevel 2
67 End
68
69 Style Topic
70         Margin                Manual
71         LatexType             Item_environment
72         LatexName             topic
73         Argument listpreamble:1
74                 LabelString    "List preamble"
75                 MenuString     "List Preamble"
76                 Tooltip        "LaTeX code to be inserted before the first item"
77                 PassThru       1
78                 Font
79                         Family typewriter
80                         Color latex
81                 EndFont
82         EndArgument
83         NextNoIndent          1
84         LabelSep              xxx
85         ParSkip               0.4
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             Manual
93         LabelFont
94           Family              Sans
95           Shape               Slanted
96         EndFont
97 End
98
99
100 Style Itemize
101         Category              List
102         Margin                Static
103         LatexType             Item_Environment
104         LatexName             itemize
105         Argument listpreamble:1
106                 LabelString    "List preamble"
107                 MenuString     "List Preamble"
108                 Tooltip        "LaTeX code to be inserted before the first item"
109                 PassThru       1
110                 Font
111                         Family typewriter
112                         Color latex
113                 EndFont
114         EndArgument
115         NextNoIndent          1
116         ToggleIndent          Never
117         LeftMargin            MMN
118         LabelSep              xx
119         ItemSep               0.2
120         TopSep                0.7
121         BottomSep             0.7
122         ParSep                0.3
123         Align                 Block
124         AlignPossible         Block, Left
125         LabelType             Itemize
126         HTMLTag               ul
127         HTMLItem              li
128         HTMLLabel             NONE
129         DocBookTag            itemizedlist
130         DocBookItemTag        listitem
131         DocBookItemInnerTag   para
132 End
133
134
135 Style Left_Header
136         CopyStyle             Standard
137         LatexType             Command
138         LatexName             leftheader
139         InTitle               1
140         ParIndent             ""
141         ParSkip               0.4
142         BottomSep             1
143         Align                 Block
144         AlignPossible         Block, Left, Right, Center
145         LabelType             No_Label
146         Font
147           Family              Sans
148         EndFont
149 End
150
151
152 Style Right_Header
153         CopyStyle             Left_Header
154         LatexName             rightheader
155         Margin                Right_Address_Box
156 End
157
158
159 Style Title
160         Category              FrontMatter
161         Margin                Static
162         LatexType             Command
163         InTitle               1
164         LatexName             title
165         ParSkip               0.4
166         ItemSep               0
167         TopSep                0
168         BottomSep             1
169         ParSep                1
170         Align                 Center
171         LabelType             No_Label
172         Font
173           Family              Sans
174           Series              Bold
175           Size                Largest
176         EndFont
177         HTMLTitle             true
178         DocBookTag            title
179         DocBookInInfo         maybe
180 End
181
182
183 Style Bibliography
184         CopyStyle             Topic
185         Category              BackMatter
186         LatexName             thebibliography
187         LatexType             Bib_Environment
188         LabelType             Bibliography
189         LabelBottomSep        0.7
190         ToggleIndent          Never
191         LabelFont
192           Size                Tiny
193         EndFont
194         TocLevel              1
195         IsTocCaption          0
196         Argument listpreamble:1
197           LabelString    "Bib preamble"
198           MenuString     "Bibliography Preamble"
199           Tooltip        "LaTeX code to be inserted before the first bibliography item"
200           PassThru       1
201           Font
202             Family typewriter
203             Color latex
204           EndFont
205         EndArgument
206 End