]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
5171d64c75320c02ff24dee2cbf5fb78bfa4660a
[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
12 Format 11
13 Columns                 1
14 Sides                   2
15 PageStyle               Headers
16
17
18 ClassOptions
19         FontSize   8|9|10|11|12
20 End
21
22 DefaultModule theorems-ams
23
24 Style Standard
25         Category              MainText
26         Margin                Static
27         LatexType             Paragraph
28         LatexName             dummy
29         ParIndent             MM
30         ParSkip               0.4
31         Align                 Block
32         AlignPossible         Block, Left, Right, Center
33         LabelType             No_Label
34 End
35
36
37 Preamble
38         \numberwithin{equation}{section} %% Comment out for sequentially-numbered
39         \numberwithin{figure}{section} %% Comment out for sequentially-numbered
40 EndPreamble
41
42
43 Input stdfloats.inc
44 Input stdcounters.inc
45 Input stdinsets.inc
46 Input stdsections.inc
47 Input stdstarsections.inc
48 Input lyxmacros.inc
49 Input stdlayouts.inc
50 Input stdlists.inc
51 Input amsdefs.inc
52
53 NoStyle                 Chapter
54 NoStyle                 Paragraph
55 NoStyle                 Subparagraph
56 NoStyle                 Chapter*
57 #NoStyle                Paragraph*
58 #NoStyle                Subparagraph*
59
60 NoStyle Verse    # Although mathematicians tend to be poets at times,
61                  # we don't need this.
62
63
64 Style Section
65         Align                 Center
66         Font
67           Series              Medium
68           Shape               Smallcaps
69           Size                Large
70         EndFont
71 End
72
73
74 Style Section*
75         Align                 Center
76         Font
77           Series              Medium
78           Shape               Smallcaps
79           Size                Large
80         EndFont
81 End
82
83
84 Style Subsection
85         Font
86           Series              Bold
87           Size                Normal
88         EndFont
89 End
90
91
92 Style Subsection*
93         Font
94           Series              Bold
95           Size                Normal
96         EndFont
97 End
98
99
100 Style Subsubsection
101         Font
102           Shape               Italic
103           Size                Normal
104         EndFont
105 End
106
107
108 Style Subsubsection*
109         Font
110           Shape               Italic
111           Size                Normal
112         EndFont
113 End