]> git.lyx.org Git - lyx.git/blob - lib/layouts/europecv.layout
use LatexParam where appropriate
[lyx.git] / lib / layouts / europecv.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[europecv,fancyhdr.sty,longtable.sty,ucs.sty]{Europe CV}
3 #  \DeclareCategory{Curricula Vitae}
4 # europe CV textclass definition file.
5 # Author : Uwe Stöhr (uwestoehr@web.de)
6
7
8 # General textclass parameters
9 Format 41
10         Columns                 1
11         Sides                   1
12         SecNumDepth             -1
13         TocDepth                -1
14
15
16 # Standard style definition
17 Style Standard
18         Margin                  Static
19         LatexType               Paragraph
20         LatexName               dummy
21         ParIndent               MM
22         ParSkip                 0.4
23         Align                   Block
24         LabelType               No_Label
25 End
26
27 Input stdcounters.inc
28 Input stdinsets.inc
29
30 Style Section
31         Margin                  Dynamic
32         LatexType               Command
33         LatexName               ecvsection
34         NeedProtect             1
35         NextNoIndent            1
36         Argument 1
37                 LabelString   "Short Title|S"
38                 Tooltip       "The title as it appears in the header"
39         EndArgument
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 Item
55         Margin                  Dynamic
56         LatexType               Command
57         LatexName               ecvitem
58         Argument 1
59                 LabelString   "Vertical Space (Item)|S"
60                 Tooltip       "Adjust the vertical space of this item"
61         EndArgument
62         ParSkip                 0.4
63         Align                   Block
64         LabelSep                xx
65         LabelType               Static
66         LabelString             "Item:"
67         LabelFont
68           Series                Bold
69           Color                 Blue
70         EndFont
71 End
72
73 Style BulletedItem
74         CopyStyle               Item
75         LatexName               ecvitem*
76         LabelString             "Bulleted Item:"
77 End
78
79 Style Begin
80         Margin                  Dynamic
81         LatexType               Command
82         LatexName               begin{europecv}
83         KeepEmpty               1
84         BottomSep               1
85         ParSkip                 0.4
86         Align                   Block
87         LabelSep                xx
88         LabelType               Static
89         LabelString             "Begin of CV"
90         LabelFont
91           Series                Bold
92           Color                 Green
93         EndFont
94 End
95
96 Style PersonalInfo
97         CopyStyle               Begin
98         LatexName               ecvpersonalinfo{}
99         BottomSep               0
100         LabelString             "Personal Info"
101 End
102
103 Style MotherTongue
104         Margin                  Dynamic
105         LatexType               Command
106         LatexName               ecvmothertongue
107         Argument 1
108                 LabelString   "Vertical Space (Item)|S"
109                 Tooltip       "Adjust the vertical space of this item"
110         EndArgument
111         ParSkip                 0.4
112         Align                   Block
113         LabelSep                xx
114         LabelType               Static
115         LabelString             "Mother Tongue:"
116         LabelFont
117           Series                Bold
118           Color                 Blue
119         EndFont
120 End
121
122 Style LangHeader
123         CopyStyle               MotherTongue
124         LatexName               ecvlanguageheader
125         ResetArgs               1
126         LabelString             "Language Header:"
127 End
128
129 Style Language
130         CopyStyle               MotherTongue
131         LatexName               ecvlanguage
132         LabelString             "Language:"
133 End
134
135 Style LastLanguage
136         CopyStyle               MotherTongue
137         LatexName               ecvlastlanguage
138         LabelString             "Last Language:"
139 End
140
141 Style LangFooter
142         CopyStyle               MotherTongue
143         LatexName               ecvlanguagefooter
144         ResetArgs               1
145         LabelString             "Language Footer:"
146 End
147
148 Style End
149         Margin                  Dynamic
150         LatexType               Command
151         LatexName               end{europecv}
152         KeepEmpty               1
153         TopSep                  1
154         ParSkip                 0.4
155         Align                   Block
156         LabelSep                xx
157         LabelType               Static
158         LabelString             "End of CV"
159         LabelFont
160           Series                Bold
161           Color                 Green
162         EndFont
163 End
164