mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Add LaTeXName to counters that need it.
I'm sure I've missed some here. I tried to check the CLS files for some of these, but since I don't use a lot of these layouts, it is hard to catch them all.
This commit is contained in:
parent
0c5e10f36b
commit
c00084e4a2
@ -27,72 +27,72 @@ End
|
||||
|
||||
Counter theorem
|
||||
GuiName Theorem
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter definition
|
||||
GuiName Definition
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter remark
|
||||
GuiName Remark
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter corollary
|
||||
GuiName Corollary
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter lemma
|
||||
GuiName Lemma
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter proposition
|
||||
GuiName Proposition
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter claim
|
||||
GuiName Claim
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter conjecture
|
||||
GuiName Conjecture
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter question
|
||||
GuiName Question
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter example
|
||||
GuiName Example
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter exercise
|
||||
GuiName Exercise
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter case
|
||||
GuiName Case
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter property
|
||||
GuiName Property
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter note
|
||||
GuiName Note
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Style Claim
|
||||
|
@ -25,15 +25,19 @@
|
||||
Format 89
|
||||
Counter theorem
|
||||
GuiName Theorem
|
||||
LaTeXName thm
|
||||
End
|
||||
Counter corollary
|
||||
GuiName Corollary
|
||||
LaTeXName cor
|
||||
End
|
||||
Counter lemma
|
||||
GuiName Lemma
|
||||
LaTeXName lem
|
||||
End
|
||||
Counter proposition
|
||||
GuiName Proposition
|
||||
LaTeXName prop
|
||||
End
|
||||
Counter conjecture
|
||||
GuiName Conjecture
|
||||
@ -43,6 +47,7 @@ Counter fact
|
||||
End
|
||||
Counter definition
|
||||
GuiName Definition
|
||||
LaTeXName defn
|
||||
End
|
||||
Counter example
|
||||
GuiName Example
|
||||
@ -52,12 +57,15 @@ Counter problem
|
||||
End
|
||||
Counter exercise
|
||||
GuiName Exercise
|
||||
LaTeXName xca
|
||||
End
|
||||
Counter solution
|
||||
GuiName Solution
|
||||
LaTeXName sol
|
||||
End
|
||||
Counter remark
|
||||
GuiName Remark
|
||||
LaTeXName rem
|
||||
End
|
||||
Counter claim
|
||||
GuiName Claim
|
||||
|
@ -27,55 +27,63 @@
|
||||
Format 89
|
||||
Counter theorem
|
||||
GuiName Theorem
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName thm
|
||||
End
|
||||
Counter corollary
|
||||
GuiName Corollary
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName cor
|
||||
End
|
||||
Counter lemma
|
||||
GuiName Lemma
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName lem
|
||||
End
|
||||
Counter proposition
|
||||
GuiName Proposition
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName prop
|
||||
End
|
||||
Counter conjecture
|
||||
GuiName Conjecture
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter fact
|
||||
GuiName Fact
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter definition
|
||||
GuiName Definition
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName defn
|
||||
End
|
||||
Counter example
|
||||
GuiName Example
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter problem
|
||||
GuiName Problem
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter exercise
|
||||
GuiName Exercise
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName sca
|
||||
End
|
||||
Counter solution
|
||||
GuiName Solution
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName sol
|
||||
End
|
||||
Counter remark
|
||||
GuiName Remark
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName rem
|
||||
End
|
||||
Counter claim
|
||||
GuiName Claim
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
OutlinerName thm "Definitions & Theorems"
|
||||
|
@ -42,9 +42,11 @@ Counter criterion
|
||||
End
|
||||
Counter algorithm
|
||||
GuiName Algorithm
|
||||
LaTeXName lyxalgorithm
|
||||
End
|
||||
Counter axiom
|
||||
GuiName Axiom
|
||||
LaTeXName ax
|
||||
End
|
||||
Counter condition
|
||||
GuiName Condition
|
||||
|
@ -40,47 +40,49 @@ Requires amsmath
|
||||
# We need separate counters for each theorem-like style.
|
||||
Counter criterion
|
||||
GuiName Criterion
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter algorithm
|
||||
GuiName Algorithm
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName lyxalgorithm
|
||||
End
|
||||
Counter axiom
|
||||
GuiName Axiom
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName ax
|
||||
End
|
||||
Counter condition
|
||||
GuiName Condition
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter note
|
||||
GuiName Note
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter notation
|
||||
GuiName Notation
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter summary
|
||||
GuiName Summary
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter acknowledgement
|
||||
GuiName Acknowledgement
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter conclusion
|
||||
GuiName Conclusion
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter assumption
|
||||
GuiName Assumption
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter question
|
||||
GuiName Question
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
|
||||
|
@ -20,6 +20,7 @@ Requires amsmath,amsthm
|
||||
|
||||
Counter theorem
|
||||
GuiName Theorem
|
||||
LaTeXName thm
|
||||
End
|
||||
|
||||
Input theorems-order.inc
|
||||
|
@ -17,15 +17,19 @@ Format 89
|
||||
# We need separate counters for each theorem-like style.
|
||||
Counter theorem
|
||||
GuiName Theorem
|
||||
LaTeXName thm
|
||||
End
|
||||
Counter corollary
|
||||
GuiName Corollary
|
||||
LaTeXName cor
|
||||
End
|
||||
Counter lemma
|
||||
GuiName Lemma
|
||||
LaTeXName lem
|
||||
End
|
||||
Counter proposition
|
||||
GuiName Proposition
|
||||
LaTeXName prop
|
||||
End
|
||||
Counter conjecture
|
||||
GuiName Conjecture
|
||||
@ -35,6 +39,7 @@ Counter fact
|
||||
End
|
||||
Counter definition
|
||||
GuiName Definition
|
||||
LaTeXName defn
|
||||
End
|
||||
Counter example
|
||||
GuiName Example
|
||||
@ -44,12 +49,15 @@ Counter problem
|
||||
End
|
||||
Counter exercise
|
||||
GuiName Exercise
|
||||
LaTeXName xca
|
||||
End
|
||||
Counter solution
|
||||
GuiName Solution
|
||||
LaTeXName sol
|
||||
End
|
||||
Counter remark
|
||||
GuiName Remark
|
||||
LaTeXName rem
|
||||
End
|
||||
Counter claim
|
||||
GuiName Claim
|
||||
|
@ -17,51 +17,57 @@ Format 89
|
||||
# We need separate counters for each theorem-like style.
|
||||
Counter theorem
|
||||
GuiName Theorem
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName thm
|
||||
End
|
||||
Counter corollary
|
||||
GuiName Corollary
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName cor
|
||||
End
|
||||
Counter lemma
|
||||
GuiName Lemma
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName lem
|
||||
End
|
||||
Counter proposition
|
||||
GuiName Proposition
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName prop
|
||||
End
|
||||
Counter conjecture
|
||||
GuiName Conjecture
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter fact
|
||||
GuiName Fact
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter definition
|
||||
GuiName Definition
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName defn
|
||||
End
|
||||
Counter example
|
||||
GuiName Example
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter problem
|
||||
GuiName Problem
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter exercise
|
||||
GuiName Exercise
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName xca
|
||||
End
|
||||
Counter remark
|
||||
GuiName Remark
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
Counter claim
|
||||
GuiName Claim
|
||||
Within chapter
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Style Theorem
|
||||
|
@ -14,7 +14,8 @@ Format 89
|
||||
|
||||
Counter theorem
|
||||
GuiName Theorem
|
||||
Within chapter
|
||||
Within chapter
|
||||
LaTeXName thm
|
||||
End
|
||||
|
||||
Style Theorem
|
||||
|
@ -17,51 +17,57 @@ Format 89
|
||||
# We need separate counters for each theorem-like style.
|
||||
Counter theorem
|
||||
GuiName Theorem
|
||||
Within section
|
||||
Within section
|
||||
LaTeXName thm
|
||||
End
|
||||
Counter corollary
|
||||
GuiName Corollary
|
||||
Within section
|
||||
Within section
|
||||
LaTeXName cor
|
||||
End
|
||||
Counter lemma
|
||||
GuiName Lemma
|
||||
Within section
|
||||
Within section
|
||||
LaTeXName lem
|
||||
End
|
||||
Counter proposition
|
||||
GuiName Proposition
|
||||
Within section
|
||||
Within section
|
||||
LaTeXName prop
|
||||
End
|
||||
Counter conjecture
|
||||
GuiName Conjecture
|
||||
Within section
|
||||
Within section
|
||||
End
|
||||
Counter fact
|
||||
GuiName Fact
|
||||
Within section
|
||||
Within section
|
||||
End
|
||||
Counter definition
|
||||
GuiName Definition
|
||||
Within section
|
||||
Within section
|
||||
LaTeXName defn
|
||||
End
|
||||
Counter example
|
||||
GuiName Example
|
||||
Within section
|
||||
Within section
|
||||
End
|
||||
Counter problem
|
||||
GuiName Problem
|
||||
Within section
|
||||
Within section
|
||||
End
|
||||
Counter exercise
|
||||
GuiName Exercise
|
||||
Within section
|
||||
Within section
|
||||
LaTeXName sca
|
||||
End
|
||||
Counter remark
|
||||
GuiName Remark
|
||||
Within section
|
||||
Within section
|
||||
End
|
||||
Counter claim
|
||||
GuiName Claim
|
||||
Within section
|
||||
Within section
|
||||
End
|
||||
|
||||
Style Theorem
|
||||
|
@ -13,7 +13,8 @@ Format 89
|
||||
|
||||
Counter theorem
|
||||
GuiName Theorem
|
||||
Within section
|
||||
Within section
|
||||
LaTeXName thm
|
||||
End
|
||||
|
||||
Style Theorem
|
||||
|
@ -13,6 +13,7 @@ Format 89
|
||||
|
||||
Counter theorem
|
||||
GuiName Theorem
|
||||
LaTeXName thm
|
||||
End
|
||||
|
||||
Input theorems.inc
|
||||
|
@ -32,7 +32,9 @@ OutlinerName thm "Definitions & Theorems"
|
||||
|
||||
Counter theorem
|
||||
GuiName Theorem
|
||||
LaTeXName thm
|
||||
End
|
||||
|
||||
Style Theorem
|
||||
Category Reasoning
|
||||
Margin First_Dynamic
|
||||
|
Loading…
Reference in New Issue
Block a user