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