]> git.lyx.org Git - lyx.git/blob - lib/layouts/achemso.layout
* RELEASE-NOTES
[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 31
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         NeedsFloatPkg false
62 End
63
64 InsetLayout scheme
65         LabelString             Scheme
66         LabelFont
67           Color                 collapsable
68           Size                  Small
69         EndFont
70         MultiPar                true
71 End
72
73
74 Float
75         Type                    chart
76         GuiName                 Chart
77         Placement               tbp
78         Extension               loc
79         NumberWithin            none
80         Style                   plain
81         ListName                "List of Charts"
82         NeedsFloatPkg false
83 End
84
85 InsetLayout chart
86         LabelString             Chart
87         LabelFont
88           Color                 collapsable
89           Size                  Small
90         EndFont
91         MultiPar                true
92 End
93
94
95 Float
96         Type                    graph
97         GuiName                 Graph
98         Placement               tbp
99         Extension               loh
100         NumberWithin            none
101         Style                   plain
102         ListName                "List of Graphs"
103         NeedsFloatPkg false
104 End
105
106 InsetLayout graph
107         LabelString             Graph
108         LabelFont
109           Color                 collapsable
110           Size                  Small
111         EndFont
112         MultiPar                true
113 End
114
115
116 Style Abstract
117         Margin                  Static
118         LatexType               Environment
119         LatexName               abstract
120         Category                FrontMatter
121         InTitle                 1
122         NextNoIndent            1
123         LeftMargin              MMM
124         RightMargin             MMM
125         ParIndent               MM
126         ItemSep                 0
127         TopSep                  0.7
128         BottomSep               0.7
129         ParSep                  0
130         Align                   Block
131         AlignPossible           Block
132         LabelType               Centered_Top_Environment
133         LabelString             "Abstract"
134         LabelBottomSep          0.5
135         Font
136           Size                  Small
137         EndFont
138         LabelFont
139           Series                Bold
140           Size                  Large
141         EndFont
142 End
143
144
145 InsetLayout Bibnote
146         LyxType                 custom
147         LatexType               command
148         LatexName               bibnote
149         LabelString             "bibnote"
150         Decoration              Classic
151         Font
152           Color                 foreground
153           Size                  Small
154           Family                Roman
155           Shape                 Up
156           Series                Medium
157           Misc                  No_Emph
158           Misc                  No_Noun
159           Misc                  No_Bar
160         EndFont
161         LabelFont
162           Size                  Small
163         EndFont
164         MultiPar                true
165 End
166
167
168 Style Bibliography
169         Margin                  First_Dynamic
170         LatexType               Bib_Environment
171         LatexName               thebibliography
172         NextNoIndent            1
173         LeftMargin              MM
174         ParSkip                 0.4
175         ItemSep                 0
176         TopSep                  0.7
177         BottomSep               0.7
178         ParSep                  0.5
179         Align                   Block
180         AlignPossible           Block, Left
181         LabelType               Bibliography
182         LabelString             "References"
183         LabelBottomSep          1.2
184         LabelFont
185           Series                Bold
186           Size                  Larger
187         EndFont
188 End
189
190
191 InsetLayout Chemistry
192         CopyStyle               Bibnote
193         LatexName               ce
194         LabelString             "chemistry"
195         Preamble
196           \usepackage[version=3]{mhchem}
197         EndPreamble
198         LabelFont
199           Color                 blue
200         EndFont
201         MultiPar                false
202 End