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