]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
stdinsets.inc: use minimalistic style for listings as intended by Richard (I changed...
[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 stdinsets.inc
47 Input stdfloats.inc
48 Input stdcounters.inc
49 Input amsdefs.inc
50
51 NoStyle                 Chapter
52 NoStyle                 Paragraph
53 NoStyle                 Subparagraph
54 NoStyle                 Chapter*
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         Font
65           Series              Medium
66           Shape               Smallcaps
67           Size                Large
68         EndFont
69 End
70
71
72 Style Subsection
73         Font
74           Series              Bold
75           Size                Normal
76         EndFont
77 End
78
79
80 Style Subsubsection
81         Font
82           Shape               Italic
83           Size                Normal
84         EndFont
85 End