]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
fix typos.
[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 11
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 End
68
69
70 Style Section*
71         Align                 Center
72         Font
73           Series              Medium
74           Shape               Smallcaps
75           Size                Large
76         EndFont
77 End
78
79
80 Style SpecialSection
81         CopyStyle             Section
82         LatexName             specialsection
83         Font
84           Shape               Roman
85         EndFont
86 End
87
88
89 Style SpecialSection*
90         CopyStyle             SpecialSection
91         Category              Unnumbered
92         LatexName             specialsection*
93         Margin                Static
94         LabelType             No_Label
95         LabelCounter          ""        
96         OptionalArgs          0
97 End
98
99
100 Style Subsection
101         Font
102           Series              Bold
103           Size                Normal
104         EndFont
105         LabelFont
106           Series              Medium
107         EndFont
108 End
109
110
111 Style Subsection*
112         Font
113           Series              Bold
114           Size                Normal
115         EndFont
116         LabelFont
117           Series              Medium
118         EndFont
119 End
120
121
122 Style Subsubsection
123         Font
124           Shape               Italic
125           Series              Medium
126           Size                Normal
127         EndFont
128 End
129
130
131 Style Subsubsection*
132         Font
133           Shape               Italic
134           Series              Medium
135           Size                Normal
136         EndFont
137 End