lyx_mirror/lib/layouts/theorems-refprefix.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

101 lines
1.0 KiB
HTML

# Reference prefixes for theorem environments
Format 68
ModifyStyle Theorem
RefPrefix thm
End
ModifyStyle Corollary
RefPrefix cor
End
ModifyStyle Lemma
RefPrefix lem
End
ModifyStyle Proposition
RefPrefix prop
End
ModifyStyle Conjecture
RefPrefix conj
End
ModifyStyle Definition
RefPrefix def
End
ModifyStyle Example
RefPrefix exa
End
ModifyStyle Problem
RefPrefix prob
End
ModifyStyle Exercise
RefPrefix exer
End
ModifyStyle Solution
RefPrefix solu
End
ModifyStyle Remark
RefPrefix rem
End
ModifyStyle Claim
RefPrefix claim
End
ModifyStyle Fact
RefPrefix fact
End
ModifyStyle Criterion
RefPrefix cri
End
ModifyStyle Algorithm
RefPrefix alg
End
ModifyStyle Axiom
RefPrefix axm
End
ModifyStyle Condition
RefPrefix cond
End
ModifyStyle Note
RefPrefix note
End
ModifyStyle Notation
RefPrefix nota
End
ModifyStyle Summary
RefPrefix sum
End
ModifyStyle Acknowledgement
RefPrefix ack
End
ModifyStyle Conclusion
RefPrefix conc
End
ModifyStyle Assumption
RefPrefix assu
End
ModifyStyle Question
RefPrefix que
End