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