]> git.lyx.org Git - lyx.git/blob - lib/layouts/cv.layout
remove spaces from label strings, part 2
[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 Columns                 1
8 Sides                   1
9 SecNumDepth             -1
10 TocDepth                -1
11
12
13 Style Standard
14         Margin                Static
15         LatexType             Paragraph
16         LatexName             dummy
17         ParIndent             MM
18         ParSkip               0.4
19         Align                 Block
20         AlignPossible         Block, Left, Right, Center
21         LabelType             No_Label
22 End
23
24
25 Input stdfloats.inc
26 Input stdcounters.inc
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         AlignPossible         Block, Left
41         LabelType             No_Label
42         Font
43           Family              Sans
44           Series              Bold
45         EndFont
46 End
47
48
49 Style Subsection
50         CopyStyle             Section
51         LatexName             subsection
52         Margin                Static
53         LeftMargin            MMM
54 End
55
56
57 Style Topic
58         Margin                Manual
59         LatexType             Item_environment
60         LatexName             topic
61         NextNoIndent          1
62         LabelSep              xxx
63         ParSkip               0.4
64         ItemSep               0.2
65         TopSep                0.7
66         BottomSep             0.7
67         ParSep                0.3
68         Align                 Block
69         AlignPossible         Block, Left
70         LabelType             Manual
71         LabelString           "MMMMM"
72         LabelFont
73           Family              Sans
74           Shape               Slanted
75         EndFont
76 End
77
78
79 Style Itemize
80         Margin                Static
81         LatexType             Item_Environment
82         LatexName             itemize
83         NextNoIndent          1
84         LeftMargin            MMN
85         LabelSep              xx
86         ItemSep               0.2
87         TopSep                0.7
88         BottomSep             0.7
89         ParSep                0.3
90         Align                 Block
91         AlignPossible         Block, Left
92         LabelType             Static
93         LabelString           "*"
94 End
95
96
97 Style Left_Header
98         CopyStyle             Standard
99         LatexType             Command
100         LatexName             leftheader
101         InTitle               1
102         ParIndent             ""
103         ParSkip               0.4
104         BottomSep             1
105         Align                 Block
106         AlignPossible         Block, Left, Right, Center
107         LabelType             No_Label
108         Font
109           Family              Sans
110         EndFont
111 End
112
113
114 Style Right_Header
115         CopyStyle             Left_Header
116         LatexName             rightheader
117         Margin                Right_Address_Box
118 End
119
120
121 Style Title
122         Margin                Static
123         LatexType             Command
124         InTitle               1
125         LatexName             title
126         ParSkip               0.4
127         ItemSep               0
128         TopSep                0
129         BottomSep             1
130         ParSep                1
131         Align                 Center
132         AlignPossible         Center
133         LabelType             No_Label
134         Font
135           Family              Sans
136           Series              Bold
137           Size                Largest
138         EndFont
139 End
140
141
142 Style Bibliography
143         CopyStyle             Topic
144         LatexName             thebibliography
145         LabelType             Bibliography
146         LabelString           ""
147         LabelBottomSep        0.7
148         LabelFont
149           Size                Tiny
150         EndFont
151 End