mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-27 02:19:10 +00:00
AMS module tweaks.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22468 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b258ae2d26
commit
736418751a
@ -2607,8 +2607,10 @@ lib_layouts_inc_files = Split('''
|
|||||||
stdtitle.inc
|
stdtitle.inc
|
||||||
svjour.inc
|
svjour.inc
|
||||||
theorems.inc
|
theorems.inc
|
||||||
|
theorems-order.inc
|
||||||
theorems-proof.inc
|
theorems-proof.inc
|
||||||
theorems-starred.inc
|
theorems-starred.inc
|
||||||
|
theorems-starred-equivalents.inc
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
|
||||||
@ -2623,6 +2625,7 @@ lib_layouts_module_files = Split('''
|
|||||||
theorems-ams.module
|
theorems-ams.module
|
||||||
theorems-chap.module
|
theorems-chap.module
|
||||||
theorems-sec.module
|
theorems-sec.module
|
||||||
|
theorems-starred.module
|
||||||
theorems-std.module
|
theorems-std.module
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
@ -1049,10 +1049,12 @@ dist_layouts_DATA =\
|
|||||||
layouts/theorems-ams.module \
|
layouts/theorems-ams.module \
|
||||||
layouts/theorems-chap.module \
|
layouts/theorems-chap.module \
|
||||||
layouts/theorems.inc \
|
layouts/theorems.inc \
|
||||||
|
layouts/theorems-order.inc \
|
||||||
layouts/theorems-proof.inc \
|
layouts/theorems-proof.inc \
|
||||||
layouts/theorems-sec.module \
|
layouts/theorems-sec.module \
|
||||||
layouts/theorems-starred.inc \
|
layouts/theorems-starred.inc \
|
||||||
layouts/theorems-starred.module \
|
layouts/theorems-starred.module \
|
||||||
|
layouts/theorems-starred-equivalents.inc \
|
||||||
layouts/theorems-std.module \
|
layouts/theorems-std.module \
|
||||||
layouts/treport.layout
|
layouts/treport.layout
|
||||||
|
|
||||||
|
@ -25,73 +25,7 @@ Preamble
|
|||||||
\theoremstyle{plain}
|
\theoremstyle{plain}
|
||||||
EndPreamble
|
EndPreamble
|
||||||
|
|
||||||
#Get the order right
|
Input theorems-order.inc
|
||||||
Style Theorem
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Theorem*
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Corollary
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Corollary*
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Lemma
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Lemma*
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Proposition
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Proposition*
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Conjecture
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Conjecture*
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Definition
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Definition*
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Example
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Example*
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Problem
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Problem*
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Exercise
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Exercise*
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Remark
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Remark*
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Claim
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Claim*
|
|
||||||
End
|
|
||||||
|
|
||||||
Input theorems.inc
|
Input theorems.inc
|
||||||
Input theorems-starred.inc
|
Input theorems-starred.inc
|
||||||
Input theorems-proof.inc
|
Input theorems-proof.inc
|
||||||
|
@ -21,10 +21,30 @@
|
|||||||
Format 6
|
Format 6
|
||||||
|
|
||||||
Style Theorem*
|
Style Theorem*
|
||||||
CopyStyle Theorem
|
LatexType Environment
|
||||||
|
Margin First_Dynamic
|
||||||
LatexName thm*
|
LatexName thm*
|
||||||
LabelType Static
|
LabelType Static
|
||||||
LabelString "Theorem."
|
LabelString "Theorem."
|
||||||
|
NextNoIndent 1
|
||||||
|
OptionalArgs 1
|
||||||
|
LabelSep xx
|
||||||
|
ParIndent MMM
|
||||||
|
ParSkip 0.4
|
||||||
|
ItemSep 0.2
|
||||||
|
TopSep 0.7
|
||||||
|
BottomSep 0.7
|
||||||
|
ParSep 0.3
|
||||||
|
Align Block
|
||||||
|
AlignPossible Left
|
||||||
|
Font
|
||||||
|
Shape Italic
|
||||||
|
Size Normal
|
||||||
|
EndFont
|
||||||
|
LabelFont
|
||||||
|
Shape Up
|
||||||
|
Series Bold
|
||||||
|
EndFont
|
||||||
Preamble
|
Preamble
|
||||||
\theoremstyle{plain}
|
\theoremstyle{plain}
|
||||||
\newtheorem*{thm*}{Theorem}
|
\newtheorem*{thm*}{Theorem}
|
||||||
@ -88,10 +108,13 @@ End
|
|||||||
|
|
||||||
|
|
||||||
Style Definition*
|
Style Definition*
|
||||||
CopyStyle Definition
|
CopyStyle Theorem*
|
||||||
LatexName defn*
|
LatexName defn*
|
||||||
LabelType Static
|
#LabelType Static
|
||||||
LabelString "Definition."
|
LabelString "Definition."
|
||||||
|
Font
|
||||||
|
Shape Up
|
||||||
|
EndFont
|
||||||
Preamble
|
Preamble
|
||||||
\theoremstyle{definition}
|
\theoremstyle{definition}
|
||||||
\newtheorem*{defn*}{Definition}
|
\newtheorem*{defn*}{Definition}
|
||||||
@ -133,10 +156,17 @@ End
|
|||||||
|
|
||||||
|
|
||||||
Style Remark*
|
Style Remark*
|
||||||
CopyStyle Remark
|
CopyStyle Theorem*
|
||||||
LatexName rem*
|
LatexName rem*
|
||||||
LabelType Static
|
|
||||||
LabelString "Remark."
|
LabelString "Remark."
|
||||||
|
Font
|
||||||
|
Shape Up
|
||||||
|
Size Normal
|
||||||
|
EndFont
|
||||||
|
LabelFont
|
||||||
|
Series Medium
|
||||||
|
Shape Italic
|
||||||
|
EndFont
|
||||||
Preamble
|
Preamble
|
||||||
\theoremstyle{remark}
|
\theoremstyle{remark}
|
||||||
\newtheorem*{rem*}{Remark}
|
\newtheorem*{rem*}{Remark}
|
||||||
|
@ -9,5 +9,7 @@
|
|||||||
|
|
||||||
Format 6
|
Format 6
|
||||||
|
|
||||||
|
Input theorems-order.inc
|
||||||
Input theorems-starred.inc
|
Input theorems-starred.inc
|
||||||
|
Input theorems-starred-equivalents.inc
|
||||||
Input theorems-proof.inc
|
Input theorems-proof.inc
|
||||||
|
@ -35,7 +35,7 @@ Style Theorem
|
|||||||
BottomSep 0.7
|
BottomSep 0.7
|
||||||
ParSep 0.3
|
ParSep 0.3
|
||||||
Align Block
|
Align Block
|
||||||
AlignPossible Block, Left
|
AlignPossible Left
|
||||||
LabelType Counter
|
LabelType Counter
|
||||||
LabelCounter theorem
|
LabelCounter theorem
|
||||||
LabelString "Theorem \thetheorem."
|
LabelString "Theorem \thetheorem."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user