]> git.lyx.org Git - lyx.git/blob - lib/layouts/acm-sigs.inc
798a8c51e5683a565d43b8f43183f880f9db0bb4
[lyx.git] / lib / layouts / acm-sigs.inc
1 # Common style for ACM SIGS layouts 
2 #
3 # Author: Gioele Barabucci
4
5 Format 68
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 End
30
31 Style Terms        
32         Category              FrontMatter
33         Margin                Dynamic
34
35         LatexType             Command
36         LatexName             terms
37         LabelString           "General terms:"
38
39         ParSkip               0.4
40         BottomSep             1.5
41         ParSep                1.5
42         Align                 Block
43         LabelType             Static
44         LabelSep              M
45         LabelFont
46                 Series   Bold
47                 Size     large
48         EndFont
49 End
50
51 Style Keywords
52         CopyStyle             Terms
53         LatexName             keywords
54         LabelString           "Keywords:"
55 End