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