]> git.lyx.org Git - features.git/blob - lib/layouts/simplecv.layout
Merge remote-tracking branch 'origin/master' into features/latexargs
[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 40
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         Margin                Static
20         LatexType             Paragraph
21         LatexName             dummy
22         ParIndent             MM
23         ParSkip               0.4
24         Align                 Block
25         AlignPossible         Block, Left, Right, Center
26         LabelType             No_Label
27 End
28
29
30 Style Section
31         Margin                Dynamic
32         LatexType             Command
33         LatexName             section
34         NeedProtect           1
35         NextNoIndent          1
36         LabelSep              xxx
37         ParSkip               0.4
38         TopSep                1.3
39         BottomSep             0.7
40         ParSep                0.7
41         Align                 Block
42         LabelType             No_Label
43         Font
44           Family              Sans
45           Series              Bold
46         EndFont
47                 TocLevel 1
48         Argument 1
49                 LabelString   "Short Title"
50                 Shortcut      S
51                 Tooltip       "The Section as it appears in the TOC/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         Margin                Static
87         LatexType             Item_Environment
88         LatexName             itemize
89         NextNoIndent          1
90         LeftMargin            MMN
91         LabelSep              xx
92         ItemSep               0.2
93         TopSep                0.7
94         BottomSep             0.7
95         ParSep                0.3
96         Align                 Block
97         AlignPossible         Block, Left
98         LabelType             Itemize
99         HTMLTag               ul
100         HTMLItem              li
101         HTMLLabel             NONE
102 End
103
104
105 Style Left_Header
106         CopyStyle             Standard
107         LatexType             Command
108         LatexName             leftheader
109         InTitle               1
110         ParIndent             ""
111         ParSkip               0.4
112         BottomSep             1
113         Align                 Block
114         AlignPossible         Block, Left, Right, Center
115         LabelType             No_Label
116         Font
117           Family              Sans
118         EndFont
119 End
120
121
122 Style Right_Header
123         CopyStyle             Left_Header
124         LatexName             rightheader
125         Margin                Right_Address_Box
126 End
127
128
129 Style Title
130         Margin                Static
131         LatexType             Command
132         InTitle               1
133         LatexName             title
134         ParSkip               0.4
135         ItemSep               0
136         TopSep                0
137         BottomSep             1
138         ParSep                1
139         Align                 Center
140         LabelType             No_Label
141         Font
142           Family              Sans
143           Series              Bold
144           Size                Largest
145         EndFont
146         HTMLTitle             true
147 End
148
149
150 Style Bibliography
151         CopyStyle             Topic
152         LatexName             thebibliography
153         LatexType             Bib_Environment
154         LabelType             Bibliography
155         LabelBottomSep        0.7
156         LabelFont
157           Size                Tiny
158         EndFont
159 End