]> git.lyx.org Git - lyx.git/blob - lib/layouts/simplecv.layout
Update layouts to latest fileformat
[lyx.git] / lib / layouts / simplecv.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{Simple CV}
3 #  \DeclareCategory{Curricula Vitae}
4 # Simple CV textclass definition file.
5 # Author : Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
6
7
8 Format 48
9 Columns                 1
10 Sides                   1
11 SecNumDepth             -1
12 TocDepth                -1
13
14 Input stdcounters.inc
15 Input stdinsets.inc
16
17
18 Style Standard
19         Category              MainText
20         Margin                Static
21         LatexType             Paragraph
22         LatexName             dummy
23         ParIndent             MM
24         ParSkip               0.4
25         Align                 Block
26         AlignPossible         Block, Left, Right, Center
27         LabelType             No_Label
28 End
29
30
31 Style Section
32         Category              Sectioning
33         Margin                Dynamic
34         LatexType             Command
35         LatexName             section
36         NeedProtect           1
37         NextNoIndent          1
38         LabelSep              xxx
39         ParSkip               0.4
40         TopSep                1.3
41         BottomSep             0.7
42         ParSep                0.7
43         Align                 Block
44         LabelType             No_Label
45         Font
46           Family              Sans
47           Series              Bold
48         EndFont
49                 TocLevel 1
50         Argument 1
51                 LabelString   "Short Title|S"
52                 Tooltip       "The section as it appears in the table of contents/running headers"
53         EndArgument
54 End
55
56
57 Style Subsection
58         CopyStyle             Section
59         LatexName             subsection
60         Margin                Static
61         LeftMargin            MMM
62         TocLevel 2
63 End
64
65 Style Topic
66         Margin                Manual
67         LatexType             Item_environment
68         LatexName             topic
69         NextNoIndent          1
70         LabelSep              xxx
71         ParSkip               0.4
72         ItemSep               0.2
73         TopSep                0.7
74         BottomSep             0.7
75         ParSep                0.3
76         Align                 Block
77         AlignPossible         Block, Left
78         LabelType             Manual
79         LabelFont
80           Family              Sans
81           Shape               Slanted
82         EndFont
83 End
84
85
86 Style Itemize
87         Category              List
88         Margin                Static
89         LatexType             Item_Environment
90         LatexName             itemize
91         NextNoIndent          1
92         LeftMargin            MMN
93         LabelSep              xx
94         ItemSep               0.2
95         TopSep                0.7
96         BottomSep             0.7
97         ParSep                0.3
98         Align                 Block
99         AlignPossible         Block, Left
100         LabelType             Itemize
101         HTMLTag               ul
102         HTMLItem              li
103         HTMLLabel             NONE
104 End
105
106
107 Style Left_Header
108         CopyStyle             Standard
109         LatexType             Command
110         LatexName             leftheader
111         InTitle               1
112         ParIndent             ""
113         ParSkip               0.4
114         BottomSep             1
115         Align                 Block
116         AlignPossible         Block, Left, Right, Center
117         LabelType             No_Label
118         Font
119           Family              Sans
120         EndFont
121 End
122
123
124 Style Right_Header
125         CopyStyle             Left_Header
126         LatexName             rightheader
127         Margin                Right_Address_Box
128 End
129
130
131 Style Title
132         Category              FrontMatter
133         Margin                Static
134         LatexType             Command
135         InTitle               1
136         LatexName             title
137         ParSkip               0.4
138         ItemSep               0
139         TopSep                0
140         BottomSep             1
141         ParSep                1
142         Align                 Center
143         LabelType             No_Label
144         Font
145           Family              Sans
146           Series              Bold
147           Size                Largest
148         EndFont
149         HTMLTitle             true
150 End
151
152
153 Style Bibliography
154         CopyStyle             Topic
155         Category              BackMatter
156         LatexName             thebibliography
157         LatexType             Bib_Environment
158         LabelType             Bibliography
159         LabelBottomSep        0.7
160         LabelFont
161           Size                Tiny
162         EndFont
163 End