]> git.lyx.org Git - lyx.git/blob - lib/layouts/europecv.layout
Update tex2lyx test files
[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 40
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         OptionalArgs            1
37         ParSkip                 0.4
38         TopSep                  1.3
39         BottomSep               0.7
40         ParSep                  0.7
41         Align                   Block
42         LabelSep                xxx
43         LabelType               No_Label
44         Font
45           Family                Sans
46           Series                Bold
47         EndFont
48                 TocLevel 1
49 End
50
51 Style Item
52         Margin                  Dynamic
53         LatexType               Command
54         LatexName               ecvitem
55         OptionalArgs            1
56         ParSkip                 0.4
57         Align                   Block
58         LabelSep                xx
59         LabelType               Static
60         LabelString             "Item:"
61         LabelFont
62           Series                Bold
63           Color                 Blue
64         EndFont
65 End
66
67 Style BulletedItem
68         CopyStyle               Item
69         LatexName               ecvitem*
70         LabelString             "Bulleted Item:"
71 End
72
73 Style Begin
74         Margin                  Dynamic
75         LatexType               Command
76         LatexName               begin{europecv}
77         KeepEmpty               1
78         BottomSep               1
79         ParSkip                 0.4
80         Align                   Block
81         LabelSep                xx
82         LabelType               Static
83         LabelString             "Begin of CV"
84         LabelFont
85           Series                Bold
86           Color                 Green
87         EndFont
88 End
89
90 Style PersonalInfo
91         CopyStyle               Begin
92         LatexName               ecvpersonalinfo{}
93         BottomSep               0
94         LabelString             "Personal Info"
95 End
96
97 Style MotherTongue
98         Margin                  Dynamic
99         LatexType               Command
100         LatexName               ecvmothertongue
101         OptionalArgs            1
102         ParSkip                 0.4
103         Align                   Block
104         LabelSep                xx
105         LabelType               Static
106         LabelString             "Mother Tongue:"
107         LabelFont
108           Series                Bold
109           Color                 Blue
110         EndFont
111 End
112
113 Style LangHeader
114         CopyStyle               MotherTongue
115         LatexName               ecvlanguageheader
116         OptionalArgs            0
117         LabelString             "Language Header:"
118 End
119
120 Style Language
121         CopyStyle               MotherTongue
122         LatexName               ecvlanguage
123         LabelString             "Language:"
124 End
125
126 Style LastLanguage
127         CopyStyle               MotherTongue
128         LatexName               ecvlastlanguage
129         LabelString             "Last Language:"
130 End
131
132 Style LangFooter
133         CopyStyle               MotherTongue
134         LatexName               ecvlanguagefooter
135         OptionalArgs            0
136         LabelString             "Language Footer:"
137 End
138
139 Style End
140         Margin                  Dynamic
141         LatexType               Command
142         LatexName               end{europecv}
143         KeepEmpty               1
144         TopSep                  1
145         ParSkip                 0.4
146         Align                   Block
147         LabelSep                xx
148         LabelType               Static
149         LabelString             "End of CV"
150         LabelFont
151           Series                Bold
152           Color                 Green
153         EndFont
154 End
155