]> git.lyx.org Git - lyx.git/blob - lib/layouts/simplecv.layout
Update layouts to version 90
[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 90
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         DocBookTag            para
29 End
30
31
32 Style Section
33         Category              Sectioning
34         Margin                Dynamic
35         LatexType             Command
36         LatexName             section
37         NeedProtect           1
38         NextNoIndent          1
39         LabelSep              xxx
40         ParSkip               0.4
41         TopSep                1.3
42         BottomSep             0.7
43         ParSep                0.7
44         Align                 Block
45         LabelType             No_Label
46         Font
47           Family              Sans
48           Series              Bold
49         EndFont
50         TocLevel 1
51         Argument 1
52                 LabelString   "Short Title|S"
53                 Tooltip       "The section as it appears in the table of contents/running headers"
54                 InsertCotext   1
55                 IsTocCaption   1
56         EndArgument
57         DocBookTag            title
58         DocBookTagType        paragraph
59         DocBookSectionTag     section
60 End
61
62
63 Style Subsection
64         CopyStyle             Section
65         LatexName             subsection
66         Margin                Static
67         LeftMargin            MMM
68         TocLevel 2
69 End
70
71 Style Topic
72         Margin                Manual
73         LatexType             Item_environment
74         LatexName             topic
75         Argument listpreamble:1
76                 LabelString    "List preamble"
77                 MenuString     "List Preamble"
78                 Tooltip        "LaTeX code to be inserted before the first item"
79                 PassThru       1
80                 Font
81                         Family typewriter
82                         Color latex
83                 EndFont
84         EndArgument
85         NextNoIndent          1
86         LabelSep              xxx
87         ParSkip               0.4
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             Manual
95         LabelFont
96           Family              Sans
97           Shape               Slanted
98         EndFont
99         DocBookTag            variablelist
100         DocBookItemWrapperTag varlistentry
101         DocBookItemTag        listitem
102         DocBookItemInnerTag   para
103         DocBookItemLabelTag   term
104         DocBookItemLabelTagType   paragraph
105 End
106
107
108 Style Itemize
109         Category              List
110         Margin                Static
111         LatexType             Item_Environment
112         LatexName             itemize
113         Argument listpreamble:1
114                 LabelString    "List preamble"
115                 MenuString     "List Preamble"
116                 Tooltip        "LaTeX code to be inserted before the first item"
117                 PassThru       1
118                 Font
119                         Family typewriter
120                         Color latex
121                 EndFont
122         EndArgument
123         NextNoIndent          1
124         ToggleIndent          Never
125         LeftMargin            MMN
126         LabelSep              xx
127         ItemSep               0.2
128         TopSep                0.7
129         BottomSep             0.7
130         ParSep                0.3
131         Align                 Block
132         AlignPossible         Block, Left
133         LabelType             Itemize
134         HTMLTag               ul
135         HTMLItem              li
136         HTMLLabel             NONE
137         DocBookTag            itemizedlist
138         DocBookItemTag        listitem
139         DocBookItemInnerTag   para
140 End
141
142
143 Style Left_Header
144         CopyStyle             Standard
145         LatexType             Command
146         LatexName             leftheader
147         InTitle               1
148         ParIndent             ""
149         ParSkip               0.4
150         BottomSep             1
151         Align                 Block
152         AlignPossible         Block, Left, Right, Center
153         LabelType             No_Label
154         Font
155           Family              Sans
156         EndFont
157         DocBookTag            para
158         DocBookAttr           role='left-header'
159 End
160
161
162 Style Right_Header
163         CopyStyle             Left_Header
164         LatexName             rightheader
165         Margin                Right_Address_Box
166         DocBookTag            para
167         DocBookAttr           role='right-header'
168 End
169
170
171 Style Title
172         Category              FrontMatter
173         Margin                Static
174         LatexType             Command
175         InTitle               1
176         LatexName             title
177         ParSkip               0.4
178         ItemSep               0
179         TopSep                0
180         BottomSep             1
181         ParSep                1
182         Align                 Center
183         LabelType             No_Label
184         Font
185           Family              Sans
186           Series              Bold
187           Size                Largest
188         EndFont
189         HTMLTitle             true
190         DocBookTag            title
191         DocBookTagType        paragraph
192         DocBookInInfo         maybe
193 End
194
195
196 Style Bibliography
197         CopyStyle             Topic
198         Category              BackMatter
199         LatexName             thebibliography
200         LatexType             Bib_Environment
201         LabelType             Bibliography
202         LabelBottomSep        0.7
203         ToggleIndent          Never
204         LabelFont
205           Size                Tiny
206         EndFont
207         TocLevel              1
208         IsTocCaption          0
209         Argument listpreamble:1
210           LabelString    "Bib preamble"
211           MenuString     "Bibliography Preamble"
212           Tooltip        "LaTeX code to be inserted before the first bibliography item"
213           PassThru       1
214           Font
215             Family typewriter
216             Color latex
217           EndFont
218         EndArgument
219 End