lyx_mirror/lib/layouts/theorems-refprefix.inc
Juergen Spitzmueller 4345331870 Collapsable -> Collapsible (part 4)
The current spelling is not strictly wrong, but flagged as unusual or
historical by some authorities. It is also found fault with many
spell checkers. Thus we decided to move to the more standard "-ible"
form once and for all.

See #10678 for discussion

This last part updates the layout format and changes collapsable color.

This will all also all be backported to 2.3.x, for the sake of backwards
compatibility (cherry-picking).
2017-10-16 10:30:04 +02:00

101 lines
1.0 KiB
HTML

# Reference prefixes for theorem environments
Format 65
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