mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
fix #322
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7848 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
25d50ae7f9
commit
d64d9a38d1
@ -26,13 +26,16 @@
|
||||
# - Example
|
||||
# - Example*
|
||||
# - Condition
|
||||
# - Condition*
|
||||
# - Problem
|
||||
# - Problem*
|
||||
# - Exercise
|
||||
# - Remark
|
||||
# - Remark*
|
||||
# - Note
|
||||
# - Note*
|
||||
# - Notation
|
||||
# - Notation*
|
||||
# - Claim
|
||||
# - Claim*
|
||||
# - Summary
|
||||
@ -88,6 +91,7 @@ Style Theorem*
|
||||
CopyStyle Theorem
|
||||
LatexName thm*
|
||||
LabelString "Theorem."
|
||||
LabelCounter ""
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{thm*}{Theorem}
|
||||
@ -279,7 +283,7 @@ End
|
||||
|
||||
|
||||
Style Example*
|
||||
CopyStyle Definition
|
||||
CopyStyle Definition*
|
||||
LatexName example*
|
||||
LabelString "Example."
|
||||
Preamble
|
||||
@ -300,6 +304,17 @@ Style Condition
|
||||
End
|
||||
|
||||
|
||||
Style Condition*
|
||||
CopyStyle Definition*
|
||||
LatexName condition*
|
||||
LabelString "Condition."
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{condition*}{Condition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
||||
Style Problem
|
||||
CopyStyle Definition
|
||||
LatexName problem
|
||||
@ -311,6 +326,17 @@ Style Problem
|
||||
End
|
||||
|
||||
|
||||
Style Problem*
|
||||
CopyStyle Definition*
|
||||
LatexName problem*
|
||||
LabelString "Problem."
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{problem*}{Problem}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
||||
Style Exercise
|
||||
CopyStyle Definition
|
||||
LatexName xca
|
||||
@ -323,6 +349,17 @@ Style Exercise
|
||||
End
|
||||
|
||||
|
||||
Style Exercise*
|
||||
CopyStyle Definition*
|
||||
LatexName xca
|
||||
LabelString "Exercise."
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{xca*}{Exercise}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
||||
Style Remark
|
||||
CopyStyle Theorem
|
||||
LatexName rem
|
||||
@ -346,6 +383,7 @@ Style Remark*
|
||||
CopyStyle Remark
|
||||
LatexName rem*
|
||||
LabelString "Remark."
|
||||
LabelCounter ""
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{rem*}{Remark}
|
||||
@ -365,7 +403,7 @@ End
|
||||
|
||||
|
||||
Style Claim*
|
||||
CopyStyle Remark
|
||||
CopyStyle Remark*
|
||||
LatexName claim*
|
||||
LabelString "Claim."
|
||||
Preamble
|
||||
@ -387,7 +425,7 @@ End
|
||||
|
||||
|
||||
Style Note*
|
||||
CopyStyle Remark
|
||||
CopyStyle Remark*
|
||||
LatexName note*
|
||||
LabelString "Note."
|
||||
Preamble
|
||||
@ -408,6 +446,17 @@ Style Notation
|
||||
End
|
||||
|
||||
|
||||
Style Notation*
|
||||
CopyStyle Remark*
|
||||
LatexName notation*
|
||||
LabelString "Notation."
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{notation*}[thm]{Notation}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
||||
Style Summary
|
||||
CopyStyle Remark
|
||||
LatexName summary
|
||||
@ -431,7 +480,7 @@ End
|
||||
|
||||
|
||||
Style Acknowledgement*
|
||||
CopyStyle Remark
|
||||
CopyStyle Remark*
|
||||
LatexName acknowledgement*
|
||||
LabelString "Acknowledgement."
|
||||
Preamble
|
||||
@ -455,7 +504,7 @@ End
|
||||
Style Conclusion
|
||||
CopyStyle Remark
|
||||
LatexName conclusion
|
||||
LabelString "Conclusion #."
|
||||
LabelString "Conclusion @Section@.\arabic{theorem}."
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{conclusion}[thm]{Conclusion}
|
||||
@ -464,9 +513,9 @@ End
|
||||
|
||||
|
||||
Style Conclusion*
|
||||
CopyStyle Remark
|
||||
CopyStyle Remark*
|
||||
LatexName conclusion*
|
||||
LabelString "Conclusion @Section@.\arabic{theorem}."
|
||||
LabelString "Conclusion."
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{conclusion*}{Conclusion}
|
||||
|
Loading…
Reference in New Issue
Block a user