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