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