]> git.lyx.org Git - lyx.git/blob - lib/layouts/simplecv.layout
More tweaks, and some fixes for missing files in the makefiles, while we're at it.
[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 6
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         LabelType             No_Label
40         Font
41           Family              Sans
42           Series              Bold
43         EndFont
44 End
45
46
47 Style Subsection
48         CopyStyle             Section
49         LatexName             subsection
50         Margin                Static
51         LeftMargin            MMM
52 End
53
54 Style Topic
55         Margin                Manual
56         LatexType             Item_environment
57         LatexName             topic
58         NextNoIndent          1
59         LabelSep              xxx
60         ParSkip               0.4
61         ItemSep               0.2
62         TopSep                0.7
63         BottomSep             0.7
64         ParSep                0.3
65         Align                 Block
66         AlignPossible         Block, Left
67         LabelType             Manual
68         LabelString           "MMMMM"
69         LabelFont
70           Family              Sans
71           Shape               Slanted
72         EndFont
73 End
74
75
76 Style Itemize
77         Margin                Static
78         LatexType             Item_Environment
79         LatexName             itemize
80         NextNoIndent          1
81         LeftMargin            MMN
82         LabelSep              xx
83         ItemSep               0.2
84         TopSep                0.7
85         BottomSep             0.7
86         ParSep                0.3
87         Align                 Block
88         AlignPossible         Block, Left
89         LabelType             Static
90         LabelString           "*"
91 End
92
93
94 Style Left_Header
95         CopyStyle             Standard
96         LatexType             Command
97         LatexName             leftheader
98         InTitle               1
99         ParIndent             ""
100         ParSkip               0.4
101         BottomSep             1
102         Align                 Block
103         AlignPossible         Block, Left, Right, Center
104         LabelType             No_Label
105         Font
106           Family              Sans
107         EndFont
108 End
109
110
111 Style Right_Header
112         CopyStyle             Left_Header
113         LatexName             rightheader
114         Margin                Right_Address_Box
115 End
116
117
118 Style Title
119         Margin                Static
120         LatexType             Command
121         InTitle               1
122         LatexName             title
123         ParSkip               0.4
124         ItemSep               0
125         TopSep                0
126         BottomSep             1
127         ParSep                1
128         Align                 Center
129         LabelType             No_Label
130         Font
131           Family              Sans
132           Series              Bold
133           Size                Largest
134         EndFont
135 End
136
137
138 Style Bibliography
139         CopyStyle             Topic
140         LatexName             thebibliography
141         LatexType             Bib_Environment
142         LabelType             Bibliography
143         LabelString           ""
144         LabelBottomSep        0.7
145         LabelFont
146           Size                Tiny
147         EndFont
148 End