]> git.lyx.org Git - lyx.git/blob - lib/layouts/cv.layout
Add some tipa accents
[lyx.git] / lib / layouts / cv.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{curriculum vitae}
3 # CV textclass definition file.
4 # Author : Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
5
6
7 Format 3
8 Columns                 1
9 Sides                   1
10 SecNumDepth             -1
11 TocDepth                -1
12
13
14 Style Standard
15         Margin                Static
16         LatexType             Paragraph
17         LatexName             dummy
18         ParIndent             MM
19         ParSkip               0.4
20         Align                 Block
21         AlignPossible         Block, Left, Right, Center
22         LabelType             No_Label
23 End
24
25
26 Input stdfloats.inc
27 Input stdcounters.inc
28
29 Style Section
30         Margin                Dynamic
31         LatexType             Command
32         LatexName             section
33         NeedProtect           1
34         NextNoIndent          1
35         LabelSep              xxx
36         ParSkip               0.4
37         TopSep                1.3
38         BottomSep             0.7
39         ParSep                0.7
40         Align                 Block
41         AlignPossible         Block, Left
42         LabelType             No_Label
43         Font
44           Family              Sans
45           Series              Bold
46         EndFont
47 End
48
49
50 Style Subsection
51         CopyStyle             Section
52         LatexName             subsection
53         Margin                Static
54         LeftMargin            MMM
55 End
56
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             Static
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         AlignPossible         Center
134         LabelType             No_Label
135         Font
136           Family              Sans
137           Series              Bold
138           Size                Largest
139         EndFont
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