]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
LyXHTML: add explicit HTMLTag for titles.
[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 Kimberly Heck <rikiheck@lyx.org>
12 # Moved "number within sections" to modules Aug '09 (Paul Rubin <rubin@msu.edu>)
13
14 Format 99
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         DocBookTag     para
43 End
44
45 Input stdfloats.inc
46 Input stdcounters.inc
47 Input stdinsets.inc
48 Input stdsections.inc
49 Input stdstarsections.inc
50 Input lyxmacros.inc
51 Input stdlayouts.inc
52 Input stdlists.inc
53 Input amsdefs.inc
54
55 NoStyle         Chapter
56 NoCounter       chapter
57 NoStyle         Paragraph
58 NoCounter       paragraph
59 NoStyle         Subparagraph
60 NoCounter       subparagraph
61 NoStyle         Chapter*
62 NoStyle Verse    # Although mathematicians tend to be poets at times,
63                  # we don't need this.
64
65
66 Style Section
67         Align        Center
68         Font
69           Series     Medium
70           Shape      Smallcaps
71           Size       Normal
72         EndFont
73         TocLevel 1
74 End
75
76
77 Style Section*
78         Align        Center
79         Font
80           Series     Medium
81           Shape      Smallcaps
82           Size       Normal
83         EndFont
84 End
85
86
87 Style SpecialSection
88         CopyStyle   Section
89         LatexName   specialsection
90         Font
91           Shape      Up
92         EndFont
93 End
94
95
96 Style SpecialSection*
97         CopyStyle    SpecialSection
98         Category     Unnumbered
99         LatexName    specialsection*
100         Margin       Static
101         LabelType    No_Label
102         LabelCounter ""
103         ResetArgs    1
104 End
105
106
107 Style Subsection
108         Font
109           Series     Bold
110           Size       Normal
111         EndFont
112         LabelFont
113           Series     Medium
114         EndFont
115         TocLevel 2
116 End
117
118
119 Style Subsection*
120         Font
121           Series     Bold
122           Size       Normal
123         EndFont
124         LabelFont
125           Series     Medium
126         EndFont
127 End
128
129
130 Style Subsubsection
131         Font
132           Shape      Italic
133           Series     Medium
134           Size       Normal
135         EndFont
136         TocLevel 3
137 End
138
139
140 Style Subsubsection*
141         Font
142           Shape      Italic
143           Series     Medium
144           Size       Normal
145         EndFont
146 End