mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
9ca91b2566
There is nothing in the diff besides the format number changing from 93 to 95. From what I understand, this is as expected since 93 -> 94 and 94 -> 95 just add new layout tags. Updating the layouts makes it easier to test master. Otherwise, in some use cases layout2layout can be run hundreds of times which can make some things slow (e.g., opening documents or even opening the advanced find pane).
188 lines
3.6 KiB
Plaintext
188 lines
3.6 KiB
Plaintext
#% Do not delete the line below; configure depends on this
|
|
# \DeclareLaTeXClass[article,maa-monthly.sty]{Mathematical Monthly article}
|
|
# \DeclareCategory{Articles}
|
|
#
|
|
# Layout for typesetting articles for the MAA Monthly.
|
|
#
|
|
# Author : John Perry <john.perry@usm.edu>
|
|
|
|
Format 95
|
|
|
|
Provides amscls 1
|
|
Provides amsmath 1
|
|
Provides amssymb 1
|
|
Provides amsthm 1
|
|
Provides graphics 1
|
|
Provides hyperref 1
|
|
Provides url 1
|
|
Provides times 1
|
|
Provides pifont 1
|
|
Provides color 1
|
|
|
|
# Input general definitions
|
|
Input stdclass.inc
|
|
Input stdcounters.inc
|
|
|
|
Preamble
|
|
\usepackage{maa-monthly}
|
|
EndPreamble
|
|
|
|
ClassOptions
|
|
FontSize 12
|
|
End
|
|
|
|
Style Abstract
|
|
Font
|
|
Size Normal
|
|
EndFont
|
|
LabelType Static
|
|
LabelFont
|
|
Size Normal
|
|
Series Bold
|
|
EndFont
|
|
LabelString "Abstract:"
|
|
LabelSep " "
|
|
Margin Dynamic
|
|
DocBookTag para
|
|
DocBookAbstract true
|
|
End
|
|
|
|
Style Standard
|
|
Category MainText
|
|
Margin Static
|
|
LatexType Paragraph
|
|
LatexName dummy
|
|
ParIndent MM
|
|
ParSkip 0.4
|
|
Align Block
|
|
AlignPossible Block Center
|
|
LabelType No_Label
|
|
DocBookTag para
|
|
End
|
|
|
|
Style Author
|
|
Align Center
|
|
End
|
|
|
|
Style Abbreviated_Title
|
|
CopyStyle Title
|
|
LatexType command
|
|
LatexName markright
|
|
Font
|
|
Size Large
|
|
EndFont
|
|
Align Center
|
|
DocBookTag titleabbrev
|
|
End
|
|
|
|
Style Biographies
|
|
Align Left
|
|
Category BackMatter
|
|
LabelString "Biographies"
|
|
LabelType Centered
|
|
LabelFont
|
|
Color textlabel1
|
|
Shape Italic
|
|
Family Roman
|
|
EndFont
|
|
LatexType Environment
|
|
LatexName biog
|
|
KeepEmpty 1
|
|
# Cannot work properly, as toclevel is set to NOT_IN_TOC.
|
|
DocBookSection true
|
|
# DocBookSectionTag section
|
|
DocBookTag title
|
|
DocBookTagType paragraph
|
|
DocBookWrapperTag section
|
|
End
|
|
|
|
Style Author_Biography
|
|
Align Left
|
|
Category BackMatter
|
|
Argument 1
|
|
LabelString "Name"
|
|
Mandatory 0
|
|
DocBookTag emphasis
|
|
DocBookAttr role='name'
|
|
EndArgument
|
|
LabelString "Author Biography"
|
|
LabelSep " "
|
|
LabelType Static
|
|
LabelFont
|
|
Color textlabel1
|
|
Shape Italic
|
|
Family Roman
|
|
EndFont
|
|
LatexType Command
|
|
LatexName item
|
|
Margin Dynamic
|
|
DocBookTag para
|
|
DocBookWrapperTag section
|
|
DocBookWrapperMergeWithPrevious true
|
|
End
|
|
|
|
Style Affiliation
|
|
Align Left
|
|
Category BackMatter
|
|
LabelString "Affiliation (include email):"
|
|
LabelSep " "
|
|
LabelType Static
|
|
LabelFont
|
|
Color textlabel1
|
|
Shape Italic
|
|
Family Roman
|
|
EndFont
|
|
LatexType Environment
|
|
LatexName affil
|
|
Margin Dynamic
|
|
DocBookTag para
|
|
DocBookAttr role='affiliation'
|
|
DocBookWrapperTag section
|
|
DocBookWrapperMergeWithPrevious true
|
|
End
|
|
|
|
Style Acknowledgments
|
|
Category BackMatter
|
|
Argument 1
|
|
LabelString "Title of acknowledgment"
|
|
Mandatory 1
|
|
EndArgument
|
|
LabelString "Acknowledgments"
|
|
LabelType Static
|
|
LabelSep " "
|
|
LabelFont
|
|
Series Bold
|
|
Size Large
|
|
EndFont
|
|
LatexName acknowledgment
|
|
LatexType Environment
|
|
Margin Dynamic
|
|
DocBookTag para
|
|
DocBookWrapperTag acknowledgements
|
|
DocBookSection true
|
|
End
|
|
|
|
InsetLayout Flex:URL
|
|
LyxType custom
|
|
ContentAsLabel 1
|
|
Decoration Conglomerate
|
|
LabelString "URL"
|
|
LatexType command
|
|
LatexName url
|
|
End
|
|
|
|
Input theorems.inc
|
|
Input theorems-case.inc
|
|
Input theorems-proof.inc
|
|
Input theorems-refprefix.inc
|
|
Input theorems-starred.inc
|
|
|
|
# the Monthly wants its remarks to look like definitions
|
|
Style Remark*
|
|
Preamble
|
|
\theoremstyle{definition}
|
|
\newtheorem*{rem*}{\protect\remarkname}
|
|
EndPreamble
|
|
End
|
|
|