Fix reference format for propositions.

Reported by Andrew Parsloe.
This commit is contained in:
Richard Kimberly Heck 2024-01-17 17:21:49 -05:00
parent b29b0f8754
commit 28b5f1d5e0
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Counter theorem
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 prop "Proposition \thechapter.\arabic{theorem}"
RefFormat conj "Conjecture \thechapter.\arabic{theorem}"
RefFormat def "Definition \thechapter.\arabic{theorem}"
RefFormat exa "Example \thechapter.\arabic{theorem}"

View File

@ -18,7 +18,7 @@ Counter theorem
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 prop "Proposition \thesection.\arabic{theorem}"
RefFormat conj "Conjecture \thesection.\arabic{theorem}"
RefFormat def "Definition \thesection.\arabic{theorem}"
RefFormat exa "Example \thesection.\arabic{theorem}"