]> git.lyx.org Git - lyx.git/blob - lib/layouts/moderncv.layout
Label string tweaks (capitalization etc.)
[lyx.git] / lib / layouts / moderncv.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[moderncv,color.sty,fancyhdr.sty,hyperref.sty,ifpdf.sty,marvosym.sty]{Modern CV}
3 #  \DeclareCategory{Curricula Vitae}
4 # modern CV textclass definition file.
5 # Author : Uwe Stöhr (uwestoehr@web.de)
6
7
8 # General textclass parameters
9 Format 40
10         Columns                 1
11         Sides                   1
12         SecNumDepth             -1
13         TocDepth                -1
14
15 Provides hyperref  1
16 Provides url       1
17
18
19 # Standard style definition
20 Style Standard
21         Margin                  Static
22         LatexType               Paragraph
23         LatexName               dummy
24         ParIndent               MM
25         ParSkip                 0.4
26         Align                   Block
27         AlignPossible           Block, Left, Right, Center
28         LabelType               No_Label
29 End
30
31 Input stdcounters.inc
32 Input stdinsets.inc
33
34 Style Section
35         Margin                  Dynamic
36         LatexType               Command
37         LatexName               section
38         NeedProtect             1
39         NextNoIndent            1
40         ParSkip                 0.4
41         TopSep                  1.3
42         BottomSep               0.7
43         ParSep                  0.7
44         Align                   Block
45         LabelSep                xxx
46         LabelType               No_Label
47         Font
48           Family                Sans
49           Series                Bold
50         EndFont
51                 TocLevel 1
52 End
53
54 Style Subsection
55         CopyStyle               Section
56         LatexName               subsection
57         TopSep                  0.9
58         BottomSep               0
59         ParSep                  0.5
60         Font
61           Family                Sans
62           Series                Medium
63         EndFont
64         TocLevel 2
65 End
66
67 Style Entry
68         Margin                  Dynamic
69         LatexType               Command
70         LatexName               cventry
71         Argument 1
72                 LabelString   "Entry Option"
73                 Tooltip       "Optional argument to the cventry command"
74         EndArgument
75         ParSkip                 0.4
76         Align                   Block
77         LabelSep                xx
78         LabelType               Static
79         LabelString             "Entry:"
80         LabelFont
81           Series                Bold
82           Color                 Blue
83         EndFont
84 End
85
86 Style Item
87         Margin                  Dynamic
88         LatexType               Command
89         LatexName               cvitem
90         Argument 1
91                 LabelString   "Item Option"
92                 Tooltip       "Optional argument to the cvitem command"
93         EndArgument
94         ParSkip                 0.4
95         Align                   Block
96         LabelSep                xx
97         LabelType               Static
98         LabelString             "Item:"
99         LabelFont
100           Series                Bold
101           Color                 Blue
102         EndFont
103 End
104
105 Style ListItem
106         CopyStyle               Item
107         LatexName               cvlistitem
108         LabelString             "List Item:"
109 End
110
111 Style DoubleItem
112         CopyStyle               Item
113         LatexName               cvlistdoubleitem
114         LabelString             "Double Item:"
115 End
116
117 Style Space
118         CopyStyle               Item
119         LatexName               vspace*
120         LabelString             "Space:"
121 End
122
123 Style Language
124         CopyStyle               Item
125         LatexName               cvlanguage
126         LabelString             "Language:"
127 End
128
129 Style Computer
130         CopyStyle               Item
131         LatexName               cvcomputer
132         LabelString             "Computer:"
133 End
134
135 Style EmptySection
136         Margin                  Dynamic
137         LatexType               Command
138         LatexName               emptysection{}
139         KeepEmpty               1
140         ParSkip                 0.4
141         Align                   Block
142         LabelSep                xx
143         LabelType               Static
144         LabelString             "Empty Section"
145         LabelFont
146           Series                Bold
147           Color                 Green
148         EndFont
149 End
150
151 Style CloseSection
152         CopyStyle               EmptySection
153         LatexName               closesection{}
154         LabelString             "Close Section"
155 End
156
157 Style Bibliography
158         Margin                  First_Dynamic
159         LatexType               Bib_Environment
160         LatexName               thebibliography
161         NextNoIndent            1
162         LeftMargin              MM
163         ParSkip                 0.4
164         ItemSep                 0
165         TopSep                  0.7
166         BottomSep               0.7
167         ParSep                  0.5
168         Align                   Block
169         AlignPossible           Block, Left
170         LabelType               Bibliography
171         LabelString             "References"
172         LabelBottomSep          1.2
173         LabelFont
174           Series                Bold
175           Size                  Larger
176           Family                Sans
177         EndFont
178 End
179
180 Style --Separator--
181         KeepEmpty             1
182         Margin                Dynamic
183         LatexType             Paragraph
184         LatexName             dummy
185         ParIndent             MM
186         Align                 Block
187         LabelType             Static
188         LabelString           "--- Separate Environment ---"
189         LabelFont
190           Family              Roman
191           Series              Medium
192           Size                Normal
193           Color               Blue
194         EndFont
195         HTMLLabel             NONE
196 End
197