mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
f367964247
* lib/layouts/ams*.inc: - updates from Paul A. Rubin. Maybe some tweaks for 1.6 are still needed (e.g. counters). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20496 a592a061-630c-0410-9148-cb99ea01b6c8
168 lines
2.7 KiB
HTML
168 lines
2.7 KiB
HTML
# Author : David L. Johnson <dlj0@lehigh.edu>
|
|
# Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
|
|
# Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
|
|
|
|
|
|
# These are only the plain (unnumbered) theorem styles environments.
|
|
# Both starred and unstarred versions are included for compatibility
|
|
# with the other AMS classes.
|
|
# The environments defined are:
|
|
# - Theorem
|
|
# - Corollary
|
|
# - Lemma
|
|
# - Proposition
|
|
# - Conjecture
|
|
# - Criterion
|
|
# - Algorithm
|
|
# - Fact
|
|
# - Axiom
|
|
# - Definition
|
|
# - Example
|
|
# - Condition
|
|
# - Problem
|
|
# - Exercise
|
|
# - Remark
|
|
# - Claim
|
|
# - Note
|
|
# - Notation
|
|
# - Summary
|
|
# - Acknowledgement
|
|
# - Conclusion
|
|
# - Assumption
|
|
# - Case (regular only -- defined as an enumeration)
|
|
|
|
|
|
Format 5
|
|
|
|
Style Theorem
|
|
LatexName thm*
|
|
LabelString "Theorem."
|
|
End
|
|
|
|
|
|
Style Corollary
|
|
LatexName cor*
|
|
LabelString "Corollary."
|
|
End
|
|
|
|
|
|
Style Lemma
|
|
LatexName lem*
|
|
LabelString "Lemma."
|
|
End
|
|
|
|
|
|
Style Proposition
|
|
LatexName prop*
|
|
LabelString "Proposition."
|
|
End
|
|
|
|
|
|
Style Conjecture
|
|
LatexName conjecture*
|
|
LabelString "Conjecture."
|
|
End
|
|
|
|
|
|
Style Criterion
|
|
LatexName criterion*
|
|
LabelString "Criterion."
|
|
End
|
|
|
|
|
|
Style Algorithm
|
|
LatexName algorithm*
|
|
LabelString "Algorithm."
|
|
End
|
|
|
|
|
|
Style Fact
|
|
LatexName fact*
|
|
LabelString "Fact."
|
|
End
|
|
|
|
|
|
Style Axiom
|
|
LatexName ax*
|
|
LabelString "Axiom."
|
|
End
|
|
|
|
|
|
Style Definition
|
|
LatexName defn*
|
|
LabelString "Definition."
|
|
End
|
|
|
|
|
|
Style Example
|
|
LatexName example*
|
|
LabelString "Example."
|
|
End
|
|
|
|
|
|
Style Condition
|
|
LatexName condition*
|
|
LabelString "Condition."
|
|
End
|
|
|
|
|
|
Style Problem
|
|
LatexName problem*
|
|
LabelString "Problem."
|
|
End
|
|
|
|
|
|
Style Exercise
|
|
LatexName xca*
|
|
LabelString "Exercise."
|
|
End
|
|
|
|
|
|
Style Remark
|
|
LatexName rem*
|
|
LabelString "Remark."
|
|
End
|
|
|
|
|
|
Style Claim
|
|
LatexName claim*
|
|
LabelString "Claim."
|
|
End
|
|
|
|
|
|
Style Note
|
|
LatexName note*
|
|
LabelString "Note."
|
|
End
|
|
|
|
|
|
Style Notation
|
|
LatexName notation*
|
|
LabelString "Notation."
|
|
End
|
|
|
|
|
|
Style Summary
|
|
LatexName summary*
|
|
LabelString "Summary."
|
|
End
|
|
|
|
|
|
Style Acknowledgement
|
|
LatexName acknowledgement*
|
|
LabelString "Acknowledgement."
|
|
End
|
|
|
|
|
|
Style Conclusion
|
|
LatexName conclusion*
|
|
LabelString "Conclusion."
|
|
End
|
|
|
|
|
|
Style Assumption
|
|
LatexName assumption*
|
|
LabelString "Assumption."
|
|
End
|