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