]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
DocBook: new logic to handle the new lines, only used in output_docbook for now.
[lyx.git] / lib / layouts / amsart.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{American Mathematical Society (AMS)}
3 #  \DeclareCategory{Articles}
4 # AMS-Article textclass definition file. Taken from initial LyX source code
5 # and from the Article textclass definition file, following the AMS sample
6 # paper "testmath.tex" of January, 1995
7 # Author : David L. Johnson <dlj0@lehigh.edu>
8 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
9 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
10 # Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
11 # Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
12 # Moved "number within sections" to modules Aug '09 (Paul Rubin <rubin@msu.edu>)
13
14 Format 82
15
16 Columns                 1
17 Sides                   2
18 PageStyle               Headers
19 BibInToc                true
20
21 Provides amsmath         1
22 Provides makeidx         1
23
24 ClassOptions
25         FontSize   8|9|10|11|12
26 End
27
28 DefaultModule theorems-ams
29 DefaultModule eqs-within-sections
30 DefaultModule figs-within-sections
31
32 Style Standard
33         Category      MainText
34         Margin        Static
35         LatexType     Paragraph
36         LatexName     dummy
37         ParIndent     MM
38         ParSkip       0.4
39         Align         Block
40         AlignPossible Block, Left, Right, Center
41         LabelType     No_Label
42 End
43
44 Input stdfloats.inc
45 Input stdcounters.inc
46 Input stdinsets.inc
47 Input stdsections.inc
48 Input stdstarsections.inc
49 Input lyxmacros.inc
50 Input stdlayouts.inc
51 Input stdlists.inc
52 Input amsdefs.inc
53
54 NoStyle         Chapter
55 NoCounter       chapter
56 NoStyle         Paragraph
57 NoCounter       paragraph
58 NoStyle         Subparagraph
59 NoCounter       subparagraph
60 NoStyle         Chapter*
61 NoStyle Verse    # Although mathematicians tend to be poets at times,
62                  # we don't need this.
63
64
65 Style Section
66         Align        Center
67         Font
68           Series     Medium
69           Shape      Smallcaps
70           Size       Normal
71         EndFont
72         TocLevel 1
73 End
74
75
76 Style Section*
77         Align        Center
78         Font
79           Series     Medium
80           Shape      Smallcaps
81           Size       Normal
82         EndFont
83 End
84
85
86 Style SpecialSection
87         CopyStyle   Section
88         LatexName   specialsection
89         Font
90           Shape      Up
91         EndFont
92 End
93
94
95 Style SpecialSection*
96         CopyStyle    SpecialSection
97         Category     Unnumbered
98         LatexName    specialsection*
99         Margin       Static
100         LabelType    No_Label
101         LabelCounter ""
102         ResetArgs    1
103 End
104
105
106 Style Subsection
107         Font
108           Series     Bold
109           Size       Normal
110         EndFont
111         LabelFont
112           Series     Medium
113         EndFont
114         TocLevel 2
115 End
116
117
118 Style Subsection*
119         Font
120           Series     Bold
121           Size       Normal
122         EndFont
123         LabelFont
124           Series     Medium
125         EndFont
126 End
127
128
129 Style Subsubsection
130         Font
131           Shape      Italic
132           Series     Medium
133           Size       Normal
134         EndFont
135         TocLevel 3
136 End
137
138
139 Style Subsubsection*
140         Font
141           Shape      Italic
142           Series     Medium
143           Size       Normal
144         EndFont
145 End