]> git.lyx.org Git - lyx.git/blob - lib/layouts/sigplanconf.layout
Add NoCounter to layouts that need it.
[lyx.git] / lib / layouts / sigplanconf.layout
1 #% Do not delete he line below; configure depends on this
2 #  \DeclareLaTeXClass[sigplanconf,natbib.sty]{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 30
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 stdcounters.inc
50 Input stdfloats.inc
51 Input stdlists.inc
52 Input stdsections.inc
53 Input stdstarsections.inc
54
55 # don't use the following styles
56 NoStyle                 Part
57 NoCounter                       part
58 NoStyle                 Part*
59 NoStyle                 Chapter
60 NoCounter                       chapter
61 NoStyle                 Chapter*
62 NoStyle                 Subparagraph
63 NoCounter                       subparagraph
64 NoStyle                 Subparagraph*
65
66
67 Style Conference
68         Margin                  Dynamic
69         LatexType               Command
70         LatexName               conferenceinfo
71         Category                FrontMatter
72         InTitle                 1
73         ParSkip                 0.4
74         BottomSep               0.5
75         Align                   Left
76         LabelSep                xx
77         LabelType               Static
78         LabelString             "Conference:"
79         LabelFont
80           Color                 Green
81           Series                Bold
82         EndFont
83 End
84
85
86 Style CopyrightYear
87         CopyStyle               Conference
88         LatexName               CopyrightYear
89         LabelString             "Copyright year:"
90 End
91
92
93 Style Copyrightdata
94         CopyStyle               Conference
95         LatexName               copyrightdata
96         LabelString             "Copyright data:"
97 End
98
99
100 Input stdtitle.inc
101 Input stdstruct.inc
102
103
104 Style Title
105         CopyStyle               Title
106         AlignPossible           Block
107 End
108
109
110 Style Subtitle
111         CopyStyle               Title
112         LatexName               subtitle
113         Font
114           Size                  Larger
115         EndFont
116 End
117
118
119 # overwrite the Author definition from stdtitle.inc
120 Style Author
121         Margin                  Static
122         LatexType               Command
123         LatexName               authorinfo
124         Category                FrontMatter
125         InTitle                 1
126         LabelSep                xxx
127         ParSkip                 0.4
128         TopSep                  1.3
129         BottomSep               0.7
130         ParSep                  0.7
131         Align                   Center
132         LabelType               No_Label
133         Font
134           Size                  Large
135         EndFont
136 End
137
138
139 Style Terms
140         CopyStyle               Conference
141         LatexName               terms
142         LabelString             "Terms:"
143 End
144
145
146 Style Keywords
147         CopyStyle               Conference
148         LatexName               terms
149         LabelString             "Keywords:"
150 End
151
152
153 Style Abstract
154         Margin                  Static
155         LatexType               Environment
156         LatexName               abstract
157         Category                FrontMatter
158         NextNoIndent            1
159         LeftMargin              MMM
160         RightMargin             MMM
161         ParIndent               MM
162         ItemSep                 0
163         TopSep                  0.7
164         BottomSep               0.7
165         ParSep                  0
166         Align                   Block
167         AlignPossible           Block
168         LabelType               Centered_Top_Environment
169         LabelString             "Abstract"
170         LabelBottomSep          0.5
171         Font
172           Size                  Small
173         EndFont
174         LabelFont
175           Series                Bold
176           Size                  Large
177         EndFont
178 End
179
180
181 Style Acknowledgments
182         CopyStyle               Abstract
183         LatexName               acks
184         Category                BackMatter
185         InTitle                 0
186         LabelBottomsep          0
187         LabelType               Top_Environment
188         LabelString             "Acknowledgments"
189 End
190