lyx_mirror/lib/layouts/theorems-starred-equivalents.inc
Juergen Spitzmueller bbf287a3c6 Allow for cite engine and format definitions/modifications in layouts
Now layout files and modules can extend the cite engines or completely
overwrite them, and modify the cite formats.

Any CiteEngine definition in a layout/module will completely overwrite
those by cite engine files.

AddToCiteEngine will extend them (add if they do not exist yet).

Any CiteFormat definition in a layout will be preferred to those in cite
engines. CiteFormat definitions that are not touched by the former are
still active, though (so, as opposed to CiteEngine, a CiteFormat does
not completely overwrite those by the engine files).

Layout format change.
2018-05-21 12:46:53 +02:00

89 lines
1.1 KiB
HTML

# Sets the order of the main theorem environments
# Author: Richard Heck
Format 68
Style Theorem
CopyStyle Theorem*
DependsOn Theorem*
Preamble
EndPreamble
End
Style Corollary
CopyStyle Corollary*
DependsOn Corollary*
Preamble
EndPreamble
End
Style Lemma
CopyStyle Lemma*
DependsOn Lemma*
Preamble
EndPreamble
End
Style Proposition
CopyStyle Proposition*
DependsOn Proposition*
Preamble
EndPreamble
End
Style Conjecture
CopyStyle Conjecture*
DependsOn Conjecture*
Preamble
EndPreamble
End
Style Definition
CopyStyle Definition*
DependsOn Definition*
Preamble
EndPreamble
End
Style Example
CopyStyle Example*
DependsOn Example*
Preamble
EndPreamble
End
Style Solution
CopyStyle Solution*
DependsOn Solution*
Preamble
EndPreamble
End
Style Problem
CopyStyle Problem*
DependsOn Problem*
Preamble
EndPreamble
End
Style Exercise
CopyStyle Exercise*
DependsOn Exercise*
Preamble
EndPreamble
End
Style Remark
CopyStyle Remark*
DependsOn Remark*
Preamble
EndPreamble
End
Style Claim
CopyStyle Claim*
DependsOn Claim*
Preamble
EndPreamble
End