mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Add a bunch of RefFormat and PrettyFormat tags.
This commit is contained in:
parent
d2d7c41643
commit
e932dc4561
@ -201,6 +201,11 @@ Style Axiom
|
|||||||
EndPreamble
|
EndPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Counter case
|
||||||
|
GuiName Case
|
||||||
|
PrettyFormat "Case ##"
|
||||||
|
End
|
||||||
|
|
||||||
Style Case
|
Style Case
|
||||||
CopyStyle Remark
|
CopyStyle Remark
|
||||||
LatexName case
|
LatexName case
|
||||||
@ -307,6 +312,11 @@ Style Proposition
|
|||||||
EndPreamble
|
EndPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Counter remark
|
||||||
|
GuiName Remark
|
||||||
|
PrettyFormat "Remark ##"
|
||||||
|
End
|
||||||
|
|
||||||
Style Remark
|
Style Remark
|
||||||
LatexName remark
|
LatexName remark
|
||||||
LabelString "Remark \theremark."
|
LabelString "Remark \theremark."
|
||||||
@ -315,6 +325,11 @@ Style Remark
|
|||||||
EndPreamble
|
EndPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Counter solution
|
||||||
|
GuiName Solution
|
||||||
|
PrettyFormat "Solution ##"
|
||||||
|
End
|
||||||
|
|
||||||
Style Solution
|
Style Solution
|
||||||
CopyStyle Remark
|
CopyStyle Remark
|
||||||
LatexName solution
|
LatexName solution
|
||||||
@ -325,6 +340,11 @@ Style Solution
|
|||||||
EndPreamble
|
EndPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Counter summary
|
||||||
|
GuiName Summary
|
||||||
|
PrettyFormat "Summary ##"
|
||||||
|
End
|
||||||
|
|
||||||
Style Summary
|
Style Summary
|
||||||
LatexName summary
|
LatexName summary
|
||||||
LabelCounter summary
|
LabelCounter summary
|
||||||
@ -349,15 +369,3 @@ Style Proof
|
|||||||
EndPreamble
|
EndPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter case
|
|
||||||
GuiName Case
|
|
||||||
End
|
|
||||||
Counter remark
|
|
||||||
GuiName Remark
|
|
||||||
End
|
|
||||||
Counter summary
|
|
||||||
GuiName Summary
|
|
||||||
End
|
|
||||||
Counter solution
|
|
||||||
GuiName Solution
|
|
||||||
End
|
|
||||||
|
@ -47,6 +47,21 @@ End
|
|||||||
|
|
||||||
Counter theorem
|
Counter theorem
|
||||||
GuiName Theorem
|
GuiName Theorem
|
||||||
|
RefFormat thm "Theorem \arabic{theorem}"
|
||||||
|
RefFormat cor "Corollary \arabic{theorem}"
|
||||||
|
RefFormat lem "Lemma \arabic{theorem}"
|
||||||
|
RefFormat prop "Lemma \arabic{theorem}"
|
||||||
|
RefFormat conj "Conjecture \arabic{theorem}"
|
||||||
|
RefFormat def "Definition \arabic{theorem}"
|
||||||
|
RefFormat exa "Example \arabic{theorem}"
|
||||||
|
RefFormat prob "Problem \arabic{theorem}"
|
||||||
|
RefFormat exer "Exercise \arabic{theorem}"
|
||||||
|
RefFormat solu "Solution \arabic{theorem}"
|
||||||
|
RefFormat rem "Remark \arabic{theorem}"
|
||||||
|
RefFormat claim "Claim \arabic{theorem}"
|
||||||
|
RefFormat fact "Fact \arabic{theorem}"
|
||||||
|
RefFormat cri "Criterion \arabic{theorem}"
|
||||||
|
RefFormat alg "Algorithm \arabic{theorem}"
|
||||||
End
|
End
|
||||||
|
|
||||||
Input stdcounters.inc
|
Input stdcounters.inc
|
||||||
|
@ -571,6 +571,13 @@ OutlinerName thm "Definitions & Theorems"
|
|||||||
Counter theorem
|
Counter theorem
|
||||||
GuiName Theorem
|
GuiName Theorem
|
||||||
Within section
|
Within section
|
||||||
|
RefFormat thm "Theorem \arabic{theorem}"
|
||||||
|
RefFormat cor "Corollary \arabic{theorem}"
|
||||||
|
RefFormat lem "Lemma \arabic{theorem}"
|
||||||
|
RefFormat prop "Lemma \arabic{theorem}"
|
||||||
|
RefFormat conj "Conjecture \arabic{theorem}"
|
||||||
|
RefFormat def "Definition \arabic{theorem}"
|
||||||
|
RefFormat exa "Example \arabic{theorem}"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Theorem
|
Style Theorem
|
||||||
|
@ -28,6 +28,7 @@ Float
|
|||||||
UsesFloatPkg false
|
UsesFloatPkg false
|
||||||
ListCommand listofalgorithms
|
ListCommand listofalgorithms
|
||||||
RefPrefix alg
|
RefPrefix alg
|
||||||
|
PrettyFormat "Algorithm ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Algorithm
|
Style Algorithm
|
||||||
|
@ -1730,6 +1730,7 @@ Float
|
|||||||
IsPredefined true
|
IsPredefined true
|
||||||
UsesFloatPkg false
|
UsesFloatPkg false
|
||||||
ListCommand listoftables
|
ListCommand listoftables
|
||||||
|
PrettyFormat "Table ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
Float
|
Float
|
||||||
@ -1743,6 +1744,7 @@ Float
|
|||||||
IsPredefined true
|
IsPredefined true
|
||||||
UsesFloatPkg false
|
UsesFloatPkg false
|
||||||
ListCommand listoffigures
|
ListCommand listoffigures
|
||||||
|
PrettyFormat "Figure ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
@ -25,11 +25,13 @@ DefaultStyle Dialogue
|
|||||||
|
|
||||||
Counter act
|
Counter act
|
||||||
GuiName "Act Number"
|
GuiName "Act Number"
|
||||||
|
PrettyFormat "Act ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
Counter scene
|
Counter scene
|
||||||
GuiName "Scene Number"
|
GuiName "Scene Number"
|
||||||
|
PrettyFormat "Scene ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
@ -37,15 +37,6 @@ End
|
|||||||
TitleLatexType Environment
|
TitleLatexType Environment
|
||||||
TitleLatexName frontmatter
|
TitleLatexName frontmatter
|
||||||
|
|
||||||
Counter summ
|
|
||||||
GuiName Summary
|
|
||||||
End
|
|
||||||
|
|
||||||
|
|
||||||
Counter case
|
|
||||||
GuiName Case
|
|
||||||
End
|
|
||||||
|
|
||||||
|
|
||||||
Style Standard
|
Style Standard
|
||||||
Category MainText
|
Category MainText
|
||||||
@ -304,6 +295,18 @@ End
|
|||||||
|
|
||||||
Counter theorem
|
Counter theorem
|
||||||
GuiName Theorem
|
GuiName Theorem
|
||||||
|
RefFormat thm "Theorem \arabic{theorem}"
|
||||||
|
RefFormat cor "Corollary \arabic{theorem}"
|
||||||
|
RefFormat lem "Lemma \arabic{theorem}"
|
||||||
|
RefFormat prop "Lemma \arabic{theorem}"
|
||||||
|
RefFormat conj "Conjecture \arabic{theorem}"
|
||||||
|
RefFormat def "Definition \arabic{theorem}"
|
||||||
|
RefFormat exa "Example \arabic{theorem}"
|
||||||
|
RefFormat prob "Problem \arabic{theorem}"
|
||||||
|
RefFormat exer "Exercise \arabic{theorem}"
|
||||||
|
RefFormat solu "Solution \arabic{theorem}"
|
||||||
|
RefFormat rem "Remark \arabic{theorem}"
|
||||||
|
RefFormat claim "Claim \arabic{theorem}"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -520,6 +523,11 @@ Style Claim
|
|||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
Counter summ
|
||||||
|
GuiName Summary
|
||||||
|
PrettyFormat "Summary ##"
|
||||||
|
End
|
||||||
|
|
||||||
Style Summary
|
Style Summary
|
||||||
CopyStyle Theorem
|
CopyStyle Theorem
|
||||||
LatexName summ
|
LatexName summ
|
||||||
@ -529,9 +537,15 @@ Style Summary
|
|||||||
DocBookWrapperAttr role='summary'
|
DocBookWrapperAttr role='summary'
|
||||||
DocBookTag para
|
DocBookTag para
|
||||||
DocBookGenerateTitle true
|
DocBookGenerateTitle true
|
||||||
|
RefPrefix summ
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
Counter case
|
||||||
|
GuiName Case
|
||||||
|
PrettyFormat "Case ##"
|
||||||
|
End
|
||||||
|
|
||||||
Style Case
|
Style Case
|
||||||
CopyStyle Theorem
|
CopyStyle Theorem
|
||||||
LatexName case
|
LatexName case
|
||||||
@ -541,6 +555,7 @@ Style Case
|
|||||||
DocBookWrapperAttr role='case'
|
DocBookWrapperAttr role='case'
|
||||||
DocBookTag para
|
DocBookTag para
|
||||||
DocBookGenerateTitle true
|
DocBookGenerateTitle true
|
||||||
|
RefPrefix case
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -560,6 +575,7 @@ Style Acknowledgment
|
|||||||
EndFont
|
EndFont
|
||||||
DocBookTag para
|
DocBookTag para
|
||||||
DocBookWrapperTag acknowledgements
|
DocBookWrapperTag acknowledgements
|
||||||
|
RefPrefix ack
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,4 +17,5 @@ Counter equation
|
|||||||
GuiName Equation
|
GuiName Equation
|
||||||
Within section
|
Within section
|
||||||
LabelString "\thesection.\arabic{equation}"
|
LabelString "\thesection.\arabic{equation}"
|
||||||
|
PrettyFormat "(\thesection.\arabic{equation})"
|
||||||
End
|
End
|
||||||
|
@ -11,6 +11,12 @@ Input article
|
|||||||
|
|
||||||
Counter theorem
|
Counter theorem
|
||||||
Within section
|
Within section
|
||||||
|
RefFormat thm "Theorem \thesection.\arabic{theorem}"
|
||||||
|
RefFormat cor "Corollary \thesection.\arabic{theorem}"
|
||||||
|
RefFormat lem "Lemma \thesection.\arabic{theorem}"
|
||||||
|
RefFormat claim "Claim \thesection.\arabic{theorem}"
|
||||||
|
RefFormat def "Definition \thesection.\arabic{theorem}"
|
||||||
|
RefFormat rem "Remark \thesection.\arabic{theorem}"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Theorem
|
Style Theorem
|
||||||
|
@ -466,6 +466,7 @@ End
|
|||||||
Counter claim
|
Counter claim
|
||||||
GuiName Claim
|
GuiName Claim
|
||||||
Within section
|
Within section
|
||||||
|
PrettyFormat "Claim ##"
|
||||||
End
|
End
|
||||||
Style Claim
|
Style Claim
|
||||||
LabelCounter claim
|
LabelCounter claim
|
||||||
|
@ -431,6 +431,7 @@ End
|
|||||||
Counter theorem
|
Counter theorem
|
||||||
GuiName Theorem
|
GuiName Theorem
|
||||||
Within section
|
Within section
|
||||||
|
PrettyFormat "Theorem ##"
|
||||||
End
|
End
|
||||||
Style Theorem
|
Style Theorem
|
||||||
ResetArgs 1
|
ResetArgs 1
|
||||||
@ -448,6 +449,7 @@ End
|
|||||||
Counter remark
|
Counter remark
|
||||||
GuiName Remark
|
GuiName Remark
|
||||||
Within section
|
Within section
|
||||||
|
PrettyFormat "Remark ##"
|
||||||
End
|
End
|
||||||
Style Remark
|
Style Remark
|
||||||
LabelString "Remark \theremark."
|
LabelString "Remark \theremark."
|
||||||
@ -460,6 +462,7 @@ End
|
|||||||
Counter corollary
|
Counter corollary
|
||||||
GuiName Corollary
|
GuiName Corollary
|
||||||
Within section
|
Within section
|
||||||
|
PrettyFormat "Corollary ##"
|
||||||
End
|
End
|
||||||
Style Corollary
|
Style Corollary
|
||||||
LabelString "Corollary \thecorollary."
|
LabelString "Corollary \thecorollary."
|
||||||
@ -468,6 +471,7 @@ End
|
|||||||
Counter lemma
|
Counter lemma
|
||||||
GuiName Lemma
|
GuiName Lemma
|
||||||
Within section
|
Within section
|
||||||
|
PrettyFormat "Lemma ##"
|
||||||
End
|
End
|
||||||
Style Lemma
|
Style Lemma
|
||||||
LabelString "Lemma \thelemma."
|
LabelString "Lemma \thelemma."
|
||||||
@ -484,6 +488,7 @@ End
|
|||||||
Counter question
|
Counter question
|
||||||
GuiName Question
|
GuiName Question
|
||||||
Within section
|
Within section
|
||||||
|
PrettyFormat "Question ##"
|
||||||
End
|
End
|
||||||
Style Question
|
Style Question
|
||||||
LabelString "Question \thequestion."
|
LabelString "Question \thequestion."
|
||||||
@ -495,6 +500,7 @@ End
|
|||||||
Counter claim
|
Counter claim
|
||||||
GuiName Claim
|
GuiName Claim
|
||||||
Within section
|
Within section
|
||||||
|
PrettyFormat "Claim ##"
|
||||||
End
|
End
|
||||||
Style Claim
|
Style Claim
|
||||||
LabelCounter claim
|
LabelCounter claim
|
||||||
@ -507,6 +513,7 @@ End
|
|||||||
Counter conjecture
|
Counter conjecture
|
||||||
GuiName Conjecture
|
GuiName Conjecture
|
||||||
Within section
|
Within section
|
||||||
|
PrettyFormat "Conjecture ##"
|
||||||
End
|
End
|
||||||
Style Conjecture
|
Style Conjecture
|
||||||
LabelString "Conjecture \theconjecture."
|
LabelString "Conjecture \theconjecture."
|
||||||
@ -518,6 +525,7 @@ End
|
|||||||
Counter prop
|
Counter prop
|
||||||
GuiName Prop(osition)
|
GuiName Prop(osition)
|
||||||
Within section
|
Within section
|
||||||
|
PrettyFormat "Proposition ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter appendix
|
Counter appendix
|
||||||
|
@ -18,42 +18,49 @@ Counter example
|
|||||||
GuiName Example
|
GuiName Example
|
||||||
Within chapter
|
Within chapter
|
||||||
LabelString "(\arabic{example})"
|
LabelString "(\arabic{example})"
|
||||||
|
PrettyFormat "(\arabic{example})"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter examplei
|
Counter examplei
|
||||||
GuiName "Numbered Example (Multiline)"
|
GuiName "Numbered Example (Multiline)"
|
||||||
Within chapter
|
Within chapter
|
||||||
LabelString "(\arabic{examplei})"
|
LabelString "(\arabic{examplei})"
|
||||||
|
PrettyFormat "(\arabic{examplei})"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter subexample
|
Counter subexample
|
||||||
GuiName Subexample
|
GuiName Subexample
|
||||||
Within examplei
|
Within examplei
|
||||||
LabelString "\theexamplei (\alph{subexample})"
|
LabelString "\theexamplei (\alph{subexample})"
|
||||||
|
PrettyFormat "\theexamplei (\alph{subexample})"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter subexamplei
|
Counter subexamplei
|
||||||
GuiName Subexample
|
GuiName Subexample
|
||||||
Within examplei
|
Within examplei
|
||||||
LabelString "\theexamplei (\alph{subexamplei})"
|
LabelString "\theexamplei (\alph{subexamplei})"
|
||||||
|
PrettyFormat "\theexamplei (\alph{subexamplei})"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter subexampleii
|
Counter subexampleii
|
||||||
GuiName Subexample
|
GuiName Subexample
|
||||||
Within examplei
|
Within examplei
|
||||||
LabelString "\theexamplei (\alph{subexampleii})"
|
LabelString "\theexamplei (\alph{subexampleii})"
|
||||||
|
PrettyFormat "\theexamplei (\alph{subexampleii})"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter subexampleiii
|
Counter subexampleiii
|
||||||
GuiName Subexample
|
GuiName Subexample
|
||||||
Within examplei
|
Within examplei
|
||||||
LabelString "\theexamplei (\alph{subexampleiii})"
|
LabelString "\theexamplei (\alph{subexampleiii})"
|
||||||
|
PrettyFormat "\theexamplei (\alph{subexampleiii})"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter subexampleiv
|
Counter subexampleiv
|
||||||
GuiName Subexample
|
GuiName Subexample
|
||||||
Within examplei
|
Within examplei
|
||||||
LabelString "\theexamplei (\alph{subexampleiv})"
|
LabelString "\theexamplei (\alph{subexampleiv})"
|
||||||
|
PrettyFormat "\theexamplei (\alph{subexampleiv})"
|
||||||
End
|
End
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -598,5 +605,6 @@ Float
|
|||||||
ListName "List of Tableaux"
|
ListName "List of Tableaux"
|
||||||
IsPredefined false
|
IsPredefined false
|
||||||
UsesFloatPkg true
|
UsesFloatPkg true
|
||||||
|
PrettyFormat "Tableaux ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
@ -8,12 +8,14 @@ Counter chapter
|
|||||||
Within ""
|
Within ""
|
||||||
LabelString "\arabic{chapter}"
|
LabelString "\arabic{chapter}"
|
||||||
LabelStringAppendix "\Alph{chapter}"
|
LabelStringAppendix "\Alph{chapter}"
|
||||||
|
PrettyFormat "Chapter ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter section
|
Counter section
|
||||||
GuiName Section
|
GuiName Section
|
||||||
Within chapter
|
Within chapter
|
||||||
LabelString ""
|
LabelString ""
|
||||||
|
PrettyFormat "Section ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
Float
|
Float
|
||||||
@ -41,4 +43,5 @@ End
|
|||||||
Counter footnote
|
Counter footnote
|
||||||
GuiName Footnote
|
GuiName Footnote
|
||||||
Within chapter
|
Within chapter
|
||||||
|
PrettyFormat "footnote \arabic{footnote}"
|
||||||
End
|
End
|
||||||
|
@ -569,6 +569,7 @@ Float
|
|||||||
UsesFloatPkg false
|
UsesFloatPkg false
|
||||||
ListCommand listoftables
|
ListCommand listoftables
|
||||||
RefPrefix tab
|
RefPrefix tab
|
||||||
|
PrettyFormat "Table ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -586,6 +587,7 @@ Float
|
|||||||
UsesFloatPkg false
|
UsesFloatPkg false
|
||||||
ListCommand listoffigures
|
ListCommand listoffigures
|
||||||
RefPrefix fig
|
RefPrefix fig
|
||||||
|
PrettyFormat "Figure ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -602,6 +604,7 @@ Float
|
|||||||
IsPredefined false
|
IsPredefined false
|
||||||
UsesFloatPkg true
|
UsesFloatPkg true
|
||||||
RefPrefix alg
|
RefPrefix alg
|
||||||
|
PrettyFormat "Algorithm ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
###
|
###
|
||||||
@ -609,21 +612,25 @@ End
|
|||||||
###
|
###
|
||||||
Counter enumi
|
Counter enumi
|
||||||
GuiName "Numbered List (Level 1)"
|
GuiName "Numbered List (Level 1)"
|
||||||
|
PrettyFormat "(\arabic{enumi})"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter enumii
|
Counter enumii
|
||||||
GuiName "Numbered List (Level 2)"
|
GuiName "Numbered List (Level 2)"
|
||||||
Within enumi
|
Within enumi
|
||||||
|
PrettyFormat "(\arabic{enumii})"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter enumiii
|
Counter enumiii
|
||||||
GuiName "Numbered List (Level 3)"
|
GuiName "Numbered List (Level 3)"
|
||||||
Within enumii
|
Within enumii
|
||||||
|
PrettyFormat "(\arabic{enumiii})"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter enumiv
|
Counter enumiv
|
||||||
GuiName "Numbered List (Level 4)"
|
GuiName "Numbered List (Level 4)"
|
||||||
Within enumiii
|
Within enumiii
|
||||||
|
PrettyFormat "(\arabic{enumiv})"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter bibitem
|
Counter bibitem
|
||||||
|
@ -320,6 +320,7 @@ Float
|
|||||||
IsPredefined false
|
IsPredefined false
|
||||||
UsesFloatPkg true
|
UsesFloatPkg true
|
||||||
RefPrefix alg
|
RefPrefix alg
|
||||||
|
PrettyFormat "Algorithm ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -335,6 +336,7 @@ Float
|
|||||||
Style plain
|
Style plain
|
||||||
Type video
|
Type video
|
||||||
UsesFloatPkg false
|
UsesFloatPkg false
|
||||||
|
PrettyFormat "Video ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
@ -97,6 +97,7 @@ Float
|
|||||||
IsPredefined true
|
IsPredefined true
|
||||||
UsesFloatPkg false
|
UsesFloatPkg false
|
||||||
RefPrefix alg
|
RefPrefix alg
|
||||||
|
PrettyFormat "Algorithm ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
Float
|
Float
|
||||||
@ -111,6 +112,7 @@ Float
|
|||||||
UsesFloatPkg false
|
UsesFloatPkg false
|
||||||
ListCommand listoffigures
|
ListCommand listoffigures
|
||||||
RefPrefix fig
|
RefPrefix fig
|
||||||
|
PrettyFormat "Figure ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
Float
|
Float
|
||||||
@ -125,6 +127,7 @@ Float
|
|||||||
UsesFloatPkg false
|
UsesFloatPkg false
|
||||||
ListCommand listoftables
|
ListCommand listoftables
|
||||||
RefPrefix tab
|
RefPrefix tab
|
||||||
|
PrettyFormat "Table ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout "Flex:Giant"
|
InsetLayout "Flex:Giant"
|
||||||
|
@ -30,6 +30,7 @@ Counter equation
|
|||||||
GuiName Equation
|
GuiName Equation
|
||||||
Within chapter
|
Within chapter
|
||||||
LabelString "\thechapter.\arabic{equation}"
|
LabelString "\thechapter.\arabic{equation}"
|
||||||
|
PrettyFormat "equation \thechapter.\arabic{equation}"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
@ -46,8 +46,6 @@ Input stdfloats.inc
|
|||||||
|
|
||||||
# Adapt enumii counter display to KOMA default
|
# Adapt enumii counter display to KOMA default
|
||||||
Counter enumii
|
Counter enumii
|
||||||
GuiName "Numbered List (Level 2)"
|
|
||||||
Within enumi
|
|
||||||
LabelString "\alph{enumii})"
|
LabelString "\alph{enumii})"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
@ -94,6 +94,6 @@ End
|
|||||||
|
|
||||||
Counter thanks
|
Counter thanks
|
||||||
GuiName "Footnote (Title)"
|
GuiName "Footnote (Title)"
|
||||||
PrettyFormat "Footnote ##"
|
PrettyFormat "Footnote \arabic{footnote}"
|
||||||
LabelString "\fnsymbol{thanks}"
|
LabelString "\fnsymbol{thanks}"
|
||||||
End
|
End
|
||||||
|
@ -20,6 +20,7 @@ Float
|
|||||||
UsesFloatPkg false
|
UsesFloatPkg false
|
||||||
ListCommand listoftables
|
ListCommand listoftables
|
||||||
RefPrefix tab
|
RefPrefix tab
|
||||||
|
PrettyFormat "Table ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -35,6 +36,7 @@ Float
|
|||||||
UsesFloatPkg false
|
UsesFloatPkg false
|
||||||
ListCommand listoffigures
|
ListCommand listoffigures
|
||||||
RefPrefix fig
|
RefPrefix fig
|
||||||
|
PrettyFormat "Figure ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -49,6 +51,7 @@ Float
|
|||||||
IsPredefined false
|
IsPredefined false
|
||||||
UsesFloatPkg true
|
UsesFloatPkg true
|
||||||
RefPrefix alg
|
RefPrefix alg
|
||||||
|
PrettyFormat "Algorithm ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,6 +21,21 @@ Requires amsmath,amsthm
|
|||||||
Counter theorem
|
Counter theorem
|
||||||
GuiName Theorem
|
GuiName Theorem
|
||||||
LaTeXName thm
|
LaTeXName thm
|
||||||
|
RefFormat thm "Theorem \arabic{theorem}"
|
||||||
|
RefFormat cor "Corollary \arabic{theorem}"
|
||||||
|
RefFormat lem "Lemma \arabic{theorem}"
|
||||||
|
RefFormat prop "Lemma \arabic{theorem}"
|
||||||
|
RefFormat conj "Conjecture \arabic{theorem}"
|
||||||
|
RefFormat def "Definition \arabic{theorem}"
|
||||||
|
RefFormat exa "Example \arabic{theorem}"
|
||||||
|
RefFormat prob "Problem \arabic{theorem}"
|
||||||
|
RefFormat exer "Exercise \arabic{theorem}"
|
||||||
|
RefFormat solu "Solution \arabic{theorem}"
|
||||||
|
RefFormat rem "Remark \arabic{theorem}"
|
||||||
|
RefFormat claim "Claim \arabic{theorem}"
|
||||||
|
RefFormat fact "Fact \arabic{theorem}"
|
||||||
|
RefFormat cri "Criterion \arabic{theorem}"
|
||||||
|
RefFormat alg "Algorithm \arabic{theorem}"
|
||||||
End
|
End
|
||||||
|
|
||||||
Input theorems-order.inc
|
Input theorems-order.inc
|
||||||
|
@ -9,22 +9,26 @@
|
|||||||
Format 104
|
Format 104
|
||||||
|
|
||||||
Counter casei
|
Counter casei
|
||||||
GuiName "Case (Level 1)"
|
GuiName "Case (Level 1)"
|
||||||
LabelString "Case \arabic{casei}."
|
PrettyFormat "Case \arabic{casei}"
|
||||||
|
LabelString "Case \arabic{casei}."
|
||||||
End
|
End
|
||||||
Counter caseii
|
Counter caseii
|
||||||
GuiName "Case (Level 2)"
|
GuiName "Case (Level 2)"
|
||||||
Within casei
|
Within casei
|
||||||
LabelString "Case \roman{caseii}."
|
LabelString "Case \roman{caseii}."
|
||||||
|
PrettyFormat "Case \roman{caseii}"
|
||||||
End
|
End
|
||||||
Counter caseiii
|
Counter caseiii
|
||||||
GuiName "Case (Level 3)"
|
GuiName "Case (Level 3)"
|
||||||
Within caseii
|
Within caseii
|
||||||
LabelString "Case \alph{caseiii}."
|
LabelString "Case \alph{caseiii}."
|
||||||
|
PrettyFormat "Case \alph{caseiii}"
|
||||||
End
|
End
|
||||||
Counter caseiv
|
Counter caseiv
|
||||||
GuiName "Case (Level 4)"
|
GuiName "Case (Level 4)"
|
||||||
Within caseiii
|
Within caseiii
|
||||||
|
PrettyForamt "Case \arabic{caseiv}"
|
||||||
LabelString "Case \arabic{caseiv}."
|
LabelString "Case \arabic{caseiv}."
|
||||||
End
|
End
|
||||||
|
|
||||||
|
@ -16,6 +16,21 @@ Counter theorem
|
|||||||
GuiName Theorem
|
GuiName Theorem
|
||||||
Within chapter
|
Within chapter
|
||||||
LaTeXName thm
|
LaTeXName thm
|
||||||
|
RefFormat thm "Theorem \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat cor "Corollary \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat lem "Lemma \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat prop "Lemma \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat conj "Conjecture \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat def "Definition \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat exa "Example \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat prob "Problem \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat exer "Exercise \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat solu "Solution \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat rem "Remark \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat claim "Claim \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat fact "Fact \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat cri "Criterion \thechapter.\arabic{theorem}"
|
||||||
|
RefFormat alg "Algorithm \thechapter.\arabic{theorem}"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Theorem
|
Style Theorem
|
||||||
|
@ -4,47 +4,60 @@ Format 104
|
|||||||
Counter theorem
|
Counter theorem
|
||||||
GuiName Theorem
|
GuiName Theorem
|
||||||
LaTeXName thm
|
LaTeXName thm
|
||||||
|
PrettyFormat "Theorem \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter corollary
|
Counter corollary
|
||||||
GuiName Corollary
|
GuiName Corollary
|
||||||
LaTeXName cor
|
LaTeXName cor
|
||||||
|
PrettyFormat "Corollary \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter lemma
|
Counter lemma
|
||||||
GuiName Lemma
|
GuiName Lemma
|
||||||
LaTeXName lem
|
LaTeXName lem
|
||||||
|
PrettyFormat "Lemma \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter proposition
|
Counter proposition
|
||||||
GuiName Proposition
|
GuiName Proposition
|
||||||
LaTeXName prop
|
LaTeXName prop
|
||||||
|
PrettyFormat "Proposition \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter conjecture
|
Counter conjecture
|
||||||
GuiName Conjecture
|
GuiName Conjecture
|
||||||
|
PrettyFormat "Conjecture \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter fact
|
Counter fact
|
||||||
GuiName Fact
|
GuiName Fact
|
||||||
|
PrettyFormat "Fact \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter definition
|
Counter definition
|
||||||
GuiName Definition
|
GuiName Definition
|
||||||
LaTeXName defn
|
LaTeXName defn
|
||||||
|
PrettyFormat "Definition \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter example
|
Counter example
|
||||||
GuiName Example
|
GuiName Example
|
||||||
|
PrettyFormat "Example \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter problem
|
Counter problem
|
||||||
GuiName Problem
|
GuiName Problem
|
||||||
|
PrettyFormat "Problem \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter exercise
|
Counter exercise
|
||||||
GuiName Exercise
|
GuiName Exercise
|
||||||
LaTeXName xca
|
LaTeXName xca
|
||||||
|
PrettyFormat "Exercise \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter solution
|
Counter solution
|
||||||
GuiName Solution
|
GuiName Solution
|
||||||
LaTeXName sol
|
LaTeXName sol
|
||||||
|
PrettyFormat "Solution \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter remark
|
Counter remark
|
||||||
GuiName Remark
|
GuiName Remark
|
||||||
LaTeXName rem
|
LaTeXName rem
|
||||||
|
PrettyFormat "Remark \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter claim
|
Counter claim
|
||||||
GuiName Claim
|
GuiName Claim
|
||||||
|
PrettyFormat "Claim \arabic{theorem}"
|
||||||
End
|
End
|
||||||
|
@ -3,33 +3,43 @@
|
|||||||
Format 104
|
Format 104
|
||||||
Counter criterion
|
Counter criterion
|
||||||
GuiName Criterion
|
GuiName Criterion
|
||||||
|
PrettyFormat "Criterion \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter algorithm
|
Counter algorithm
|
||||||
GuiName Algorithm
|
GuiName Algorithm
|
||||||
LaTeXName lyxalgorithm
|
LaTeXName lyxalgorithm
|
||||||
|
PrettyFormat "Algorithm \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter axiom
|
Counter axiom
|
||||||
GuiName Axiom
|
GuiName Axiom
|
||||||
LaTeXName ax
|
LaTeXName ax
|
||||||
|
PrettyFormat "Axiom \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter condition
|
Counter condition
|
||||||
GuiName Condition
|
GuiName Condition
|
||||||
|
PrettyFormat "Condition \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter note
|
Counter note
|
||||||
GuiName Note
|
GuiName Note
|
||||||
|
PrettyFormat "Note \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter notation
|
Counter notation
|
||||||
GuiName Notation
|
GuiName Notation
|
||||||
|
PrettyFormat "Notation \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter summary
|
Counter summary
|
||||||
GuiName Summary
|
GuiName Summary
|
||||||
|
PrettyFormat "Summary \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter conclusion
|
Counter conclusion
|
||||||
GuiName Conclusion
|
GuiName Conclusion
|
||||||
|
PrettyFormat "Conclusion \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter assumption
|
Counter assumption
|
||||||
GuiName Assumption
|
GuiName Assumption
|
||||||
|
PrettyFormat "Assumption \arabic{theorem}"
|
||||||
End
|
End
|
||||||
Counter question
|
Counter question
|
||||||
GuiName Question
|
GuiName Question
|
||||||
|
PrettyFormat "Question \arabic{theorem}"
|
||||||
End
|
End
|
||||||
|
@ -15,6 +15,21 @@ Counter theorem
|
|||||||
GuiName Theorem
|
GuiName Theorem
|
||||||
Within section
|
Within section
|
||||||
LaTeXName thm
|
LaTeXName thm
|
||||||
|
RefFormat thm "Theorem \thesection.\arabic{theorem}"
|
||||||
|
RefFormat cor "Corollary \thesection.\arabic{theorem}"
|
||||||
|
RefFormat lem "Lemma \thesection.\arabic{theorem}"
|
||||||
|
RefFormat prop "Lemma \thesection.\arabic{theorem}"
|
||||||
|
RefFormat conj "Conjecture \thesection.\arabic{theorem}"
|
||||||
|
RefFormat def "Definition \thesection.\arabic{theorem}"
|
||||||
|
RefFormat exa "Example \thesection.\arabic{theorem}"
|
||||||
|
RefFormat prob "Problem \thesection.\arabic{theorem}"
|
||||||
|
RefFormat exer "Exercise \thesection.\arabic{theorem}"
|
||||||
|
RefFormat solu "Solution \thesection.\arabic{theorem}"
|
||||||
|
RefFormat rem "Remark \thesection.\arabic{theorem}"
|
||||||
|
RefFormat claim "Claim \thesection.\arabic{theorem}"
|
||||||
|
RefFormat fact "Fact \thesection.\arabic{theorem}"
|
||||||
|
RefFormat cri "Criterion \thesection.\arabic{theorem}"
|
||||||
|
RefFormat alg "Algorithm \thesection.\arabic{theorem}"
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Theorem
|
Style Theorem
|
||||||
|
@ -14,6 +14,19 @@ Format 104
|
|||||||
Counter theorem
|
Counter theorem
|
||||||
GuiName Theorem
|
GuiName Theorem
|
||||||
LaTeXName thm
|
LaTeXName thm
|
||||||
|
RefFormat thm "Theorem \arabic{theorem}"
|
||||||
|
RefFormat cor "Corollary \arabic{theorem}"
|
||||||
|
RefFormat lem "Lemma \arabic{theorem}"
|
||||||
|
RefFormat prop "Lemma \arabic{theorem}"
|
||||||
|
RefFormat conj "Conjecture \arabic{theorem}"
|
||||||
|
RefFormat fact "Fact \arabic{theorem}"
|
||||||
|
RefFormat def "Definition \arabic{theorem}"
|
||||||
|
RefFormat exa "Example \arabic{theorem}"
|
||||||
|
RefFormat prob "Problem \arabic{theorem}"
|
||||||
|
RefFormat exer "Exercise \arabic{theorem}"
|
||||||
|
RefFormat solu "Solution \arabic{theorem}"
|
||||||
|
RefFormat rem "Remark \arabic{theorem}"
|
||||||
|
RefFormat claim "Claim \arabic{theorem}"
|
||||||
End
|
End
|
||||||
|
|
||||||
Input theorems.inc
|
Input theorems.inc
|
||||||
|
@ -84,6 +84,7 @@ End
|
|||||||
|
|
||||||
Counter corollary
|
Counter corollary
|
||||||
GuiName Corollary
|
GuiName Corollary
|
||||||
|
PrettyFormat "Corollary ##"
|
||||||
End
|
End
|
||||||
Style Corollary
|
Style Corollary
|
||||||
CopyStyle Theorem
|
CopyStyle Theorem
|
||||||
@ -106,6 +107,7 @@ End
|
|||||||
|
|
||||||
Counter lemma
|
Counter lemma
|
||||||
GuiName Lemma
|
GuiName Lemma
|
||||||
|
PrettyFormat "Lemma ##"
|
||||||
End
|
End
|
||||||
Style Lemma
|
Style Lemma
|
||||||
CopyStyle Theorem
|
CopyStyle Theorem
|
||||||
@ -128,6 +130,7 @@ End
|
|||||||
|
|
||||||
Counter proposition
|
Counter proposition
|
||||||
GuiName Proposition
|
GuiName Proposition
|
||||||
|
PrettyFormat "Proposition ##"
|
||||||
End
|
End
|
||||||
Style Proposition
|
Style Proposition
|
||||||
CopyStyle Theorem
|
CopyStyle Theorem
|
||||||
@ -150,6 +153,7 @@ End
|
|||||||
|
|
||||||
Counter prop
|
Counter prop
|
||||||
GuiName Prop(osition)
|
GuiName Prop(osition)
|
||||||
|
PrettyFormat "Proposition ##"
|
||||||
End
|
End
|
||||||
Style Prop
|
Style Prop
|
||||||
CopyStyle Theorem
|
CopyStyle Theorem
|
||||||
@ -172,6 +176,7 @@ End
|
|||||||
|
|
||||||
Counter conjecture
|
Counter conjecture
|
||||||
GuiName Conjecture
|
GuiName Conjecture
|
||||||
|
PrettyFormat "Conjecture ##"
|
||||||
End
|
End
|
||||||
Style Conjecture
|
Style Conjecture
|
||||||
CopyStyle Theorem
|
CopyStyle Theorem
|
||||||
@ -201,6 +206,7 @@ End
|
|||||||
|
|
||||||
Counter fact
|
Counter fact
|
||||||
GuiName Fact
|
GuiName Fact
|
||||||
|
PrettyFormat "Fact ##"
|
||||||
End
|
End
|
||||||
Style Fact
|
Style Fact
|
||||||
CopyStyle Theorem
|
CopyStyle Theorem
|
||||||
@ -223,6 +229,7 @@ End
|
|||||||
|
|
||||||
Counter definition
|
Counter definition
|
||||||
GuiName Definition
|
GuiName Definition
|
||||||
|
PrettyFormat "Definition ##"
|
||||||
End
|
End
|
||||||
Style Definition
|
Style Definition
|
||||||
CopyStyle Theorem
|
CopyStyle Theorem
|
||||||
@ -253,6 +260,7 @@ End
|
|||||||
|
|
||||||
Counter example
|
Counter example
|
||||||
GuiName Example
|
GuiName Example
|
||||||
|
PrettyFormat "Example ##"
|
||||||
End
|
End
|
||||||
Style Example
|
Style Example
|
||||||
CopyStyle Conjecture
|
CopyStyle Conjecture
|
||||||
@ -274,6 +282,7 @@ End
|
|||||||
|
|
||||||
Counter problem
|
Counter problem
|
||||||
GuiName Problem
|
GuiName Problem
|
||||||
|
PrettyFormat "Problem ##"
|
||||||
End
|
End
|
||||||
Style Problem
|
Style Problem
|
||||||
CopyStyle Definition
|
CopyStyle Definition
|
||||||
@ -298,7 +307,8 @@ End
|
|||||||
|
|
||||||
Counter prob
|
Counter prob
|
||||||
GuiName Prob(lem)
|
GuiName Prob(lem)
|
||||||
Within chapter
|
Within chapter
|
||||||
|
PrettyFormat "Problem ##"
|
||||||
End
|
End
|
||||||
# Prob does not copy a style to avoid preamble code
|
# Prob does not copy a style to avoid preamble code
|
||||||
Style Prob
|
Style Prob
|
||||||
@ -336,6 +346,7 @@ End
|
|||||||
|
|
||||||
Counter solution
|
Counter solution
|
||||||
GuiName Solution
|
GuiName Solution
|
||||||
|
PrettyFormat "Solution ##"
|
||||||
End
|
End
|
||||||
Style Solution
|
Style Solution
|
||||||
CopyStyle Problem
|
CopyStyle Problem
|
||||||
@ -378,6 +389,7 @@ End
|
|||||||
|
|
||||||
Counter exercise
|
Counter exercise
|
||||||
GuiName Exercise
|
GuiName Exercise
|
||||||
|
PrettyFormat "Exercise ##"
|
||||||
End
|
End
|
||||||
Style Exercise
|
Style Exercise
|
||||||
CopyStyle Definition
|
CopyStyle Definition
|
||||||
@ -401,6 +413,7 @@ End
|
|||||||
|
|
||||||
Counter remark
|
Counter remark
|
||||||
GuiName Remark
|
GuiName Remark
|
||||||
|
PrettyFormat "Remark ##"
|
||||||
End
|
End
|
||||||
Style Remark
|
Style Remark
|
||||||
CopyStyle Conjecture
|
CopyStyle Conjecture
|
||||||
@ -442,6 +455,7 @@ End
|
|||||||
|
|
||||||
Counter case
|
Counter case
|
||||||
GuiName Case
|
GuiName Case
|
||||||
|
PrettyFormat "Case ##"
|
||||||
End
|
End
|
||||||
Style Case
|
Style Case
|
||||||
CopyStyle Remark
|
CopyStyle Remark
|
||||||
@ -465,6 +479,7 @@ End
|
|||||||
|
|
||||||
Counter property
|
Counter property
|
||||||
GuiName Property
|
GuiName Property
|
||||||
|
PrettyFormat "Property ##"
|
||||||
End
|
End
|
||||||
Style Property
|
Style Property
|
||||||
CopyStyle Claim
|
CopyStyle Claim
|
||||||
@ -488,6 +503,7 @@ End
|
|||||||
|
|
||||||
Counter question
|
Counter question
|
||||||
GuiName Question
|
GuiName Question
|
||||||
|
PrettyFormat "Question ##"
|
||||||
End
|
End
|
||||||
Style Question
|
Style Question
|
||||||
CopyStyle Claim
|
CopyStyle Claim
|
||||||
@ -511,6 +527,7 @@ End
|
|||||||
|
|
||||||
Counter note
|
Counter note
|
||||||
GuiName Note
|
GuiName Note
|
||||||
|
PrettyFormat "Note ##"
|
||||||
End
|
End
|
||||||
Style Note
|
Style Note
|
||||||
CopyStyle Claim
|
CopyStyle Claim
|
||||||
|
@ -255,10 +255,12 @@ End
|
|||||||
# this steps the counters
|
# this steps the counters
|
||||||
Counter marginfigure
|
Counter marginfigure
|
||||||
GuiName "Margin Figure"
|
GuiName "Margin Figure"
|
||||||
|
PrettyFormat "Margin Figure ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter margintable
|
Counter margintable
|
||||||
GuiName "Margin Table"
|
GuiName "Margin Table"
|
||||||
|
PrettyFormat "Margin Table ##"
|
||||||
End
|
End
|
||||||
|
|
||||||
# define the floats
|
# define the floats
|
||||||
|
Loading…
Reference in New Issue
Block a user