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

View File

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

View File

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

View File

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