]> git.lyx.org Git - lyx.git/blob - layouts/theorems-counters-extended-bytype.inc
Add documentation for notes cite engine type.
[lyx.git] / layouts / theorems-counters-extended-bytype.inc
1 # Theorem-like counters, extended, separately for each type of theorem
2
3 Format 104
4 Counter criterion
5         GuiName Criterion
6         PrettyFormat "Criterion \arabic{theorem}"
7 End
8 Counter algorithm
9         GuiName Algorithm
10         LaTeXName lyxalgorithm
11         PrettyFormat "Algorithm \arabic{theorem}"
12 End
13 Counter axiom
14         GuiName Axiom
15         LaTeXName ax
16         PrettyFormat "Axiom \arabic{theorem}"
17 End
18 Counter condition
19         GuiName Condition
20         PrettyFormat "Condition \arabic{theorem}"
21 End
22 Counter note
23         GuiName Note
24         PrettyFormat "Note \arabic{theorem}"
25 End
26 Counter notation
27         GuiName Notation
28         PrettyFormat "Notation \arabic{theorem}"
29 End
30 Counter summary
31         GuiName Summary
32         PrettyFormat "Summary \arabic{theorem}"
33 End
34 Counter conclusion
35         GuiName Conclusion
36         PrettyFormat "Conclusion \arabic{theorem}"
37 End
38 Counter assumption
39         GuiName Assumption
40         PrettyFormat "Assumption \arabic{theorem}"
41 End
42 Counter question
43         GuiName Question
44         PrettyFormat "Question \arabic{theorem}"
45 End