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