From: Richard Kimberly Heck Date: Sat, 29 Jul 2023 16:27:31 +0000 (-0400) Subject: Fix copy/paste error X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dc12c1933799871b7f34bcd9bf46dcbdcd3923a2;p=features.git Fix copy/paste error --- diff --git a/lib/layouts/IEEEtran.layout b/lib/layouts/IEEEtran.layout index 668dfa4dbb..5bf7ebacf9 100644 --- a/lib/layouts/IEEEtran.layout +++ b/lib/layouts/IEEEtran.layout @@ -50,7 +50,7 @@ Counter theorem RefFormat thm "Theorem \arabic{theorem}" RefFormat cor "Corollary \arabic{theorem}" RefFormat lem "Lemma \arabic{theorem}" - RefFormat prop "Lemma \arabic{theorem}" + RefFormat prop "Proposition \arabic{theorem}" RefFormat conj "Conjecture \arabic{theorem}" RefFormat def "Definition \arabic{theorem}" RefFormat exa "Example \arabic{theorem}" diff --git a/lib/layouts/acmart.layout b/lib/layouts/acmart.layout index 91fb1d14cd..222a3f570b 100644 --- a/lib/layouts/acmart.layout +++ b/lib/layouts/acmart.layout @@ -574,7 +574,7 @@ Counter theorem RefFormat thm "Theorem \arabic{theorem}" RefFormat cor "Corollary \arabic{theorem}" RefFormat lem "Lemma \arabic{theorem}" - RefFormat prop "Lemma \arabic{theorem}" + RefFormat prop "Proposition \arabic{theorem}" RefFormat conj "Conjecture \arabic{theorem}" RefFormat def "Definition \arabic{theorem}" RefFormat exa "Example \arabic{theorem}" diff --git a/lib/layouts/elsart.layout b/lib/layouts/elsart.layout index 6c62ebb482..ae5d7326fb 100644 --- a/lib/layouts/elsart.layout +++ b/lib/layouts/elsart.layout @@ -298,7 +298,7 @@ Counter theorem RefFormat thm "Theorem \arabic{theorem}" RefFormat cor "Corollary \arabic{theorem}" RefFormat lem "Lemma \arabic{theorem}" - RefFormat prop "Lemma \arabic{theorem}" + RefFormat prop "Proposition \arabic{theorem}" RefFormat conj "Conjecture \arabic{theorem}" RefFormat def "Definition \arabic{theorem}" RefFormat exa "Example \arabic{theorem}" diff --git a/lib/layouts/theorems-ams.module b/lib/layouts/theorems-ams.module index fd5348ec70..eae625502b 100644 --- a/lib/layouts/theorems-ams.module +++ b/lib/layouts/theorems-ams.module @@ -24,7 +24,7 @@ Counter theorem RefFormat thm "Theorem \arabic{theorem}" RefFormat cor "Corollary \arabic{theorem}" RefFormat lem "Lemma \arabic{theorem}" - RefFormat prop "Lemma \arabic{theorem}" + RefFormat prop "Proposition \arabic{theorem}" RefFormat conj "Conjecture \arabic{theorem}" RefFormat def "Definition \arabic{theorem}" RefFormat exa "Example \arabic{theorem}" diff --git a/lib/layouts/theorems-std.module b/lib/layouts/theorems-std.module index 6f6851c326..13ffa27f82 100644 --- a/lib/layouts/theorems-std.module +++ b/lib/layouts/theorems-std.module @@ -17,7 +17,7 @@ Counter theorem RefFormat thm "Theorem \arabic{theorem}" RefFormat cor "Corollary \arabic{theorem}" RefFormat lem "Lemma \arabic{theorem}" - RefFormat prop "Lemma \arabic{theorem}" + RefFormat prop "Proposition \arabic{theorem}" RefFormat conj "Conjecture \arabic{theorem}" RefFormat fact "Fact \arabic{theorem}" RefFormat def "Definition \arabic{theorem}"