]> git.lyx.org Git - lyx.git/blob - lib/layouts/achemso.layout
Update previews after doing a find/replace (#7242)
[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 # textclass definition file for achemso 3.7c
5 # Author: Uwe Stöhr (uwestoehr@web.de)
6
7 Format 54
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         Category        MainText
35         Margin          Static
36         LatexType       Paragraph
37         LatexName       dummy
38         ParIndent       MM
39         ParSkip         0.4
40         Align           Block
41         AlignPossible   Block, Left, Right, Center
42         LabelType       No_Label
43 End
44
45
46 Input stdcounters.inc
47 Input stdfloats.inc
48 Input stdlists.inc
49 Input stdsections.inc
50 Input stdstarsections.inc
51
52 NoStyle Chapter
53 NoCounter chapter
54 NoStyle Chapter*
55
56 Style Title
57         Margin          Static
58         LatexType       Command
59         Category        FrontMatter
60         InPreamble      1
61         LatexName       title
62         ParSkip         0.4
63         ItemSep         0
64         TopSep          0
65         BottomSep       0.7
66         ParSep          1
67         Align           Center
68         LabelType       No_Label
69         Font
70           Family        Sans
71           Size          Largest
72           Series        Bold
73           EndFont
74         HTMLTag         h1
75         HTMLTitle       true
76         Argument 1
77           LabelString   "Short Title|S"
78           Tooltip       "Short title which will appear in the running header"
79         EndArgument
80 End
81
82 Style Author
83         LatexType       command
84         LatexName       author
85         Category        FrontMatter
86         InPreamble      1
87         TopSep          0.7
88         Align           Center
89         Font
90           Family        Sans
91           Size          Large
92         EndFont
93 End
94
95 Style Email
96         CopyStyle       Author
97         LatexName       email
98         TopSep          1
99         Font
100           Size          Normal
101         EndFont
102 End
103
104 Style Affiliation
105         CopyStyle       Email
106         LatexName       affiliation
107         Font
108           Shape         Italic
109         EndFont
110         Argument 1
111           LabelString   "Short name"
112           Tooltip       "Short name which appears in the footer of the title page"
113         EndArgument
114 End
115
116 Style Alt_Affiliation
117         CopyStyle       Affiliation
118         LatexName       altaffiliation
119         TopSep          0.7
120 End
121
122 Style Also_Affiliation
123         CopyStyle       Affiliation
124         LatexName       alsoaffiliation
125         TopSep          0.5
126 End
127
128 Style Fax
129         CopyStyle       Email
130         LatexName       fax
131         TopSep          0
132         LabelSep        xx
133         LabelType       Static
134         LabelString     "Fax:"
135 End
136
137 Style Phone
138         CopyStyle       Fax
139         LatexName       phone
140         LabelString     "Phone:"
141         TopSep          0.5
142 End
143
144 Style Abbreviations
145         CopyStyle       Fax
146         Margin          Dynamic
147         LatexName       abbreviations
148         TopSep          1
149         Align           Left
150         LabelString     "Abbreviations:"
151         LabelFont
152           Color         Blue
153         EndFont
154 End
155
156 Style Keywords
157         CopyStyle       Abbreviations
158         LatexName       keywords
159         LabelString     "Keywords:"
160         TopSep          0.3
161 End
162
163 Float
164         Type            scheme
165         GuiName         Scheme
166         Placement       tbp
167         Extension       los
168         NumberWithin    none
169         Style           plain
170         ListName        "List of Schemes"
171         IsPredefined    true
172         UsesFloatPkg    true
173 End
174
175 InsetLayout scheme
176         LabelString     Scheme
177         LabelFont
178           Color         collapsable
179           Size          Small
180         EndFont
181         MultiPar        true
182 End
183
184
185 Float
186         Type            chart
187         GuiName         Chart
188         Placement       tbp
189         Extension       loc
190         NumberWithin    none
191         Style           plain
192         ListName        "List of Charts"
193         IsPredefined    true
194         UsesFloatPkg    true
195 End
196
197 InsetLayout chart
198         LabelString     Chart
199         LabelFont
200           Color         collapsable
201           Size          Small
202         EndFont
203         MultiPar        true
204 End
205
206
207 Float
208         # We need the [[mathematical]] context, since graph in the sense of
209         # diagram is not meant (chart is used for this, see above).
210         Type            graph
211         GuiName         Graph[[mathematical]]
212         Placement       tbp
213         Extension       loh
214         NumberWithin    none
215         Style           plain
216         ListName        "List of Graphs[[mathematical]]"
217         IsPredefined    true
218         UsesFloatPkg    true
219 End
220
221 InsetLayout graph
222         LabelString     Graph[[mathematical]]
223         LabelFont
224           Color         collapsable
225           Size          Small
226         EndFont
227         MultiPar        true
228 End
229
230 # insert Abtract and Bibliography style
231 Input stdstruct.inc
232
233 Style Acknowledgement
234         CopyStyle       Abstract
235         LatexName       acknowledgement
236         Category        BackMatter
237         InTitle         0
238         BottomSep       0.7
239         LabelType       Above
240         LabelString     "Acknowledgement"
241         Font
242           Size          Normal
243         EndFont
244         LabelFont
245           Series        Bold
246           Size          Large
247         EndFont
248 End
249
250 Style SupplementalInfo
251         CopyStyle       Acknowledgement
252         LatexName       suppinfo
253         LabelString     "Supporting Information Available"
254 End
255
256 Style TOC_entry
257         CopyStyle       Acknowledgement
258         LatexName       tocentry
259         ParSep          0.3
260         LabelString     "Graphical TOC Entry"
261 End
262
263
264 InsetLayout Flex:Bibnote
265         LyxType         custom
266         LatexType       command
267         LatexName       bibnote
268         LabelString     "bibnote"
269         Decoration      Classic
270         Font
271           Color         foreground
272           Size          Small
273           Family        Roman
274           Shape         Up
275           Series        Medium
276           Misc          No_Emph
277           Misc          No_Noun
278           Misc          No_Bar
279         EndFont
280         LabelFont
281           Size          Small
282         EndFont
283         MultiPar        true
284         ResetsFont true
285 End
286
287
288 InsetLayout Flex:Chemistry
289         CopyStyle       Flex:Bibnote
290         LatexName       ce
291         LabelString     "chemistry"
292         Preamble
293           \usepackage[version=3]{mhchem}
294         EndPreamble
295         LabelFont
296           Color         blue
297         EndFont
298         MultiPar        false
299 End
300