]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
Update format 10 layouts to format 11.
[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 UseModule 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 Subsection
75         Font
76           Series              Bold
77           Size                Normal
78         EndFont
79 End
80
81
82 Style Subsubsection
83         Font
84           Shape               Italic
85           Size                Normal
86         EndFont
87 End