]> git.lyx.org Git - lyx.git/blob - lib/layouts/simplecv.layout
Add missing bits of layout file format update
[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 49
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         ToggleIndent          Never
93         LeftMargin            MMN
94         LabelSep              xx
95         ItemSep               0.2
96         TopSep                0.7
97         BottomSep             0.7
98         ParSep                0.3
99         Align                 Block
100         AlignPossible         Block, Left
101         LabelType             Itemize
102         HTMLTag               ul
103         HTMLItem              li
104         HTMLLabel             NONE
105 End
106
107
108 Style Left_Header
109         CopyStyle             Standard
110         LatexType             Command
111         LatexName             leftheader
112         InTitle               1
113         ParIndent             ""
114         ParSkip               0.4
115         BottomSep             1
116         Align                 Block
117         AlignPossible         Block, Left, Right, Center
118         LabelType             No_Label
119         Font
120           Family              Sans
121         EndFont
122 End
123
124
125 Style Right_Header
126         CopyStyle             Left_Header
127         LatexName             rightheader
128         Margin                Right_Address_Box
129 End
130
131
132 Style Title
133         Category              FrontMatter
134         Margin                Static
135         LatexType             Command
136         InTitle               1
137         LatexName             title
138         ParSkip               0.4
139         ItemSep               0
140         TopSep                0
141         BottomSep             1
142         ParSep                1
143         Align                 Center
144         LabelType             No_Label
145         Font
146           Family              Sans
147           Series              Bold
148           Size                Largest
149         EndFont
150         HTMLTitle             true
151 End
152
153
154 Style Bibliography
155         CopyStyle             Topic
156         Category              BackMatter
157         LatexName             thebibliography
158         LatexType             Bib_Environment
159         LabelType             Bibliography
160         LabelBottomSep        0.7
161         ToggleIndent          Never
162         LabelFont
163           Size                Tiny
164         EndFont
165 End