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