remove spaces from label strings, part 2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10269 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2005-07-17 09:56:22 +00:00
parent a31c518b42
commit 4a7f4fb7bf
4 changed files with 28 additions and 20 deletions

View File

@ -110,7 +110,7 @@ Style Date
Align Center
AlignPossible Center
LabelType Static
LabelString "Date: "
LabelString "Date:"
Font
Size Large
EndFont
@ -157,7 +157,8 @@ Style Address
Align Left
AlignPossible Block, Left, Right, Center
LabelType Static
LabelString "Address: "
LabelString "Address:"
LabelSep M
LabelFont
Shape Italic
EndFont
@ -167,7 +168,7 @@ End
Style Current_Address
CopyStyle Address
LatexName curraddr
LabelString "Current address: "
LabelString "Current address:"
End
@ -175,7 +176,7 @@ Style Email
CopyStyle Address
Margin First_Dynamic
LatexName email
LabelString "E-mail address: "
LabelString "E-mail address:"
End
@ -183,42 +184,42 @@ Style URL
CopyStyle Address
Margin First_Dynamic
LatexName urladdr
LabelString "URL: "
LabelString "URL:"
End
Style Keywords
CopyStyle Address
LatexName keywords
LabelString "Key words and phrases: "
LabelString "Key words and phrases:"
End
Style Thanks
CopyStyle Address
LatexName thanks
LabelString "Thanks: "
LabelString "Thanks:"
End
Style Dedicatory
CopyStyle Address
LatexName dedicatory
LabelString "Dedication: "
LabelString "Dedication:"
End
Style Translator
CopyStyle Address
LatexName translator
LabelString "Translator: "
LabelString "Translator:"
End
Style Subjectclass
CopyStyle Address
LatexName subjclass
LabelString "1991 Mathematics Subject Classification: "
LabelString "1991 Mathematics Subject Classification:"
End

View File

@ -55,7 +55,7 @@ Style RightHeader
Shape SmallCaps
EndFont
Labeltype Static
LabelString "Right header: "
LabelString "Right header:"
Labelsep M
LabelFont
Series Bold
@ -79,7 +79,7 @@ Style Abstract
Align Block
AlignPossible Block, Left, Right, Center
Labeltype Static
LabelString "Abstract: "
LabelString "Abstract:"
Labelsep M
LabelFont
Series Bold
@ -96,7 +96,7 @@ Style ShortTitle
AlignPossible Left, Right, Center
Margin Dynamic
Labeltype Static
LabelString "Short title: "
LabelString "Short title:"
Labelsep M
Font
Shape SmallCaps
@ -158,7 +158,7 @@ Style Affiliation
Align Left
AlignPossible Block, Left, Right, Center
LabelType Static
LabelString "Affiliation: "
LabelString "Affiliation:"
Labelsep M
LabelFont
Series Bold
@ -230,7 +230,7 @@ Style Acknowledgements
Align Block
AlignPossible Block, Left, Right, Center
Labeltype Static
LabelString "Acknowledgements: "
LabelString "Acknowledgements:"
Labelsep M
LabelFont
Series Bold

View File

@ -64,6 +64,7 @@ Style ACT
AlignPossible Center
LabelType Counter
LabelCounter act
LabelSep M
LabelString "ACT \arabic{act}"
End
@ -80,6 +81,7 @@ Style SCENE
AlignPossible Center
LabelType Counter
LabelCounter scene
LabelSep M
LabelString "SCENE \arabic{scene}"
End
@ -95,7 +97,8 @@ Style SCENE*
Align Center
AlignPossible Center
LabelType Static
LabelString "SCENE "
LabelSep M
LabelString "SCENE"
End
@ -110,7 +113,8 @@ Style AT_RISE:
AlignPossible Left
KeepEmpty 1
LabelType Static
LabelString "AT RISE: "
LabelSep M
LabelString "AT RISE:"
End

View File

@ -137,7 +137,8 @@ Style Author_Address
Align Center
AlignPossible Center
Labeltype Static
LabelString "Address: "
LabelSep M
LabelString "Address:"
OptionalArgs 1
LabelFont
Shape Italic
@ -154,7 +155,8 @@ Style Author_Email
Align Center
AlignPossible Center
Labeltype Static
LabelString "Email: "
LabelSep M
LabelString "Email:"
TextFont
Family Typewriter
EndFont
@ -175,7 +177,8 @@ Style Author_URL
Align Center
AlignPossible Center
Labeltype Static
LabelString "URL: "
LabelSep M
LabelString "URL:"
TextFont
Family Typewriter
EndFont