]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
Update layout format.
[lyx.git] / lib / layouts / amsart.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{article (AMS)}
3 # AMS-Article textclass definition file. Taken from initial LyX source code
4 # and from the Article textclass definition file, following the AMS sample
5 # paper "testmath.tex" of January, 1995
6 # Author : David L. Johnson <dlj0@lehigh.edu>
7 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
8 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
9 # Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
10 # Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
11 # Moved "number within sections" to modules Aug '09 (Paul Rubin <rubin@msu.edu>)
12
13 Format 27
14 Columns                 1
15 Sides                   2
16 PageStyle               Headers
17
18
19 ClassOptions
20         FontSize   8|9|10|11|12
21 End
22
23 DefaultModule theorems-ams
24 DefaultModule eqs-within-sections
25 DefaultModule figs-within-sections
26
27 Style Standard
28         Category              MainText
29         Margin                Static
30         LatexType             Paragraph
31         LatexName             dummy
32         ParIndent             MM
33         ParSkip               0.4
34         Align                 Block
35         AlignPossible         Block, Left, Right, Center
36         LabelType             No_Label
37 End
38
39 Input stdfloats.inc
40 Input stdcounters.inc
41 Input stdinsets.inc
42 Input stdsections.inc
43 Input stdstarsections.inc
44 Input lyxmacros.inc
45 Input stdlayouts.inc
46 Input stdlists.inc
47 Input amsdefs.inc
48
49 NoStyle                 Chapter
50 NoStyle                 Paragraph
51 NoStyle                 Subparagraph
52 NoStyle                 Chapter*
53 #NoStyle                Paragraph*
54 #NoStyle                Subparagraph*
55
56 NoStyle Verse    # Although mathematicians tend to be poets at times,
57                  # we don't need this.
58
59
60 Style Section
61         Align                 Center
62         Font
63           Series              Medium
64           Shape               Smallcaps
65           Size                Normal
66         EndFont
67         TocLevel 1
68 End
69
70
71 Style Section*
72         Align                 Center
73         Font
74           Series              Medium
75           Shape               Smallcaps
76           Size                Large
77         EndFont
78 End
79
80
81 Style SpecialSection
82         CopyStyle             Section
83         LatexName             specialsection
84         Font
85           Shape               Up
86         EndFont
87 End
88
89
90 Style SpecialSection*
91         CopyStyle             SpecialSection
92         Category              Unnumbered
93         LatexName             specialsection*
94         Margin                Static
95         LabelType             No_Label
96         LabelCounter          ""        
97         OptionalArgs          0
98 End
99
100
101 Style Subsection
102         Font
103           Series              Bold
104           Size                Normal
105         EndFont
106         LabelFont
107           Series              Medium
108         EndFont
109         TocLevel 2
110 End
111
112
113 Style Subsection*
114         Font
115           Series              Bold
116           Size                Normal
117         EndFont
118         LabelFont
119           Series              Medium
120         EndFont
121 End
122
123
124 Style Subsubsection
125         Font
126           Shape               Italic
127           Series              Medium
128           Size                Normal
129         EndFont
130         TocLevel 3
131 End
132
133
134 Style Subsubsection*
135         Font
136           Shape               Italic
137           Series              Medium
138           Size                Normal
139         EndFont
140 End