[LyX/master] Fix reference format for propositions.

Richard Kimberly Heck rikiheck at lyx.org
Wed Jan 17 20:54:28 UTC 2024


commit 28b5f1d5e0a23a70ea731005d6e27a19948e10e6
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Wed Jan 17 17:21:49 2024 -0500

    Fix reference format for propositions.
    
    Reported by Andrew Parsloe.
---
 lib/layouts/theorems-chap.module |    2 +-
 lib/layouts/theorems-sec.module  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/layouts/theorems-chap.module b/lib/layouts/theorems-chap.module
index 9df0c34..82605cd 100644
--- a/lib/layouts/theorems-chap.module
+++ b/lib/layouts/theorems-chap.module
@@ -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}"
diff --git a/lib/layouts/theorems-sec.module b/lib/layouts/theorems-sec.module
index ca38792..eb808e8 100644
--- a/lib/layouts/theorems-sec.module
+++ b/lib/layouts/theorems-sec.module
@@ -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}"


More information about the lyx-cvs mailing list