From 0ef2b213f1efd710976eaef3bd26b55bf192231f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sun, 26 Sep 2010 13:20:33 +0000 Subject: [PATCH] * ectaart.layout: fix whitespace issues in label strings. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35505 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/ectaart.layout | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lib/layouts/ectaart.layout b/lib/layouts/ectaart.layout index e49cfe7158..0d6b2b28f0 100644 --- a/lib/layouts/ectaart.layout +++ b/lib/layouts/ectaart.layout @@ -73,7 +73,7 @@ Style Email InTitle 1 Margin First_Dynamic LabelType Static - LabelString "E-mail: " + LabelString "E-mail:" LabelSep M Font Family Typewriter @@ -92,8 +92,7 @@ End Style Web_Address CopyStyle Email LatexName lyxeadurl - LabelString "Web address: " - LabelSep "" + LabelString "Web address:" Preamble \def\lyxeadurl[#1]#2{\ead[label=#1,url]{#2}} EndPreamble @@ -110,14 +109,14 @@ Style Authors_Block CopyStyle RunTitle LatexType Environment LatexName aug - LabelString "Authors Block: " + LabelString "Authors Block:" End Style Keyword CopyStyle Abstract LatexType Environment LatexName keyword - LabelString "Keywords: " + LabelString "Keywords:" LabelFont Shape SmallCaps EndFont @@ -130,7 +129,7 @@ Style Thanks_Text NeedProtect 1 LabelType Counter LabelCounter Thanks - LabelString "Thanks \theThanks: " + LabelString "Thanks \theThanks:" Preamble \def\lyxthankstext[#1]#2{\thankstext{#1}{#2}} EndPreamble -- 2.39.2