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