lyx_mirror/lib/layouts/AEA.layout
Georg Baum 6b49b6b129 Fix conflicting inset font defaults (bug #8874)
This makes the defaults of Inset::inheritFont() and Inset::resetFontEdit()
compatible. There is no user visible change except for the Chunk inset which
does not produce invalid LaTeX after editing operations anymore.
This is the safe version for 2.1.0, for later there are still open questions:
- All insets with ResetsFont true should be audited: Is this really needed,
  or do they show similar editing problems as the Chunk inset?
- Does inheritFont() need to be customizable in the layout file as well?
- Is resetFontEdit() != !inheritFont() needed at all?
I did not use change tracking for the docs, since I updated all existing
translations.
2014-02-10 22:06:32 +01:00

324 lines
5.0 KiB
Plaintext

#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[AEA,amsmath.sty,harvard.sty,multicol.sty,setspace.sty]{American Economic Association (AEA)}
# \DeclareCategory{Articles}
# Authors : Koji Yokota <yokota@res.otaru-uc.ac.jp>
# Uwe Stöhr <uwestoehr@web.de>
Format 49
Input stdclass.inc
Input theorems-ams.module
Input theorems-bytype.module
Input theorems-ams-extended-bytype.module
Provides amsthm 1
NoStyle Part
NoCounter part
NoStyle Chapter
NoCounter chapter
NoStyle Paragraph
NoCounter paragraph
NoStyle Subparagraph
NoCounter subparagraph
NoStyle Part*
NoStyle Chapter*
NoStyle Section*
NoStyle Subsection*
NoStyle Subsubsection*
NoStyle Paragraph*
NoStyle Subparagraph*
NoStyle List
NoStyle LyX-Code
NoStyle Verse
NoStyle Address
NoStyle Right_Address
NoStyle Acknowledgement*
NoStyle Algorithm*
NoStyle Assumption*
NoStyle Axiom*
NoStyle Conclusion*
NoStyle Condition*
NoStyle Criterion*
NoStyle Fact
NoStyle Notation*
NoStyle Note
NoStyle Note*
NoStyle Remark*
NoStyle Summary*
Style ShortTitle
Category FrontMatter
LatexType Command
LatexName shortTitle
InTitle 1
Align Center
End
Style Publication_Month
CopyStyle ShortTitle
LatexName pubMonth
Align Left
Margin Dynamic
LabelType Static
LabelString "Publication Month:"
LabelSep M
LabelFont
Color Red
EndFont
End
Style Publication_Year
CopyStyle Publication_Month
LatexName pubYear
LabelString "Publication Year:"
End
Style Publication_Volume
CopyStyle Publication_Month
LatexName pubVolume
LabelString "Publication Volume:"
End
Style Publication_Issue
CopyStyle Publication_Month
LatexName pubIssue
LabelString "Publication Issue:"
End
Style JEL
CopyStyle Publication_Month
LatexName JEL
LabelString "JEL:"
End
Style Keywords
CopyStyle Publication_Month
LatexName Keywords
LabelString "Keywords:"
End
Style Abstract
InTitle 1
End
Style Acknowledgement
Category FrontMatter
LabelString "Acknowledgement."
Preamble
EndPreamble
End
Style Figure_Notes
Margin Static
LatexType Environment
LatexName figurenotes
Category MainText
NextNoIndent 1
Argument 1
LabelString "Figure Note"
Tooltip "Text of a note in a figure"
EndArgument
LeftMargin MMM
TopSep 0.5
BottomSep 0.5
Align Left
LabelType Static
LabelString "Note:"
LabelSep I
Font
Size Small
EndFont
LabelFont
Shape Italic
Size Small
EndFont
End
Style Table_Notes
CopyStyle Figure_Notes
LatexName tablenotes
Argument 1
LabelString "Table Note"
Tooltip "Text of a note in a table"
EndArgument
End
Style Theorem
LatexName theorem
Preamble
\newtheorem{theorem}{Theorem}
EndPreamble
End
Style Algorithm
LatexName algorithm
Preamble
\newtheorem{algorithm}{Algorithm}
EndPreamble
End
Style Axiom
LatexName axiom
Preamble
\newtheorem{axiom}{Axiom}
EndPreamble
End
Style Case
CopyStyle Remark
LatexName case
LabelCounter case
LabelString "Case \thecase."
Preamble
\newtheorem{case}{Case}
EndPreamble
End
Style Claim
LatexName claim
Preamble
\newtheorem{claim}{Claim}
EndPreamble
End
Style Conclusion
LatexName conclusion
LabelCounter conclusion
Preamble
\newtheorem{conclusion}{Conclusion}
EndPreamble
End
Style Condition
LatexName condition
LabelCounter condition
Preamble
\newtheorem{condition}{Condition}
EndPreamble
End
Style Conjecture
LatexName conjecture
Preamble
\newtheorem{conjecture}{Conjecture}
EndPreamble
End
Style Corollary
LatexName corollary
Preamble
\newtheorem{corollary}{Corollary}
EndPreamble
End
Style Criterion
LatexName criterion
LabelCounter criterion
Preamble
\newtheorem{criterion}{Criterion}
EndPreamble
End
Style Definition
LatexName definition
Preamble
\newtheorem{definition}{Definition}
EndPreamble
End
Style Example
LatexName example
Preamble
\newtheorem{example}{Example}
EndPreamble
End
Style Exercise
LatexName exercise
Preamble
\newtheorem{exercise}{Exercise}
EndPreamble
End
Style Lemma
LatexName lemma
Preamble
\newtheorem{lemma}{Lemma}
EndPreamble
End
Style Notation
LatexName notation
LabelCounter notation
Preamble
\newtheorem{notation}{Notation}
EndPreamble
End
Style Problem
LatexName problem
LabelCounter problem
Preamble
\newtheorem{problem}{Problem}
EndPreamble
End
Style Proposition
LatexName proposition
Preamble
\newtheorem{proposition}{Proposition}
EndPreamble
End
Style Remark
LatexName remark
LabelString "Remark \theremark."
Preamble
\newtheorem{remark}{Remark}
EndPreamble
End
Style Solution
CopyStyle Remark
LatexName solution
LabelCounter solution
LabelString "Solution \thesolution."
Preamble
\newtheorem{solution}{Solution}
EndPreamble
End
Style Summary
LatexName summary
LabelCounter summary
Preamble
\newtheorem{summary}{Summary}
EndPreamble
End
Style Caption
CopyStyle Remark
Category MainText
LatexType Command
LatexName QTR{caption}
LabelCounter caption
LabelString "Caption: "
LeftMargin "Caption: "
Align Center
End
Style Proof
Preamble
EndPreamble
End
Counter case
End
Counter remark
End
Counter summary
End
Counter solution
End