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