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