]> git.lyx.org Git - lyx.git/blob - lib/layouts/simplecv.layout
file format change: support for Armenian
[lyx.git] / lib / layouts / simplecv.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{curriculum vitae (simple)}
3 # Simple CV textclass definition file.
4 # Author : Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
5
6
7 Format 2
8 Columns                 1
9 Sides                   1
10 SecNumDepth             -1
11 TocDepth                -1
12
13 Input stdcounters.inc
14
15 Style Standard
16         Margin                Static
17         LatexType             Paragraph
18         LatexName             dummy
19         ParIndent             MM
20         ParSkip               0.4
21         Align                 Block
22         AlignPossible         Block, Left, Right, Center
23         LabelType             No_Label
24 End
25
26
27 Style Section
28         Margin                Dynamic
29         LatexType             Command
30         LatexName             section
31         NeedProtect           1
32         NextNoIndent          1
33         LabelSep              xxx
34         ParSkip               0.4
35         TopSep                1.3
36         BottomSep             0.7
37         ParSep                0.7
38         Align                 Block
39         AlignPossible         Block, Left
40         LabelType             No_Label
41         Font
42           Family              Sans
43           Series              Bold
44         EndFont
45 End
46
47
48 Style Subsection
49         CopyStyle             Section
50         LatexName             subsection
51         Margin                Static
52         LeftMargin            MMM
53 End
54
55 # we used to have this version with wrong case
56 Style SubSection
57         ObsoletedBy           Subsection
58 End
59
60 Style Topic
61         Margin                Manual
62         LatexType             Item_environment
63         LatexName             topic
64         NextNoIndent          1
65         LabelSep              xxx
66         ParSkip               0.4
67         ItemSep               0.2
68         TopSep                0.7
69         BottomSep             0.7
70         ParSep                0.3
71         Align                 Block
72         AlignPossible         Block, Left
73         LabelType             Manual
74         LabelString           "MMMMM"
75         LabelFont
76           Family              Sans
77           Shape               Slanted
78         EndFont
79 End
80
81
82 Style Itemize
83         Margin                Static
84         LatexType             Item_Environment
85         LatexName             itemize
86         NextNoIndent          1
87         LeftMargin            MMN
88         LabelSep              xx
89         ItemSep               0.2
90         TopSep                0.7
91         BottomSep             0.7
92         ParSep                0.3
93         Align                 Block
94         AlignPossible         Block, Left
95         LabelType             Static
96         LabelString           "*"
97 End
98
99
100 Style Left_Header
101         CopyStyle             Standard
102         LatexType             Command
103         LatexName             leftheader
104         InTitle               1
105         ParIndent             ""
106         ParSkip               0.4
107         BottomSep             1
108         Align                 Block
109         AlignPossible         Block, Left, Right, Center
110         LabelType             No_Label
111         Font
112           Family              Sans
113         EndFont
114 End
115
116
117 Style Right_Header
118         CopyStyle             Left_Header
119         LatexName             rightheader
120         Margin                Right_Address_Box
121 End
122
123
124 Style Title
125         Margin                Static
126         LatexType             Command
127         InTitle               1
128         LatexName             title
129         ParSkip               0.4
130         ItemSep               0
131         TopSep                0
132         BottomSep             1
133         ParSep                1
134         Align                 Center
135         AlignPossible         Center
136         LabelType             No_Label
137         Font
138           Family              Sans
139           Series              Bold
140           Size                Largest
141         EndFont
142 End
143
144
145 Style Bibliography
146         CopyStyle             Topic
147         LatexName             thebibliography
148         LatexType             Bib_Environment
149         LabelType             Bibliography
150         LabelString           ""
151         LabelBottomSep        0.7
152         LabelFont
153           Size                Tiny
154         EndFont
155 End