mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
More tweaks, and some fixes for missing files in the makefiles, while we're at it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22469 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
736418751a
commit
4aea2f6a73
@ -2594,8 +2594,10 @@ lib_layouts_inc_files = Split('''
|
||||
numreport.inc
|
||||
numrevtex.inc
|
||||
scrclass.inc
|
||||
stdcharstyles.inc
|
||||
stdclass.inc
|
||||
stdcounters.inc
|
||||
stdcustom.inc
|
||||
stdfloats.inc
|
||||
stdinsets.inc
|
||||
stdlayouts.inc
|
||||
|
@ -1029,7 +1029,9 @@ dist_layouts_DATA =\
|
||||
layouts/slides.layout \
|
||||
layouts/spie.layout \
|
||||
layouts/stdclass.inc \
|
||||
layouts/stdcharstyles.inc \
|
||||
layouts/stdcounters.inc \
|
||||
layouts/stdcustom.inc \
|
||||
layouts/stdfloats.inc \
|
||||
layouts/stdinsets.inc \
|
||||
layouts/stdlayouts.inc \
|
||||
|
77
lib/layouts/theorems-order.inc
Normal file
77
lib/layouts/theorems-order.inc
Normal file
@ -0,0 +1,77 @@
|
||||
# Sets the order of the main theorem environments
|
||||
# Author: Richard Heck
|
||||
|
||||
Format 6
|
||||
|
||||
#Get the order right
|
||||
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
|
||||
|
||||
Style Case
|
||||
End
|
||||
|
||||
Style Proof
|
||||
End
|
49
lib/layouts/theorems-starred-equivalents.inc
Normal file
49
lib/layouts/theorems-starred-equivalents.inc
Normal file
@ -0,0 +1,49 @@
|
||||
# Sets the order of the main theorem environments
|
||||
# Author: Richard Heck
|
||||
|
||||
Format 6
|
||||
|
||||
#Get the order right
|
||||
Style Theorem
|
||||
CopyStyle Theorem*
|
||||
End
|
||||
|
||||
Style Corollary
|
||||
CopyStyle Corollary*
|
||||
End
|
||||
|
||||
Style Lemma
|
||||
CopyStyle Lemma*
|
||||
End
|
||||
|
||||
Style Proposition
|
||||
CopyStyle Proposition*
|
||||
End
|
||||
|
||||
Style Conjecture
|
||||
CopyStyle Conjecture*
|
||||
End
|
||||
|
||||
Style Definition
|
||||
CopyStyle Definition*
|
||||
End
|
||||
|
||||
Style Example
|
||||
CopyStyle Example*
|
||||
End
|
||||
|
||||
Style Problem
|
||||
CopyStyle Problem*
|
||||
End
|
||||
|
||||
Style Exercise
|
||||
CopyStyle Exercise*
|
||||
End
|
||||
|
||||
Style Remark
|
||||
CopyStyle Remark*
|
||||
End
|
||||
|
||||
Style Claim
|
||||
CopyStyle Claim*
|
||||
End
|
Loading…
Reference in New Issue
Block a user