]> git.lyx.org Git - features.git/blob - lib/layouts/acm-sigs.inc
a0b9269b8490f9fb8e79148da040456c6ce3ff15
[features.git] / lib / layouts / acm-sigs.inc
1 # Common style for ACM SIGS layouts 
2 #
3 # Author: Gioele Barabucci
4
5 Format 93
6 Input stdclass.inc
7
8 Columns 2
9
10 Style Subtitle
11         Category       FrontMatter
12         Margin         Static
13
14         LatexType      Command
15         InTitle        1
16         LatexName      subtitle
17
18         ParSkip        0.4
19         ItemSep        0
20         TopSep         0
21         BottomSep      1
22         ParSep         1
23         Align          Center
24         LabelType      No_Label
25         Font
26                 Size   Large
27                 Shape  Italic
28         EndFont
29         DocBookTag            subtitle
30         DocBookInInfo         maybe
31 End
32
33 Style Terms        
34         Category              FrontMatter
35         Margin                Dynamic
36
37         LatexType             Command
38         LatexName             terms
39         LabelString           "General terms:"
40
41         ParSkip               0.4
42         BottomSep             1.5
43         ParSep                1.5
44         Align                 Block
45         LabelType             Static
46         LabelSep              M
47         LabelFont
48                 Series   Bold
49                 Size     large
50         EndFont
51 End
52
53 Style Keywords
54         CopyStyle             Terms
55         LatexName             keywords
56         LabelString           "Keywords:"
57         DocBookTag          keyword
58         DocBookTagType      paragraph
59         DocBookWrapperTag   keywordset
60         DocBookInInfo       always
61 End