]> git.lyx.org Git - lyx.git/blob - lib/layouts/maa-monthly.layout
Update layout versions
[lyx.git] / lib / layouts / maa-monthly.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[article,maa-monthly.sty]{Mathematical Monthly article}
3 #  \DeclareCategory{Articles}
4 #
5 # Layout for typesetting articles for the MAA Monthly.
6 #
7 # Author : John Perry <john.perry@usm.edu>
8
9 Format 71
10
11 Provides amscls 1
12 Provides amsmath 1
13 Provides amssymb 1
14 Provides amsthm 1
15 Provides graphics 1
16 Provides hyperref 1
17 Provides url 1
18 Provides times 1
19 Provides pifont 1
20 Provides color 1
21
22 # Input general definitions
23 Input stdclass.inc
24 Input stdcounters.inc
25
26 Preamble
27   \usepackage{maa-monthly}
28 EndPreamble
29
30 ClassOptions
31   FontSize              12
32 End
33
34 Style Abstract
35   Font
36     Size Normal
37   EndFont
38   LabelType Static
39   LabelFont
40     Size Normal
41     Series Bold
42   EndFont
43   LabelString "Abstract:"
44   LabelSep " "
45   Margin Dynamic
46 End
47
48 Style Standard
49         Category              MainText
50         Margin                Static
51         LatexType             Paragraph
52         LatexName             dummy
53         ParIndent             MM
54         ParSkip               0.4
55         Align                 Block
56         AlignPossible         Block Center
57         LabelType             No_Label
58 End
59
60 Style Author
61   Align   Center
62 End
63
64 Style Abbreviated_Title
65   CopyStyle Title
66   LatexType command
67   LatexName markright
68   Font
69     Size  Large
70   EndFont
71   Align Center
72 End
73
74 Style Biographies
75   Align Left
76   Category BackMatter
77   LabelString "Biographies"
78   LabelType Centered
79   LabelFont
80     Color Blue
81     Shape Italic
82     Family Roman
83   EndFont
84   LatexType Environment
85   LatexName biog
86   KeepEmpty 1
87 End
88
89 Style Author_Biography
90   Align Left
91   Category BackMatter
92   Argument 1
93     LabelString "Name"
94     Mandatory 0
95   EndArgument
96   LabelString "Author Biography"
97   LabelSep " "
98   LabelType Static
99   LabelFont
100     Color Blue
101     Shape Italic
102     Family Roman
103   EndFont
104   LatexType Command
105   LatexName item
106   Margin Dynamic
107 End
108
109 Style Affiliation
110   Align Left
111   Category BackMatter
112   LabelString "Affiliation (include email):"
113   LabelSep " "
114   LabelType Static
115   LabelFont
116     Color Blue
117     Shape Italic
118     Family Roman
119   EndFont
120   LatexType Environment
121   LatexName affil
122   Margin Dynamic
123 End
124
125 Style Acknowledgments
126   Category  BackMatter
127   Argument 1
128     LabelString "Title of acknowledgment"
129     Mandatory 1
130   EndArgument
131   LabelString "Acknowledgments"
132   LabelType Static
133   LabelSep " "
134   LabelFont
135     Series Bold
136     Size Large
137   EndFont
138   LatexName acknowledgment
139   LatexType   Environment
140   Margin Dynamic
141 End
142
143 InsetLayout Flex:URL
144   LyxType custom
145   ContentAsLabel 1
146   Decoration Conglomerate
147   LabelString "URL"
148   LatexType command
149   LatexName url
150 End
151
152 Input theorems.inc
153 Input theorems-case.inc
154 Input theorems-proof.inc
155 Input theorems-refprefix.inc
156 Input theorems-starred.inc
157
158 # the Monthly wants its remarks to look like definitions
159 Style Remark*
160   Preamble
161     \theoremstyle{definition}
162     \newtheorem*{rem*}{\protect\remarkname}
163   EndPreamble
164 End
165