]> git.lyx.org Git - lyx.git/blob - lib/layouts/sigplanconf.layout
Bump layout formats
[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 41
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         LabelSep                xx
78         LabelType               Static
79         LabelString             "Conference:"
80         LabelFont
81           Color                 Green
82           Series                Bold
83         EndFont
84 End
85
86
87 Style CopyrightYear
88         CopyStyle               Conference
89         LatexName               CopyrightYear
90         LabelString             "Copyright year:"
91 End
92
93
94 Style Copyrightdata
95         CopyStyle               Conference
96         LatexName               copyrightdata
97         LabelString             "Copyright data:"
98 End
99
100
101 Input stdtitle.inc
102 Input stdstruct.inc
103
104
105 Style Title
106         CopyStyle               Title
107         AlignPossible           Block
108 End
109
110
111 Style Subtitle
112         CopyStyle               Title
113         LatexName               subtitle
114         Font
115           Size                  Larger
116         EndFont
117 End
118
119
120 # overwrite the Author definition from stdtitle.inc
121 Style Author
122         Margin                  Static
123         LatexType               Command
124         LatexName               authorinfo
125         Category                FrontMatter
126         InTitle                 1
127         LabelSep                xxx
128         ParSkip                 0.4
129         TopSep                  1.3
130         BottomSep               0.7
131         ParSep                  0.7
132         Align                   Center
133         LabelType               No_Label
134         Font
135           Size                  Large
136         EndFont
137 End
138
139
140 Style Terms
141         CopyStyle               Conference
142         LatexName               terms
143         InTitle                 0
144         LabelString             "Terms:"
145 End
146
147
148 Style Keywords
149         CopyStyle               Terms
150         LatexName               keywords
151         LabelString             "Keywords:"
152 End
153
154
155 Style Abstract
156         Margin                  Static
157         LatexType               Environment
158         LatexName               abstract
159         Category                FrontMatter
160         NextNoIndent            1
161         LeftMargin              MMM
162         RightMargin             MMM
163         ParIndent               MM
164         ItemSep                 0
165         TopSep                  0.7
166         BottomSep               0.7
167         ParSep                  0
168         Align                   Block
169         AlignPossible           Block
170         LabelType               Centered_Top_Environment
171         LabelString             "Abstract"
172         LabelBottomSep          0.5
173         Font
174           Size                  Small
175         EndFont
176         LabelFont
177           Series                Bold
178           Size                  Large
179         EndFont
180 End
181
182
183 Style Acknowledgments
184         CopyStyle               Abstract
185         LatexName               acks
186         Category                BackMatter
187         InTitle                 0
188         LabelBottomsep          0
189         LabelType               Top_Environment
190         LabelString             "Acknowledgments"
191 End
192