X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Famsmaths-plain.inc;h=4dd901d103f1b83d0b8223fd641ed043707d9791;hb=014b9da9e54c37228bd3b8ea9a5b093dede94491;hp=ccbc1b85df4ba003ead50a9558d7b6445d6090c6;hpb=12d02d04b2b26bdd49ca8dfcc0c53529c8a20f9d;p=lyx.git diff --git a/lib/layouts/amsmaths-plain.inc b/lib/layouts/amsmaths-plain.inc index ccbc1b85df..4dd901d103 100644 --- a/lib/layouts/amsmaths-plain.inc +++ b/lib/layouts/amsmaths-plain.inc @@ -3,8 +3,8 @@ # modified and modularized by Emmanuel GUREGHIAN -# These are only the plain (unnumbered) theorem styles environnements -# The environnements defined are : +# These are only the plain (unnumbered) theorem styles environments +# The environments defined are: # - Theorem # - Corollary # - Lemma @@ -12,7 +12,7 @@ # - Conjecture # - Criterion # - Algorithm -# - Fact +# - Fact # - Axiom # - Definition # - Example @@ -28,249 +28,222 @@ # - Case # - Conclusion -# Theorem-plain style declaration + Style Theorem LatexName thm* LabelString "Theorem." - Preamble - \theoremstyle{plain} + \theoremstyle{plain} \newtheorem*{thm*}{Theorem} EndPreamble -End +End + -# Corollary-plain style declaration Style Corollary LatexName cor* LabelString "Corollary." - Preamble - \theoremstyle{plain} + \theoremstyle{plain} \newtheorem*{cor*}{Corollary} EndPreamble End -# Lemma-plain style declaration + Style Lemma LatexName lem* LabelString "Lemma." - Preamble - \theoremstyle{plain} + \theoremstyle{plain} \newtheorem*{lem*}{Lemma} EndPreamble End -# Proposition-plain style declaration + Style Proposition LatexName prop* LabelString "Proposition." - Preamble - \theoremstyle{plain} + \theoremstyle{plain} \newtheorem*{prop*}{Proposition} EndPreamble -End +End + -# Conjecture-plain style declaration Style Conjecture LatexName conjecture* LabelString "Conjecture." - Preamble - \theoremstyle{plain} + \theoremstyle{plain} \newtheorem*{conjecture*}{Conjecture} EndPreamble -End +End + -# Criterion-plain style declaration Style Criterion LatexName criterion* LabelString "Criterion." - Preamble - \theoremstyle{plain} + \theoremstyle{plain} \newtheorem*{criterion*}{Criterion} EndPreamble -End +End + -# Algorithm-plain style declaration Style Algorithm LatexName algorithm* LabelString "Algorithm #." - Preamble - \theoremstyle{plain} - \newtheorem*{algorithm*}{Algorithm} + \theoremstyle{plain} + \newtheorem*{algorithm*}{Algorithm} EndPreamble -End +End + -# Fact-plain style declaration Style Fact LatexName fact* LabelString "Fact." - Preamble - \theoremstyle{plain} - \newtheorem*{fact*}{Fact} + \theoremstyle{plain} + \newtheorem*{fact*}{Fact} EndPreamble -End +End + -# Axiom-plain style declaration Style Axiom LatexName ax* LabelString "Axiom." - Preamble - \theoremstyle{plain} + \theoremstyle{plain} \newtheorem*{ax*}{Axiom} EndPreamble End -# Definition-plain style declaration + Style Definition LatexName defn* LabelString "Definition." - Preamble \theoremstyle{definition} \newtheorem*{defn*}{Definition} EndPreamble -End +End + -# Example-plain style declaration Style Example LatexName example* LabelString "Example." - Preamble \theoremstyle{definition} \newtheorem*{example*}{Example} EndPreamble -End +End + -# Condition-plain style declaration Style Condition LatexName condition* LabelString "Condition." - Preamble \theoremstyle{definition} \newtheorem*{condition*}{Condition} EndPreamble -End +End + -# Problem-plain style declaration Style Problem LatexName problem* LabelString "Problem." - Preamble \theoremstyle{definition} \newtheorem*{problem*}{Problem} EndPreamble -End +End + -# Exercise-plain style declaration Style Exercise LatexName xca* LabelString "Exercise." - Preamble \theoremstyle{definition} \newtheorem*{xca*}{Exercise} EndPreamble -End +End + -# Remark-plain style declaration Style Remark LatexName rem* LabelString "Remark." - Preamble \theoremstyle{remark} \newtheorem*{rem*}{Remark} EndPreamble -End +End + -# Claim-plain style declaration Style Claim LatexName claim* LabelString "Claim." - Preamble - \theoremstyle{remark} - \newtheorem*{claim*}{Claim} + \theoremstyle{remark} + \newtheorem*{claim*}{Claim} EndPreamble -End +End + -# Note-plain style declaration Style Note LatexName note* LabelString "Note." - Preamble - \theoremstyle{remark} - \newtheorem*{note*}{Note} + \theoremstyle{remark} + \newtheorem*{note*}{Note} EndPreamble -End +End + -# Notation style declaration Style Notation LatexName notation* LabelString "Notation." - Preamble \theoremstyle{remark} \newtheorem*{notation*}{Notation} EndPreamble -End - +End + -# Summary style declaration Style Summary LatexName summary* LabelString "Summary." - Preamble \theoremstyle{remark} \newtheorem*{summary*}{Summary} EndPreamble -End - +End + -# Acknowledgement style declaration Style Acknowledgement LatexName acknowledgement* LabelString "Acknowledgement." - Preamble \theoremstyle{remark} \newtheorem*{acknowledgement*}{Acknowledgement} EndPreamble -End - +End + -# Case style declaration Style Case LatexName case* LabelString "Case." - Preamble \theoremstyle{remark} \newtheorem*{case*}{Case} EndPreamble -End - +End + -# Conclusion style declaration Style Conclusion LatexName conclusion* LabelString "Conclusion." - Preamble \theoremstyle{remark} \newtheorem*{conclusion*}{Conclusion} EndPreamble -End - +End