]> git.lyx.org Git - lyx.git/blob - lib/layouts/achemso.layout
218a9ca7ada02c1db1f31de89cbd6306aa0b255f
[lyx.git] / lib / layouts / achemso.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[achemso,caption.sty,courier.sty,cleveref.sty,float.sty,helvet.sty,mathptmx.sty,mciteplus.sty,natbib.sty,natmove.sty,setspace.sty,xkeyval.sty]{American Chemical Society (ACS)}
3 #  \DeclareCategory{Articles}
4 # achemso textclass definition file.
5 # Author: Uwe Stöhr (uwestoehr@web.de)
6
7 Format 41
8
9 Columns                 1
10 Sides                   1
11 SecNumDepth             3
12 TocDepth                3
13 DefaultStyle            Standard
14
15 Provides float 1
16
17 ClassOptions
18         FontSize                10|11|12
19 end
20
21
22 # This is just to show how to declare the default font.
23 # The defaults are exactly those shown here.
24 DefaultFont
25         Family                  Roman
26         Series                  Medium
27         Shape                   Up
28         Size                    Normal
29         Color                   None
30 EndFont
31
32
33 Style Standard
34         Margin                  Static
35         LatexType               Paragraph
36         LatexName               dummy
37         ParIndent               MM
38         ParSkip                 0.4
39         Align                   Block
40         AlignPossible           Block, Left, Right, Center
41         LabelType               No_Label
42 End
43
44
45 Input stdcounters.inc
46 Input stdfloats.inc
47 Input stdlists.inc
48 Input stdsections.inc
49 Input stdstarsections.inc
50
51 NoStyle Chapter
52 NoCounter chapter
53 NoStyle Chapter*
54
55
56 Float
57         Type                    scheme
58         GuiName                 Scheme
59         Placement               tbp
60         Extension               los
61         NumberWithin            none
62         Style                   plain
63         ListName                "List of Schemes"
64         IsPredefined true
65         UsesFloatPkg true
66 End
67
68 InsetLayout scheme
69         LabelString             Scheme
70         LabelFont
71           Color                 collapsable
72           Size                  Small
73         EndFont
74         MultiPar                true
75 End
76
77
78 Float
79         Type                    chart
80         GuiName                 Chart
81         Placement               tbp
82         Extension               loc
83         NumberWithin            none
84         Style                   plain
85         ListName                "List of Charts"
86         IsPredefined true
87         UsesFloatPkg true
88 End
89
90 InsetLayout chart
91         LabelString             Chart
92         LabelFont
93           Color                 collapsable
94           Size                  Small
95         EndFont
96         MultiPar                true
97 End
98
99
100 Float
101         Type                    graph
102         GuiName                 Graph
103         Placement               tbp
104         Extension               loh
105         NumberWithin            none
106         Style                   plain
107         ListName                "List of Graphs"
108         IsPredefined true
109         UsesFloatPkg true
110 End
111
112 InsetLayout graph
113         LabelString             Graph
114         LabelFont
115           Color                 collapsable
116           Size                  Small
117         EndFont
118         MultiPar                true
119 End
120
121
122 Style Abstract
123         Margin                  Static
124         LatexType               Environment
125         LatexName               abstract
126         Category                FrontMatter
127         InTitle                 1
128         NextNoIndent            1
129         LeftMargin              MMM
130         RightMargin             MMM
131         ParIndent               MM
132         ItemSep                 0
133         TopSep                  0.7
134         BottomSep               0.7
135         ParSep                  0
136         Align                   Block
137         AlignPossible           Block
138         LabelType               Centered_Top_Environment
139         LabelString             "Abstract"
140         LabelBottomSep          0.5
141         Font
142           Size                  Small
143         EndFont
144         LabelFont
145           Series                Bold
146           Size                  Large
147         EndFont
148 End
149
150
151 InsetLayout Flex:Bibnote
152         LyxType                 custom
153         LatexType               command
154         LatexName               bibnote
155         LabelString             "bibnote"
156         Decoration              Classic
157         Font
158           Color                 foreground
159           Size                  Small
160           Family                Roman
161           Shape                 Up
162           Series                Medium
163           Misc                  No_Emph
164           Misc                  No_Noun
165           Misc                  No_Bar
166         EndFont
167         LabelFont
168           Size                  Small
169         EndFont
170         MultiPar                true
171 End
172
173
174 Style Bibliography
175         Margin                  First_Dynamic
176         LatexType               Bib_Environment
177         LatexName               thebibliography
178         NextNoIndent            1
179         LeftMargin              MM
180         ParSkip                 0.4
181         ItemSep                 0
182         TopSep                  0.7
183         BottomSep               0.7
184         ParSep                  0.5
185         Align                   Block
186         AlignPossible           Block, Left
187         LabelType               Bibliography
188         LabelString             "References"
189         LabelBottomSep          1.2
190         LabelFont
191           Series                Bold
192           Size                  Larger
193         EndFont
194 End
195
196
197 InsetLayout Flex:Chemistry
198         CopyStyle               Flex:Bibnote
199         LatexName               ce
200         LabelString             "chemistry"
201         Preamble
202           \usepackage[version=3]{mhchem}
203         EndPreamble
204         LabelFont
205           Color                 blue
206         EndFont
207         MultiPar                false
208 End