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