* lib/layouts/amsmaths-plain.inc:

- Fix LaTeX errors triggered by switching from ams article to ams plain
  	  article (patch by Paul Rubin and me).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24691 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-05-09 08:00:34 +00:00
parent 60b4b5e4e0
commit 5d515197a6
2 changed files with 72 additions and 1 deletions

View File

@ -36,132 +36,200 @@
Format 4
Style Theorem
LatexName thm*
LatexName thmm*
LabelString "Theorem."
Preamble
\@ifundefined{theoremstyle}{\usepackage{amsthm}}{}
\theoremstyle{plain}
\newtheorem*{thmm*}{Theorem}
EndPreamble
End
Style Corollary
LatexName cor*
LabelString "Corollary."
DependsOn Corollary*
Preamble
EndPreamble
End
Style Lemma
LatexName lem*
LabelString "Lemma."
DependsOn Lemma*
Preamble
EndPreamble
End
Style Proposition
LatexName prop*
LabelString "Proposition."
DependsOn Proposition*
Preamble
EndPreamble
End
Style Conjecture
LatexName conjecture*
LabelString "Conjecture."
DependsOn Conjecture*
Preamble
EndPreamble
End
Style Criterion
LatexName criterion*
LabelString "Criterion."
DependsOn Criterion*
Preamble
EndPreamble
End
Style Algorithm
LatexName algorithm*
LabelString "Algorithm."
DependsOn Algorithm*
Preamble
EndPreamble
End
Style Fact
LatexName fact*
LabelString "Fact."
DependsOn Fact*
Preamble
EndPreamble
End
Style Axiom
LatexName ax*
LabelString "Axiom."
DependsOn Axiom*
Preamble
EndPreamble
End
Style Definition
LatexName defn*
LabelString "Definition."
DependsOn Definition*
Preamble
EndPreamble
End
Style Example
LatexName example*
LabelString "Example."
DependsOn Example*
Preamble
EndPreamble
End
Style Condition
LatexName condition*
LabelString "Condition."
DependsOn Condition*
Preamble
EndPreamble
End
Style Problem
LatexName problem*
LabelString "Problem."
DependsOn Problem*
Preamble
EndPreamble
End
Style Exercise
LatexName xca*
LabelString "Exercise."
DependsOn Exercise*
Preamble
EndPreamble
End
Style Remark
LatexName rem*
LabelString "Remark."
DependsOn Remark*
Preamble
EndPreamble
End
Style Claim
LatexName claim*
LabelString "Claim."
DependsOn Claim*
Preamble
EndPreamble
End
Style Note
LatexName note*
LabelString "Note."
DependsOn Note*
Preamble
EndPreamble
End
Style Notation
LatexName notation*
LabelString "Notation."
DependsOn Notation*
Preamble
EndPreamble
End
Style Summary
LatexName summary*
LabelString "Summary."
DependsOn Summary*
Preamble
EndPreamble
End
Style Acknowledgement
LatexName acknowledgement*
LabelString "Acknowledgement."
DependsOn Acknowledgement*
Preamble
EndPreamble
End
Style Conclusion
LatexName conclusion*
LabelString "Conclusion."
DependsOn Conclusion*
Preamble
EndPreamble
End
Style Assumption
LatexName assumption*
LabelString "Assumption."
DependsOn Assumption*
Preamble
EndPreamble
End

View File

@ -139,6 +139,9 @@ What's new
- Fix font size handling when importing LaTeX files (bug 4803 and bug 4807).
- Fix LaTeX errors triggered by switching from ams article to ams plain
article.
* USER INTERFACE: