]> git.lyx.org Git - features.git/blob - lib/layouts/simplecv.layout
Added categories for style Standard, Title, Abstract, ShortTitle,
[features.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 43
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         Margin                Dynamic
33         LatexType             Command
34         LatexName             section
35         NeedProtect           1
36         NextNoIndent          1
37         LabelSep              xxx
38         ParSkip               0.4
39         TopSep                1.3
40         BottomSep             0.7
41         ParSep                0.7
42         Align                 Block
43         LabelType             No_Label
44         Font
45           Family              Sans
46           Series              Bold
47         EndFont
48                 TocLevel 1
49         Argument 1
50                 LabelString   "Short Title|S"
51                 Tooltip       "The section as it appears in the table of contents/running headers"
52         EndArgument
53 End
54
55
56 Style Subsection
57         CopyStyle             Section
58         LatexName             subsection
59         Margin                Static
60         LeftMargin            MMM
61         TocLevel 2
62 End
63
64 Style Topic
65         Margin                Manual
66         LatexType             Item_environment
67         LatexName             topic
68         NextNoIndent          1
69         LabelSep              xxx
70         ParSkip               0.4
71         ItemSep               0.2
72         TopSep                0.7
73         BottomSep             0.7
74         ParSep                0.3
75         Align                 Block
76         AlignPossible         Block, Left
77         LabelType             Manual
78         LabelFont
79           Family              Sans
80           Shape               Slanted
81         EndFont
82 End
83
84
85 Style Itemize
86         Category              List
87         Margin                Static
88         LatexType             Item_Environment
89         LatexName             itemize
90         NextNoIndent          1
91         LeftMargin            MMN
92         LabelSep              xx
93         ItemSep               0.2
94         TopSep                0.7
95         BottomSep             0.7
96         ParSep                0.3
97         Align                 Block
98         AlignPossible         Block, Left
99         LabelType             Itemize
100         HTMLTag               ul
101         HTMLItem              li
102         HTMLLabel             NONE
103 End
104
105
106 Style Left_Header
107         CopyStyle             Standard
108         LatexType             Command
109         LatexName             leftheader
110         InTitle               1
111         ParIndent             ""
112         ParSkip               0.4
113         BottomSep             1
114         Align                 Block
115         AlignPossible         Block, Left, Right, Center
116         LabelType             No_Label
117         Font
118           Family              Sans
119         EndFont
120 End
121
122
123 Style Right_Header
124         CopyStyle             Left_Header
125         LatexName             rightheader
126         Margin                Right_Address_Box
127 End
128
129
130 Style Title
131         Category              FrontMatter
132         Margin                Static
133         LatexType             Command
134         InTitle               1
135         LatexName             title
136         ParSkip               0.4
137         ItemSep               0
138         TopSep                0
139         BottomSep             1
140         ParSep                1
141         Align                 Center
142         LabelType             No_Label
143         Font
144           Family              Sans
145           Series              Bold
146           Size                Largest
147         EndFont
148         HTMLTitle             true
149 End
150
151
152 Style Bibliography
153         CopyStyle             Topic
154         LatexName             thebibliography
155         LatexType             Bib_Environment
156         LabelType             Bibliography
157         LabelBottomSep        0.7
158         LabelFont
159           Size                Tiny
160         EndFont
161 End