]> git.lyx.org Git - lyx.git/blob - lib/layouts/sigplanconf.layout
Add tableaux to outliner
[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 63
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   Category              MainText
40   Margin                Static
41   LatexType             Paragraph
42   LatexName             dummy
43   ParIndent             MM
44   ParSkip               0.4
45   Align                 Block
46   AlignPossible         Block, Left, Right, Center
47   LabelType             No_Label
48 End
49
50
51 Input stdcounters.inc
52 Input stdfloats.inc
53 Input stdlists.inc
54 Input stdsections.inc
55 Input stdstarsections.inc
56
57 # don't use the following styles
58 NoStyle                 Part
59 NoCounter               part
60 NoStyle                 Part*
61 NoStyle                 Chapter
62 NoCounter               chapter
63 NoStyle                 Chapter*
64 NoStyle                 Subparagraph
65 NoCounter               subparagraph
66 NoStyle                 Subparagraph*
67
68
69 Style Conference
70         Margin          Dynamic
71         LatexType       Command
72         LatexName       conferenceinfo
73         Category        FrontMatter
74         InTitle         1
75         ParSkip         0.4
76         BottomSep       0.5
77         Align           Left
78         Argument 1
79           Mandatory     1
80           AutoInsert    1
81           LabelString   "Name"
82           Tooltip       "Name of the conference"
83         EndArgument
84         LabelSep        xx
85         LabelType       Static
86         LabelString     "Conference:"
87         LabelFont
88           Color         Green
89           Series        Bold
90         EndFont
91 End
92
93
94 Style CopyrightYear
95         CopyStyle       Conference
96         ResetArgs       1
97         LatexName       CopyrightYear
98         LabelString     "Copyright year:"
99 End
100
101
102 Style Copyrightdata
103         CopyStyle       CopyrightYear
104         LatexName       copyrightdata
105         LabelString     "Copyright data:"
106 End
107
108
109 Style TitleBanner
110         CopyStyle       CopyrightYear
111         LatexName       titlebanner
112         LabelString     "Title banner:"
113 End
114
115
116 Style PreprintFooter
117         CopyStyle       CopyrightYear
118         LatexName       preprintfooter
119         LabelString     "Preprint footer:"
120 End
121
122
123 Style DOI
124         CopyStyle       CopyrightYear
125         LatexName       doi
126         LabelString     "Digital Object Identifier:"
127 End
128
129
130 Input stdtitle.inc
131 Input stdstruct.inc
132
133
134 Style Subtitle
135         CopyStyle       Title
136         LatexName       subtitle
137         Font
138           Size          Larger
139         EndFont
140 End
141
142
143 # overwrite the Author definition from stdtitle.inc
144 Style Author
145         Margin          Static
146         LatexType       Command
147         LatexName       authorinfo
148         Category        FrontMatter
149         InTitle         1
150         LabelSep        xxx
151         ParSkip         0.4
152         TopSep          1.3
153         BottomSep       0.7
154         ParSep          0.7
155         Align           Center
156         Argument 1
157           Mandatory     1
158           LabelString   "Name"
159           Tooltip       "Name of the author"
160           Font
161             Size        Large
162           EndFont
163         EndArgument
164         Argument 2
165           Mandatory     1
166           LabelString   "Affiliation"
167           Tooltip       "Affiliation and/or address of the author"
168         EndArgument
169         LabelType       No_Label
170         Font
171           Family        Sans
172           Size          Normal
173         EndFont
174 End
175
176
177 Style Terms
178         CopyStyle       CopyrightYear
179         LatexName       terms
180         InTitle         0
181         LabelString     "Terms:"
182 End
183
184
185 Style Keywords
186         CopyStyle       Terms
187         LatexName       keywords
188         LabelString     "Keywords:"
189 End
190
191
192 Style Abstract
193         Margin          Static
194         LatexType       Environment
195         LatexName       abstract
196         Category        FrontMatter
197         NextNoIndent    1
198         LeftMargin      MMM
199         RightMargin     MMM
200         ParIndent       MM
201         ItemSep         0
202         TopSep          0.7
203         BottomSep       0.7
204         ParSep          0
205         Align           Block
206         AlignPossible   Block
207         LabelType       Centered
208         LabelString     "Abstract"
209         LabelBottomSep  0.5
210         Font
211           Size          Small
212         EndFont
213         LabelFont
214           Series        Bold
215           Size          Large
216         EndFont
217 End
218
219
220 Style Acknowledgments
221         CopyStyle       Abstract
222         LatexType       Command
223         LatexName       acks
224         Category        BackMatter
225         LabelBottomsep  0
226         LabelType       Above
227         LabelString     "Acknowledgments"
228 End
229