]> git.lyx.org Git - lyx.git/blob - lib/layouts/simplecv.layout
- theorems-without-preamble.inc: new file to provide theorem environments without...
[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 35
8 Columns                 1
9 Sides                   1
10 SecNumDepth             -1
11 TocDepth                -1
12
13 Input stdcounters.inc
14 Input stdinsets.inc
15
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
28 Style Section
29         Margin                Dynamic
30         LatexType             Command
31         LatexName             section
32         NeedProtect           1
33         NextNoIndent          1
34         LabelSep              xxx
35         ParSkip               0.4
36         TopSep                1.3
37         BottomSep             0.7
38         ParSep                0.7
39         Align                 Block
40         LabelType             No_Label
41         Font
42           Family              Sans
43           Series              Bold
44         EndFont
45                 TocLevel 1
46         OptionalArgs          1
47 End
48
49
50 Style Subsection
51         CopyStyle             Section
52         LatexName             subsection
53         Margin                Static
54         LeftMargin            MMM
55         TocLevel 2
56 End
57
58 Style Topic
59         Margin                Manual
60         LatexType             Item_environment
61         LatexName             topic
62         NextNoIndent          1
63         LabelSep              xxx
64         ParSkip               0.4
65         ItemSep               0.2
66         TopSep                0.7
67         BottomSep             0.7
68         ParSep                0.3
69         Align                 Block
70         AlignPossible         Block, Left
71         LabelType             Manual
72         LabelString           "MMMMM"
73         LabelFont
74           Family              Sans
75           Shape               Slanted
76         EndFont
77 End
78
79
80 Style Itemize
81         Margin                Static
82         LatexType             Item_Environment
83         LatexName             itemize
84         NextNoIndent          1
85         LeftMargin            MMN
86         LabelSep              xx
87         ItemSep               0.2
88         TopSep                0.7
89         BottomSep             0.7
90         ParSep                0.3
91         Align                 Block
92         AlignPossible         Block, Left
93         LabelType             Itemize
94         LabelString           "*"
95 End
96
97
98 Style Left_Header
99         CopyStyle             Standard
100         LatexType             Command
101         LatexName             leftheader
102         InTitle               1
103         ParIndent             ""
104         ParSkip               0.4
105         BottomSep             1
106         Align                 Block
107         AlignPossible         Block, Left, Right, Center
108         LabelType             No_Label
109         Font
110           Family              Sans
111         EndFont
112 End
113
114
115 Style Right_Header
116         CopyStyle             Left_Header
117         LatexName             rightheader
118         Margin                Right_Address_Box
119 End
120
121
122 Style Title
123         Margin                Static
124         LatexType             Command
125         InTitle               1
126         LatexName             title
127         ParSkip               0.4
128         ItemSep               0
129         TopSep                0
130         BottomSep             1
131         ParSep                1
132         Align                 Center
133         LabelType             No_Label
134         Font
135           Family              Sans
136           Series              Bold
137           Size                Largest
138         EndFont
139         HTMLTitle             true
140 End
141
142
143 Style Bibliography
144         CopyStyle             Topic
145         LatexName             thebibliography
146         LatexType             Bib_Environment
147         LabelType             Bibliography
148         LabelString           ""
149         LabelBottomSep        0.7
150         LabelFont
151           Size                Tiny
152         EndFont
153 End