]> git.lyx.org Git - lyx.git/blob - lib/layouts/sigplanconf.layout
- elsarticle.lyx: forgot that elsarticle has a frontmatter environment and a \journal...
[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         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           None
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         AlignPossible           None
130         LabelType               No_Label
131         Font
132           Size                  Large
133         EndFont
134 End
135
136
137 Style Terms
138         CopyStyle               Conference
139         LatexName               terms
140         LabelString             "Terms:"
141 End
142
143
144 Style Keywords
145         CopyStyle               Conference
146         LatexName               terms
147         LabelString             "Keywords:"
148 End
149
150
151 Style Abstract
152         Margin                  Static
153         LatexType               Environment
154         LatexName               abstract
155         Category                FrontMatter
156         NextNoIndent            1
157         LeftMargin              MMM
158         RightMargin             MMM
159         ParIndent               MM
160         ItemSep                 0
161         TopSep                  0.7
162         BottomSep               0.7
163         ParSep                  0
164         Align                   Block
165         AlignPossible           Block
166         LabelType               Centered_Top_Environment
167         LabelString             "Abstract"
168         LabelBottomSep          0.5
169         Font
170           Size                  Small
171         EndFont
172         LabelFont
173           Series                Bold
174           Size                  Large
175         EndFont
176 End
177
178
179 Style Acknowledgments
180         CopyStyle               Abstract
181         LatexName               acks
182         Category                BackMatter
183         InTitle                 0
184         LabelBottomsep          0
185         LabelType               Top_Environment
186         LabelString             "Acknowledgments"
187 End
188