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