From 4a7f4fb7bf5aaeec0769f8dd430fd793582b3b8f Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sun, 17 Jul 2005 09:56:22 +0000 Subject: [PATCH] remove spaces from label strings, part 2 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10269 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/amsdefs.inc | 21 +++++++++++---------- lib/layouts/apa.layout | 10 +++++----- lib/layouts/broadway.layout | 8 ++++++-- lib/layouts/elsart.layout | 9 ++++++--- 4 files changed, 28 insertions(+), 20 deletions(-) diff --git a/lib/layouts/amsdefs.inc b/lib/layouts/amsdefs.inc index 5e72bd521e..c9240e3f30 100644 --- a/lib/layouts/amsdefs.inc +++ b/lib/layouts/amsdefs.inc @@ -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 diff --git a/lib/layouts/apa.layout b/lib/layouts/apa.layout index ac32f6884b..924bc290c7 100644 --- a/lib/layouts/apa.layout +++ b/lib/layouts/apa.layout @@ -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 diff --git a/lib/layouts/broadway.layout b/lib/layouts/broadway.layout index 82ccaec4fc..0a726468ab 100644 --- a/lib/layouts/broadway.layout +++ b/lib/layouts/broadway.layout @@ -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 diff --git a/lib/layouts/elsart.layout b/lib/layouts/elsart.layout index 1c1f6b2ad0..f87284cf7a 100644 --- a/lib/layouts/elsart.layout +++ b/lib/layouts/elsart.layout @@ -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 -- 2.39.2