]> git.lyx.org Git - lyx.git/blob - lib/layouts/acmsiggraph.layout
Update layout format.
[lyx.git] / lib / layouts / acmsiggraph.layout
1 #% Do not delete he line below; configure depends on this
2 #  \DeclareLaTeXClass[acmsiggraph]{article (ACM SIGGRAPH)}
3 # ACM SIGGRAPH acmsiggraph textclass definition file.
4 # Author : Uwe Stöhr
5 #
6 # We use acmsiggraph.cls, the Sigplan class file that can be
7 # downloaded from
8 # http://www.siggraph.org/publications/instructions
9 #
10 # ACM style files can be obtained at
11 # http://www.acm.org/sigs/pubs/proceed/template.html
12
13 Format 27
14
15 Columns                 1
16 Sides                   1
17 SecNumDepth             3
18 TocDepth                3
19 DefaultStyle            Standard
20
21 ClassOptions
22   FontSize              9|10|11|12
23 End  
24
25 DefaultFont
26   Family                Roman
27   Series                Medium
28   Shape                 Up
29   Size                  Normal
30   Color                 None
31 EndFont
32
33
34 Style Standard
35   Margin                Static
36   LatexType             Paragraph
37   LatexName             dummy
38   ParIndent             MM
39   ParSkip               0.4
40   Align                 Block
41   AlignPossible         Block, Left, Right, Center
42   LabelType             No_Label
43 End
44
45
46 Input stdcounters.inc
47 Input stdfloats.inc
48 Input stdlists.inc
49 Input stdsections.inc
50 Input stdstarsections.inc
51
52 # don't use the following styles
53 NoStyle                 Part
54 NoStyle                 Part*
55 NoStyle                 Chapter
56 NoStyle                 Chapter*
57 NoStyle                 Subparagraph
58 NoStyle                 Subparagraph*
59
60
61 Style Teaser
62         Margin                  Dynamic
63         LatexType               Command
64         LatexName               teaser
65         Category                FrontMatter
66         InTitle                 1
67         ParSkip                 0.4
68         BottomSep               0.5
69         Align                   Left
70         LabelSep                xx
71         LabelType               Static
72         LabelString             "Teaser image:"
73         LabelFont
74           Color                 Green
75           Series                Bold
76         EndFont
77 End
78
79
80 Input stdtitle.inc
81 Input stdstruct.inc
82
83
84 InsetLayout CRcat
85         LyxType                 custom
86         LatexType               command
87         LatexName               CRcat
88         Decoration              classic
89         LabelString             "CR category"
90         Font
91           Color                 foreground
92           Size                  Small
93           Family                Roman
94           Shape                 Up
95           Series                Medium
96           Misc                  No_Emph
97           Misc                  No_Noun
98           Misc                  No_Bar
99         EndFont
100         LabelFont
101           Color                 green
102           Size                  Small
103         EndFont
104 End
105
106
107 Style Abstract
108         Margin                  Static
109         LatexType               Environment
110         LatexName               abstract
111         Category                FrontMatter
112         NextNoIndent            1
113         LeftMargin              MMM
114         RightMargin             MMM
115         ParIndent               MM
116         ItemSep                 0
117         TopSep                  0.7
118         BottomSep               0.7
119         ParSep                  0
120         Align                   Block
121         AlignPossible           Block
122         LabelType               Centered_Top_Environment
123         LabelString             "Abstract"
124         LabelBottomSep          0.5
125         Font
126           Size                  Small
127         EndFont
128         LabelFont
129           Series                Bold
130           Size                  Large
131         EndFont
132 End
133
134
135 Style "CR categories"
136         CopyStyle               Abstract
137         LatexName               CRcatlist
138         Category                FrontMatter
139         LeftMargin              M
140         LabelType               Top_Environment
141         LabelString             "Computing Review Categories"
142         LabelFont
143           Series                Bold
144           Size                  Normal
145         EndFont
146 End
147
148
149 Style Acknowledgments
150         CopyStyle               Abstract
151         LatexName               acks
152         Category                BackMatter
153         InTitle                 0
154         LabelBottomsep          0
155         LabelType               Top_Environment
156         LabelString             "Acknowledgments"
157 End
158