]> git.lyx.org Git - lyx.git/blob - lib/layouts/sigplanconf.layout
update layout format
[lyx.git] / lib / layouts / sigplanconf.layout
1 #% Do not delete he line below; configure depends on this
2 #  \DeclareLaTeXClass[sigplanconf,natbib.sty]{ACM SIGPLAN}
3 #  \DeclareCategory{Articles}
4 # ACM SIGPLAN sigplanconf textclass definition file.
5 # Author : Uwe Stöhr
6 #
7 # We use sigplanconf.cls, the Sigplan class file that can be
8 # downloaded from
9 # http://www.sigplan.org/authorInformation.htm
10 #
11 # This layout is according to
12 # http://www.sigplan.org/sigplanconf-guide.pdf
13 #
14 # ACM style files can be obtained at
15 # http://www.acm.org/sigs/pubs/proceed/template.html
16
17 Format 43
18
19 Columns                 1
20 Sides                   1
21 SecNumDepth             3
22 TocDepth                3
23 DefaultStyle            Standard
24
25 ClassOptions
26   FontSize              9|10|11
27 End  
28
29 DefaultFont
30   Family                Roman
31   Series                Medium
32   Shape                 Up
33   Size                  Normal
34   Color                 None
35 EndFont
36
37
38 Style Standard
39   Margin                Static
40   LatexType             Paragraph
41   LatexName             dummy
42   ParIndent             MM
43   ParSkip               0.4
44   Align                 Block
45   AlignPossible         Block, Left, Right, Center
46   LabelType             No_Label
47 End
48
49
50 Input stdcounters.inc
51 Input stdfloats.inc
52 Input stdlists.inc
53 Input stdsections.inc
54 Input stdstarsections.inc
55
56 # don't use the following styles
57 NoStyle                 Part
58 NoCounter               part
59 NoStyle                 Part*
60 NoStyle                 Chapter
61 NoCounter               chapter
62 NoStyle                 Chapter*
63 NoStyle                 Subparagraph
64 NoCounter               subparagraph
65 NoStyle                 Subparagraph*
66
67
68 Style Conference
69         Margin          Dynamic
70         LatexType       Command
71         LatexName       conferenceinfo
72         Category        FrontMatter
73         InTitle         1
74         ParSkip         0.4
75         BottomSep       0.5
76         Align           Left
77         Argument 1
78           Mandatory     1
79           LabelString   "Name"
80           Tooltip       "Name of the conference"
81         EndArgument
82         LabelSep        xx
83         LabelType       Static
84         LabelString     "Conference:"
85         LabelFont
86           Color         Green
87           Series        Bold
88         EndFont
89 End
90
91
92 Style CopyrightYear
93         CopyStyle       Conference
94         ResetArgs       1
95         LatexName       CopyrightYear
96         LabelString     "Copyright year:"
97 End
98
99
100 Style Copyrightdata
101         CopyStyle       CopyrightYear
102         LatexName       copyrightdata
103         LabelString     "Copyright data:"
104 End
105
106
107 Style TitleBanner
108         CopyStyle       CopyrightYear
109         LatexName       titlebanner
110         LabelString     "Title banner:"
111 End
112
113
114 Style PreprintFooter
115         CopyStyle       CopyrightYear
116         LatexName       preprintfooter
117         LabelString     "Preprint footer:"
118 End
119
120
121 Input stdtitle.inc
122 Input stdstruct.inc
123
124
125 Style Subtitle
126         CopyStyle       Title
127         LatexName       subtitle
128         Font
129           Size          Larger
130         EndFont
131 End
132
133
134 # overwrite the Author definition from stdtitle.inc
135 Style Author
136         Margin          Static
137         LatexType       Command
138         LatexName       authorinfo
139         Category        FrontMatter
140         InTitle         1
141         LabelSep        xxx
142         ParSkip         0.4
143         TopSep          1.3
144         BottomSep       0.7
145         ParSep          0.7
146         Align           Center
147         Argument 1
148           Mandatory     1
149           LabelString   "Name"
150           Tooltip       "Name of the author"
151           Font
152             Size        Large
153           EndFont
154         EndArgument
155         Argument 2
156           Mandatory     1
157           LabelString   "Affiliation"
158           Tooltip       "Affiliation and/or address of the author"
159         EndArgument
160         LabelType       No_Label
161         Font
162           Family        Sans
163           Size          Normal
164         EndFont
165 End
166
167
168 Style Terms
169         CopyStyle       CopyrightYear
170         LatexName       terms
171         InTitle         0
172         LabelString     "Terms:"
173 End
174
175
176 Style Keywords
177         CopyStyle       CopyrightYear
178         LatexName       keywords
179         LabelString     "Keywords:"
180 End
181
182
183 Style Abstract
184         Margin          Static
185         LatexType       Environment
186         LatexName       abstract
187         Category        FrontMatter
188         NextNoIndent    1
189         LeftMargin      MMM
190         RightMargin     MMM
191         ParIndent       MM
192         ItemSep         0
193         TopSep          0.7
194         BottomSep       0.7
195         ParSep          0
196         Align           Block
197         AlignPossible   Block
198         LabelType       Centered_Top_Environment
199         LabelString     "Abstract"
200         LabelBottomSep  0.5
201         Font
202           Size          Small
203         EndFont
204         LabelFont
205           Series        Bold
206           Size          Large
207         EndFont
208 End
209
210
211 Style Acknowledgments
212         CopyStyle       Abstract
213         LatexType       Command
214         LatexName       acks
215         Category        BackMatter
216         LabelBottomsep  0
217         LabelType       Top_Environment
218         LabelString     "Acknowledgments"
219 End
220