Backport fix for bug #7883 from Jean-Pierre: Make strings

uniform across modules.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40309 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-11-29 19:50:25 +00:00
parent 5d8a291767
commit c64258aace
2 changed files with 17 additions and 14 deletions

View File

@ -49,7 +49,7 @@ Style Theorem
AlignPossible Left AlignPossible Left
LabelType Counter LabelType Counter
LabelCounter theorem LabelCounter theorem
LabelString "Theorem \thetheorem" LabelString "Theorem \thetheorem."
Font Font
Shape Italic Shape Italic
Size Normal Size Normal
@ -73,7 +73,7 @@ Style Corollary
CopyStyle Theorem CopyStyle Theorem
LabelCounter corollary LabelCounter corollary
LatexName corollary LatexName corollary
LabelString "Corollary \thecorollary" LabelString "Corollary \thecorollary."
LangPreamble LangPreamble
\providecommand{\corollaryname}{_(Corollary)} \providecommand{\corollaryname}{_(Corollary)}
EndLangPreamble EndLangPreamble
@ -89,7 +89,7 @@ Style Lemma
CopyStyle Theorem CopyStyle Theorem
LabelCounter lemma LabelCounter lemma
LatexName lemma LatexName lemma
LabelString "Lemma \thelemma" LabelString "Lemma \thelemma."
LangPreamble LangPreamble
\providecommand{\lemmaname}{_(Lemma)} \providecommand{\lemmaname}{_(Lemma)}
EndLangPreamble EndLangPreamble
@ -105,7 +105,7 @@ Style Proposition
CopyStyle Theorem CopyStyle Theorem
LabelCounter proposition LabelCounter proposition
LatexName proposition LatexName proposition
LabelString "Proposition \theproposition" LabelString "Proposition \theproposition."
LangPreamble LangPreamble
\providecommand{\propositionname}{_(Proposition)} \providecommand{\propositionname}{_(Proposition)}
EndLangPreamble EndLangPreamble
@ -137,7 +137,7 @@ Style Conjecture
CopyStyle Theorem CopyStyle Theorem
LabelCounter conjecture LabelCounter conjecture
LatexName conjecture LatexName conjecture
LabelString "Conjecture \theconjecture" LabelString "Conjecture \theconjecture."
Font Font
Shape Up Shape Up
EndFont EndFont
@ -176,7 +176,7 @@ Style Definition
CopyStyle Theorem CopyStyle Theorem
LabelCounter definition LabelCounter definition
LatexName definition LatexName definition
LabelString "Definition \thedefinition" LabelString "Definition \thedefinition."
RefPrefix def RefPrefix def
Font Font
Shape Up Shape Up
@ -200,7 +200,7 @@ Style Example
CopyStyle Conjecture CopyStyle Conjecture
LabelCounter example LabelCounter example
LatexName example LatexName example
LabelString "Example \theexample" LabelString "Example \theexample."
RefPrefix exa RefPrefix exa
LangPreamble LangPreamble
\providecommand{\examplename}{_(Example)} \providecommand{\examplename}{_(Example)}
@ -218,7 +218,7 @@ Style Problem
Category Exercise Category Exercise
LabelCounter problem LabelCounter problem
LatexName problem LatexName problem
LabelString "Problem \theproblem" LabelString "Problem \theproblem."
RefPrefix prob RefPrefix prob
LangPreamble LangPreamble
\providecommand{\problemname}{_(Problem)} \providecommand{\problemname}{_(Problem)}
@ -291,7 +291,7 @@ Style Exercise
CopyStyle Definition CopyStyle Definition
LabelCounter exercise LabelCounter exercise
LatexName exercise LatexName exercise
LabelString "Exercise \theexercise" LabelString "Exercise \theexercise."
RefPrefix exer RefPrefix exer
LangPreamble LangPreamble
\providecommand{\exercisename}{_(Exercise)} \providecommand{\exercisename}{_(Exercise)}
@ -308,7 +308,7 @@ Style Remark
CopyStyle Conjecture CopyStyle Conjecture
LabelCounter remark LabelCounter remark
LatexName remark LatexName remark
LabelString "Remark \theremark" LabelString "Remark \theremark."
RefPrefix rem RefPrefix rem
LangPreamble LangPreamble
\providecommand{\remarkname}{_(Remark)} \providecommand{\remarkname}{_(Remark)}
@ -338,7 +338,7 @@ Style Case
CopyStyle Remark CopyStyle Remark
LabelCounter case LabelCounter case
LatexName case LatexName case
LabelString "Case \thecase" LabelString "Case \thecase."
RefPrefix case RefPrefix case
LangPreamble LangPreamble
\providecommand{\casename}{_(Case)} \providecommand{\casename}{_(Case)}
@ -355,7 +355,7 @@ Style Property
CopyStyle Claim CopyStyle Claim
LabelCounter property LabelCounter property
LatexName property LatexName property
LabelString "Property \theproperty" LabelString "Property \theproperty."
RefPrefix prop RefPrefix prop
LangPreamble LangPreamble
\providecommand{\propertyname}{_(Property)} \providecommand{\propertyname}{_(Property)}
@ -372,7 +372,7 @@ Style Question
CopyStyle Claim CopyStyle Claim
LabelCounter question LabelCounter question
LatexName question LatexName question
LabelString "Question \thequestion" LabelString "Question \thequestion."
RefPrefix que RefPrefix que
LangPreamble LangPreamble
\providecommand{\questionname}{_(Question)} \providecommand{\questionname}{_(Question)}
@ -389,7 +389,7 @@ Style Note
CopyStyle Claim CopyStyle Claim
LabelCounter note LabelCounter note
LatexName note LatexName note
LabelString "Note \thenote" LabelString "Note \thenote."
RefPrefix note RefPrefix note
LangPreamble LangPreamble
\providecommand{\notename}{_(Note)} \providecommand{\notename}{_(Note)}

View File

@ -51,6 +51,9 @@ What's new
- Update citation labels when the BibTeX file changes (bug 7499). - Update citation labels when the BibTeX file changes (bug 7499).
- Unify diplay of theorem headings (bug 7883).
* ADVANCED FIND AND REPLACE * ADVANCED FIND AND REPLACE