]> git.lyx.org Git - lyx.git/blob - lib/layouts/sigplanconf.layout
Categorize existing layouts
[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 36
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         LabelString             "Terms:"
144 End
145
146
147 Style Keywords
148         CopyStyle               Conference
149         LatexName               terms
150         LabelString             "Keywords:"
151 End
152
153
154 Style Abstract
155         Margin                  Static
156         LatexType               Environment
157         LatexName               abstract
158         Category                FrontMatter
159         NextNoIndent            1
160         LeftMargin              MMM
161         RightMargin             MMM
162         ParIndent               MM
163         ItemSep                 0
164         TopSep                  0.7
165         BottomSep               0.7
166         ParSep                  0
167         Align                   Block
168         AlignPossible           Block
169         LabelType               Centered_Top_Environment
170         LabelString             "Abstract"
171         LabelBottomSep          0.5
172         Font
173           Size                  Small
174         EndFont
175         LabelFont
176           Series                Bold
177           Size                  Large
178         EndFont
179 End
180
181
182 Style Acknowledgments
183         CopyStyle               Abstract
184         LatexName               acks
185         Category                BackMatter
186         InTitle                 0
187         LabelBottomsep          0
188         LabelType               Top_Environment
189         LabelString             "Acknowledgments"
190 End
191