]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
* lib/layouts/ams*.layout:
[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
11 Format 5
12 Columns                 1
13 Sides                   2
14 PageStyle               Headers
15
16
17 ClassOptions
18         FontSize   8|9|10|11|12
19 End
20
21
22 Style Standard
23         Margin                Static
24         LatexType             Paragraph
25         LatexName             dummy
26         ParIndent             MM
27         ParSkip               0.4
28         Align                 Block
29         AlignPossible         Block, Left, Right, Center
30         LabelType             No_Label
31 End
32
33
34 Preamble
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 lyxmacros.inc
43 Input stdlayouts.inc
44 Input stdlists.inc
45 Input stdfloats.inc
46 Input stdcounters.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                Large
66         EndFont
67 End
68
69
70 Style Subsection
71         Font
72           Series              Bold
73           Size                Normal
74         EndFont
75 End
76
77
78 Style Subsubsection
79         Font
80           Shape               Italic
81           Size                Normal
82         EndFont
83 End