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