]> git.lyx.org Git - lyx.git/blob - lib/layouts/cv.layout
Baruchs latest graphics patch
[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 # General textclass parameters
7 Columns                 1
8 Sides                   1
9 SecNumDepth             -1
10 TocDepth                -1
11 MaxCounter              Counter_Section
12
13 # Standard style definition
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 # Section style definition
26 Style Section
27   Margin                Dynamic
28   LatexType             Command
29   LatexName             section
30   NeedProtect           1
31   NextNoIndent          1
32   LabelSep              xxx
33   ParSkip               0.4
34   TopSep                1.3
35   BottomSep             0.7
36   ParSep                0.7
37   Align                 Block
38   AlignPossible         Block, Left
39   LabelType             No_Label
40
41   # standard font definition
42   Font
43     Family              Sans 
44     Series              Bold
45   EndFont
46 End
47
48 # Section style definition
49 Style SubSection
50   CopyStyle             Section
51   LatexName             subsection
52   Margin                Static
53   LeftMargin            MMM
54 End
55
56 # Topic style definition
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
73   # label font definition
74   LabelFont 
75     Family              Sans
76     Shape               Slanted
77   EndFont
78 End
79
80 # Itemize style definition
81 Style Itemize
82   Margin                Static
83   LatexType             Item_Environment
84   LatexName             itemize
85   NextNoIndent          1
86   LeftMargin            MMN
87   LabelSep              xx
88   ItemSep               0.2
89   TopSep                0.7
90   BottomSep             0.7
91   ParSep                0.3
92   Align                 Block
93   AlignPossible         Block, Left
94   LabelType             Static
95   LabelString           *
96 End
97
98 # Left header
99 Style Left_Header
100   CopyStyle             Standard
101   LatexType             Command
102   LatexName             leftheader
103   InTitle               1
104   ParIndent             ""
105   ParSkip               0.4
106   BottomSep             1
107   Align                 Block
108   AlignPossible         Block, Left, Right, Center
109   LabelType             No_Label
110
111   Font
112     Family              Sans
113   EndFont
114
115 End
116
117 # Right header
118 Style Right_Header
119   CopyStyle             "Left Header"
120   LatexName             rightheader
121   Margin                Right_Address_Box
122 End
123
124 # Title
125 Style Title
126   Margin                Static
127   LatexType             Command
128   InTitle               1
129   LatexName             title
130   ParSkip               0.4
131   ItemSep               0
132   TopSep                0
133   BottomSep             1
134   ParSep                1
135   Align                 Center
136   AlignPossible         Center
137   LabelType             No_Label
138
139   # standard font definition
140   Font 
141     Family              Sans
142     Series              Bold
143     Size                Largest
144   EndFont
145
146 End
147
148 # Bibliography style definition
149 Style Bibliography
150   CopyStyle             Topic
151   LatexName             thebibliography
152   LabelType             Bibliography
153   LabelString           ""
154   LabelBottomSep        0.7
155
156   # standard font definition
157   LabelFont
158     Size                Tiny
159   EndFont
160   
161 End
162