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